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

How to create plugin's?

itsleet

New Member
Joined
Feb 16, 2012
Messages
50
Reaction score
0
Hey guys, i'm looking to make a really simple plugin that checks if i have the pygmy oil buff, and if not, drinks pygmy oils till i get it. I'm sure this isn't hard at all, but i have no idea where to start. Is there somehwere i can go that will teach me how to make plugins?
 
There is a plugin which checks for flasks etc, which should easily be changed to your cause.

Otherwise there is a guide by Codename, its for CCs i think, but maybe it helps for plugins too. :)
 
As this is a quite simple plugin, do not bother to code it yourself if you have no experience.

I coded it for you.

It just does this: It checks if you currently have the Pygmy Oil buff. If so, it does nothing, if not, it checks if you have Pygmy oil in your bags. If so, it uses it, if not, it does nothing.

Regards,

wownerds

EDIT: fixed some typos ;)
 

Attachments

Last edited:
As this is a quite simple plugin, do not bother to code it yourself if you have no experience.

I coded it for you.

It just does this: It checks if you currently have the Pygmy Oil buff. If so, it does nothing, if not, it checks if you have Pygmy oil in your bags. If so, it uses it, if not, it does nothing.

Regards,

wownerds

EDIT: fixed some typos ;)


Hey this is awesome! thanks so much. Just one thing to mention...

To first get the buff you have to drink around 8 pygmy oils, but once you have it, you only need to drink 1 more to refresh your buff. So is there any way to make it refresh the buff around 30 seconds untill waiting for it to fall off? thanks again :)
 
Last edited:
Hey this is awesome! thanks so much. Just one thing to mention...

To first get the buff you have to drink around 8 pygmy oils, but once you have it, you only need to drink 1 more to refresh your buff. So is there any way to make it refresh the buff around 30 seconds untill waiting for it to fall off? thanks again :)

Dunno why you quoted buzzer, but whatever. This plugin will drink the pygmy oil until you have the buff. If you want to refresh the buff, you can add this to the code.
 
I, friendly as I am, also did that for you, here's the version that will refresh the buff before it expires.

Edit: please use the version from page 3
 
Last edited:
I, friendly as I am, also did that for you, here's the version that will refresh the buff before it expires.

haha, just wanted to tell you, that if you dont do it, he will never get it done. :D

Good work, wish i could develop some goodies for HB, but as an mechanical engineer, i'm not smart enough. :(

Keep it up. :)
 
I, friendly as I am, also did that for you, here's the version that will refresh the buff before it expires.
I can't thank you enough! now i can bake muffins while my bot plays itself without worrying about the fat cow getting stuck. TYTYTY!
 
haha, just wanted to tell you, that if you dont do it, he will never get it done. :D

Good work, wish i could develop some goodies for HB, but as an mechanical engineer, i'm not smart enough. :(

Keep it up. :)

I gave it an honest attempt, lol! unfortunately it was all a bunch of technical jargon i havent seen since high school, so i was stumped!

I tried modifying one that uses elixir's, but noo, i have no talent in this field. lol
 
haha, just wanted to tell you, that if you dont do it, he will never get it done. :D

Yep, kinda thought the same ;)

Good work, wish i could develop some goodies for HB, but as an mechanical engineer, i'm not smart enough. :(

Keep it up. :)

Thanks :) The most simple way of approaching new plugins, CCs or profiles is taking a look at stuff that has been coded before.
 
I gave it an honest attempt, lol! unfortunately it was all a bunch of technical jargon i havent seen since high school, so i was stumped!

I tried modifying one that uses elixir's, but noo, i have no talent in this field. lol

If you really want to learn stuff, I could add comments to the code so you could see how things work.
 
If you really want to learn stuff, I could add comments to the code so you could see how things work.

I would really appreciate that, i'm building an HB army and would love to start learning how to code my own things instead of relying on others.

teach me your ways :D
 
I would really appreciate that, i'm building an HB army and would love to start learning how to code my own things instead of relying on others.

teach me your ways :D

Will post it when I get up again ;)
 
So i just ran into the lamest problem in the world...my tauren is a druid. when he goes into flight form it cancels the buff >.< gonna try noggenfoggers lol

edit:: Got a whole buncha noggenfoggers, and they work, but theres 3 different buffs it gives and they all have the same name, so i can't just modify the one you made for me slightly >.<
 
Last edited:
So i just ran into the lamest problem in the world...my tauren is a druid. when he goes into flight form it cancels the buff >.< gonna try noggenfoggers lol

You cannot mount while shapeshifted, noggenfogger will cause even greater problems. As you cannot turn off mounting, this will not work.
 
You cannot mount while shapeshifted, noggenfogger will cause even greater problems. As you cannot turn off mounting, this will not work.

Actually noggenfogger works, i just tested it. When i go into flight form it automatically cancel's the skeleton aura, but the shrunk one stays there :)
 
Back
Top