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

Search results

  1. Inrego

    Suggestion for Framework / libraries

    Here is my suggestion to proper implementation of libraries/frameworks. Me and a few other devs have discussed it in the skype channel. Quite a few developers agree that this would be a very welcomed addition. Currently the only way to share things properly between products like this would...
  2. Inrego

    Games.LeaveGame() doesn't fire event

    Bump
  3. Inrego

    Games.LeaveGame() doesn't fire event

    Zeta.ZetaDia.Service.Games.LeaveGame(); doesn't fire the OnGameLeft event - is this intended or a bug?
  4. Inrego

    public static values between plugins

    I'm playing around with 2 plugins, and I want them to be able to access eachothers static values, and I am able to do it one way, but not the other way around. For example: Plugin A is able to get a static value from plugin B, but plugin B is not able to get a static value from plugin A. I...
  5. Inrego

    How to keep my plugin pulsing?

    Hey, there are a few cases where plugin pulse is stopping and I really want it to continue. 1. How do I make it keep pulsing after leaving game? 2. How do I pause the bot and keep pulsing my plugin?
  6. Inrego

    [Plugin] HGlobes - pick up Health Globes when needed!

    Hey I made this plugin to fill a request. I didn't do much testing, but the testing that I did do seemed to work. You can change the life threshold at line 20. It will only go for health globes within your LootRange.
  7. Inrego

    isPrivate="False" doesn't work?

    Hey - I tried isPrivate="False" in a profile - but they're still private? :(
  8. Inrego

    Still problem with interact (Sarkoth) #146

    I tried the new build which supposedly should fix the problem, but I had a problem on one of my first runs. It's at the point where Unstucker 1.8 says I didn't move for 40 secs. Here's the log.
  9. Inrego

    Remember enabled plugins?

    It would be really great if DB could remember enabled plugins - just like HB. Since alot of profiles need a plugin to run properly, it's really annoying having to enable the plugin every time I start DB. Also, ARelog is almost useless then because the plugins aren't enabled.
  10. Inrego

    GPH doesn't count while in town or in lobby?

    The GPH isn't being counted while you're in town or you're not in a game (in the lobby). Is that intented? It kind of shows a misleading gold per hour then since you don't actually make that amount of gold each hour.
  11. Inrego

    PROOF INSIDE: Blizzard want bots

    They nerf all their games to be easy enough for bots. If something in their game is too hard, they make it easier so it's bottable. In World of Warcraft, raids and heroics was once hard, then they nerfed them so now you can bot both without trouble. In diablo 3 they made Inferno difficulty...
  12. Inrego

    [Plugin] Exp/hour

    I was missing something to tell me my exp/hour so I made it. It's not 100% precise because of the limited exp info available in the api. For example if you ding from a quest and get 15k exp into the new level, then those 15k won't be counted. But the problem is only upon a ding. It will...
  13. Inrego

    Monk Movement/Targetting is fucked up

    Sorry for my french, but there's not been done a thing about it since release. When there's only 1 mob left, it does the following: Go to mob Halfway there, decides not to go and turns around Remembers mob, turns around hits in the air without hitting the mob Runs away Mob hits me...
  14. Inrego

    [Plugin] Profile Helper

    [Plugin] Profile Helper (levelArea etc) I made this profile because I was missing the AreaLevel information from DB, and then I just wanted to have all the information I needed when making profiles in the same place. Instructions: Unzip the folder "ProfileHelper" to your plugins folder...
  15. Inrego

    How to get past barricades?

    How do I make it attack a barricade? I'm at a point where I cannot get it past the barricade on this screenshot. I've tried UseObject but that didn't work out. Here's a log where it's just standing near the barricade, not moving: [18:23:46.787 N] Demonbuddy v1.0.452.88 started...
  16. Inrego

    How to handle randomized levels?

    How would I go about to make a profile which is going through a place which has randomized maps? For example Cathedral act 1.
  17. Inrego

    Any default profiles?

    Hey.. Are there any premade profiles that we can use and learn from?
  18. Inrego

    [Helper]Find the specific hotspot in profile

    I bet all you profile devs tried it. You fly around making all the hotspots for a profile, and then when you test it, the bot is flying through a tree or doing something else stupid which could be fixed by moving that single hotspot just a little bit. Anyway, I ran into that problem today and...
  19. Inrego

    How to use a FrameLock?

    I read somewhere that when I'm grabbing alot of values from lua, it's best to use a framelock to do so. Can someone give me a small example of how to do this? TIA.
  20. Inrego

    How to check if NeedRest is true?

    Hey, is there any way to check for NeedRest through a plugin? I'm making a plugin, but I don't want it to interact with the CC's resting..
Back
Top