What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Search results

  1. T

    LazyRaider (Collection)

    I think there was a : instead a of ; at the and of the line in 143, if I recall... Use the plugin editor, change it, and it will work.
  2. T

    LazyRaider (Collection)

    Thx, using Blighter, works good. +1 Only the buffs are not working. Refreshment spams every 5 sec. I added Toughen to the script but it also spams. I guess something wrong with bufftime <=4. Tried to change it but no success so far so i just disabled it for now. :) No priority for me.
  3. T

    Scarcrow loop Pls

    Nothing wrong with the code but you do realize that the void Thread.Sleep(x) is in ms and not in s or m? A break of 5 ms is basically nothing and will overload your script. You could easily change it to Thread.Sleep(3600) or even Thread.Sleep(54000).
  4. T

    auto loot

    It's not that hard. All the answers are there. You have like Out already coded: public void PickUpNearMe() { if (me.isAlive()) { foreach (var m in getCreatures()) { if (m.dropAvailable && dist(m) < 3)...
  5. T

    Full Questing - All Acts - Complete

    Did encounter that problem too but it's not a bug. Act 1 Quest 'Search Adria's Hut': Chance your trinity settings to mob pack size 1 instead of 2. Problem is that he skips single mobs and in the hut the quest doesn't start until all mobs in hut are dead. That will fix it. Can't remember...
Back
Top