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!

Trade spam plugin

ggvasia

New Member
Joined
Mar 2, 2012
Messages
6
I need a trade spam plugin for honorbuddy, I will pay development!

Plugin should set dnd status and spamming in trade chat phrase with a specified interval. No GUI.
 
There you go buddy
You need to edit the SpamTrade.cs file
Choose your message for DND (line 31) , the message you'll send to trade channel (line 30), and the time between two messages in seconds (line 29).
Dont delete the quotes " " nor the semicolon ;
I tested it, but if you find any bug let me know.
 

Attachments

There you go buddy
You need to edit the SpamTrade.cs file
Choose your message for DND (line 31) , the message you'll send to trade channel (line 30), and the time between two messages in seconds (line 29).
Dont delete the quotes " " nor the semicolon ;
I tested it, but if you find any bug let me know.

I missed a chapter, you declare a Stopwatch, don't use it, then randomise some shit, and Thread.Sleep(uint ms) ? hum...

View attachment SpamTrade.cs

Seems a bit more clear, and efficient (I don't think this guy care about randomization, does he?)

EDIT : Nice work tho, lua calls are decent ;)

EDIT2 : Just noticed the LUA call for DND isnt necessary, the API got a method for that kind of things :O file is updated
 
Yep sorry i forgot to delete those lines.
I wanted to use a StopWatch to avoid Thread.Sleep() but since the plugin is only meant to be used while afk in a city i didn't bother making something more complicated and used Thread.Sleep().
Thats why ;)
 
Any way to post linked item in a message like for example linked Sha Crystal?
/script DEFAULT_CHAT_FRAME:AddMessage("\124cffa335ee\124Hitem:74248:0:0:0:0:0:0:0:0:0:0\124h[Sha Crystal]\124h\124r");

Only way I know how.
 
Could u guys change this plugin to hit a button instead of sending a msg(which would solve the problem with linking item). And random time would be awesome since exactly 60 secs between activities is not what human would normally do.

Replace line 48 in my file:
From this
Lua.DoString("SendChatMessage(\"" + tradeMessage + "\",\"CHANNEL\", nil, 2)");

to this one
Lua.DoString("RunMacroText(\"/click ActionButton1\")");
This will hit the first button on your action bar.

You can change ActionButton1 to any other button you want. You can get their name by typing /fstack ingame.
 
Updated plugin with randomization, setting things up :

- Edit line 30 to change the max. waiting time between messages (default : 30)
- Edit line 64 to use a macro instead of raw chat message (default : raw chat message)

Instructions to get button name are in the file.

Have fun, and happy new year ;)
 

Attachments

Updated plugin with randomization, setting things up :



Have fun, and happy new year ;)

Plugins\spamtrade\SpamTrade.cs(27,3) : error CS0246: Le type ou le nom d'espace de noms 'random' est introuvable (une directive using ou une r?f?rence d'assembly est-elle manquante*?)

plz help for "random"..
 
Plugins\spamtrade\SpamTrade.cs(27,3) : error CS0246: Le type ou le nom d'espace de noms 'random' est introuvable (une directive using ou une r?f?rence d'assembly est-elle manquante*?)

plz help for "random"..

Made a typo, it's not supposed to be "random" but "Random", here we go, should work
 

Attachments

Unfortunately this kind of programs require to have wow on top of everything which isnt very usefull.

Nop, Auto Keyboard doesn't need wow to be on top. You can even play / do whatever you want on wow while it's working. I binded one slot to F7 and putted my macro in it. So even if it presses F7 while i'm writing, it doesn't effect my game experience. I don't even notice it. + It doesn't drain your CPU like HB does. So, it's way better if you only need HB to auto send trade messages. You can easily find *****ed one of this.
 
Back
Top