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

Search results

  1. W

    Would be nice to be able to add keys without bot restart

    Yep it's really dumb that there isnt a menu for this in the actual bot interface.
  2. W

    bKgQuest 30 - 50 (iN-WORK) (ALPHA) (00.1%Ready)

    You should level your own up to 30. It takes almost no time, so..
  3. W

    1-50 Quest Leveler *Request* $100 Donation Per Class

    What file do I need for the dependancy? ArcheBuddy.dll?
  4. W

    1-50 Quest Leveler *Request* $100 Donation Per Class

    I can help with creating a nice farming bot if you have skype so we can chat, I need to ask several questions and set up a proper environment if you want me to help out. Is there a way to code for the bot with Microsoft IntelliSense? I know programming, specifically C#, so that's the easy part...
  5. W

    1-50 Quest Leveler *Request* $100 Donation Per Class

    Hehe, I still think 30-50 is most important ;) but you should definately take your time. Don't worry. The problem right now is that there is not a lot we can help out with. If we had more developers in the forum we could work on a proper farming bot in the meanwhile, but no one is doing that...
  6. W

    [Plugin] Questing

    I am also hoping it will come faster than October. The thing is that, leveling by grinding mobs is SUPER SLOW in comparison, too. :(
  7. W

    [Plugin][Example] Simple farm mobs

    It has been said many times. Add the following code to your CheckBuffs() function. //Use Insulating Lens if (buffTime("Insulating Lens (Rank 3)") == 0) { UseSkillAndWait("Insulating Lens"); }
  8. W

    [Plugin][Example] Simple farm mobs

    Everyone that is not able to start their script. Read the line where it says this; SetGroupStatus("autoexp", false); //Add checkbox to our character widget This means that you need to tick it in the CHARACTER WIDGET. It is a gray popup when you first join the game with the bot attached. You...
  9. W

    [Plugin][Example] Simple farm mobs

    UseItem("youritem");
  10. W

    [Plugin][Example] Simple farm mobs

    Hey! You can check the API documentation and find that there's a method handling exactly that, using items. I've located it for you: UseItem Method (UInt32, Boolean) There is also an overload for using a String instead of the ID of the item, although it is suggested to use ID's.
  11. W

    [Plugin] Questing

    Did you never get stuck or anything? I get stuck a lot of times after lvl 24, I don't exactly know why. Especially that "orc quest" at lvl 24, I don't know its name but yeah. My bot also doesn't sell, use Evenstones nor put stuff in the Warehouse as I've heard others been doing. I'm not sure...
  12. W

    [Plugin] Questing

    Well, the idea is that you AFK-quest 1-50, then you hop onto wherever you want to farm. It just makes a lot of sense to complete one at a time rather than to complete half of the levels for each race, but of course it's just my personal opinion. When you then hit 50 it's easier to just go to...
  13. W

    [Plugin] Questing

    I think 30-50 is much more important than 1-30 for other races, as it is lvl 50 that is "endgame" and when you can start to farm. Do you think it will go fast to level 30-50 by just grinding? Would you then recommend the Simple Farming Plugin then, or should we build something more advanced...
  14. W

    [Plugin] Questing

    @Out, When do you think the 30-50 for Firran will be completed? I have some bots running that will be stuck on lvl 30 forever if this doesn't come out! :D By the way, great job. I see some lacking features in the plugin, but it might not be the plugins fault but the bot itself. The...
Back
Top