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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[REQUEST] Auto /DND plugin

Cukie

Active Member
Joined
Dec 3, 2011
Messages
1,255
Basically I am looking for a plugin that will put up a pre defined /dnd message everytime the bot loads.
 
Anyone? This can't be hard to do at all for someone with experience...
 
I made one for you: Edit: Download is now page 2

Open the DND.cs file with Notepad. Line 31 is :
Lua.DoString("RunMacroText(\"/dnd\")");

You can edit it to add the message you want, for example:
Lua.DoString("RunMacroText(\"/dnd Leave me alone\")");

Dont delete the \ at the end ! Let me know if it's not working.
 
Compiler Error: c:\Users\Rick\Desktop\New folder\Kits\Plugins\DND\DND.cs(31,27) : error CS1010: Newline in constant
Compiler Error: c:\Users\Rick\Desktop\New folder\Kits\Plugins\DND\DND.cs(32,1) : error CS1056: Unexpected character '\'
 
DND is more of a give away that you're bot, like AFK

I think (not sure now) many years ago if you left AFK or DND on it would flag your account.
 
Yeah I know that, but the only place I will use this is when running LFR's with Dungeonbuddy to valor cap, I would never farm anything while /dnd or /afk
 
This sounds like the worst imaginable idea for a plugin. Why not create a profile that runs in a small circle while spamming, "I'm a bot! please report me?"

Is it that hard to just write a short macro?
 
Nope, and I do have such a macro. But running with Arelog the /dnd does not go back up after a crash, hence my request.
 
I think you just failed at editing it :p here's an other version

you need to edit line 31: String msg = "Message"; // Choose your message here
 

Attachments

Back
Top