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!

zWispCancel - Legendary boots buff cancel

You should credit the plugin that you got the code from.
That plugin was also bad. Don't EVER sleep.
 
Dunno where the code is from it was just sitting in my snippets file if you know who made it I will add credit. and yeah it was just a quick edit for someone in the requests section. Sorry if its not 100% perfect for your needs if you need something better just make it yourself. Otherwise ill update when I get time :P
 
Last edited:
Dunno if I found the "original" author since so much of the plugin code released is just recycled code anyways... but I added "credits" , increased the sleep and added a disclaimer
 
Last edited:
increased the sleep
deja_q_hd_046_resized_6484.jpg


Thread.Sleep() (and its variants) are pure evil. It will halt ALL Honorbuddy activities--Combat Routines, mesh acquisition, pulsing of plugins and bots, etc. It is inappropriate to use Thread.Sleep() ever—even for a few milliseconds.
 

Yup, I asked Mh66 about it and he explained it better I will try and go over it later this week when I have some free time. As you said yourself the code wasn't mine I Just changed it to work for legendary buffs.

I also took your "Don't EVER sleep" as "It does not sleep enough not" as "Don't ever USE Sleep.Thread" which is why I increased the sleep. Some confusion on language I guess

Glad you contribute memes instead of just explaining the issue. Not everyone is a dev by profession nor am I trying to sell it or become a community dev.

I don't understand your criticism without an attempt to provide useful information so it can actually be improved. Especially if you know exactly what is wrong with it why not just say. X is a better way to do this.

As for the chinajade quote I have read that thread multiple times but I am still in the learning process so not everything has stuck with me yet. I will make sure to focus on threads later this week when I can study some more for fun.
 
Last edited:
Added v1.5 Big ty to MH66 who might as well be the author because he basically did everything for me. and explained alot of useful things
 
My apologies that you took offence from my meme. I <3 Star Trek. I also take these forums very lightheartedly.

I said before don't ever sleep - it's bad. You didn't ask anything further.
Then you increased the sleep, and I posted a quote which explains. That was the "attempt to provide useful information". If you didn't understand, why not ask me to clarify?

If you don't understand something, ask. That's how people learn. Almost everyone on this forum is a non-professional with varying skill levels (store developers included). Your disclaimer is true for almost everyone here - including Mh66.
Thread.Sleep is just probably the biggest sin of beginning hb development.
https://wiki.thebuddyforum.com/inde...read.Sleep_and_other_Inappropriate_Mechanisms
Even though it's not for the store, the same thing applies.

The reason I love HB is because of the people learning to code. The learning process never stops ;)
I have Skype, Discord, or even pms here. Need help? Post on the community dev forum or send me a message.
 
My apologies that you took offence from my meme. I <3 Star Trek. I also take these forums very lightheartedly.

I said before don't ever sleep - it's bad. You didn't ask anything further.
Then you increased the sleep, and I posted a quote which explains. That was the "attempt to provide useful information". If you didn't understand, why not ask me to clarify?

If you don't understand something, ask. That's how people learn. Almost everyone on this forum is a non-professional with varying skill levels (store developers included). Your disclaimer is true for almost everyone here - including Mh66.
Thread.Sleep is just probably the biggest sin of beginning hb development.
https://wiki.thebuddyforum.com/inde...read.Sleep_and_other_Inappropriate_Mechanisms
Even though it's not for the store, the same thing applies.

The reason I love HB is because of the people learning to code. The learning process never stops ;)
I have Skype, Discord, or even pms here. Need help? Post on the community dev forum or send me a message.

It doesn't bother me but when I see that I instantly mentally flag you as an edgy teen who is just attempting to troll so my apologies for stereotyping. Asking is what I have done but if I can't get help I will most likely just do what I can. and post it if its "good enough" for people to point out flaws so it can be improved.

I got plenty of help and the plugin improved for everyone the only thing that happened was I got criticized so that is a good tradeoff because I learned some valuable knowledge in the process. And the community gets a free plugin so a win / win. I am sure many people are like me who code here. But I am not trying to maintain premium quality free plugins. Just ones that function "enough" that is what the disclaimer is for.

Ontop of that I started learning C# less then 15 days ago and only by playing around with editing singular

Especially since I don't even use this plugin and have no way to test it. If its something I actively use it will obviously get improved upon more

Also thank you for your informative response
 
Last edited:
mail spell ID 241332 (i change the line to "var _aura = Me.GetAuraById(241332);" )- still not cancelling the aura :(( how can i fix it?
 

Attachments

Last edited:
Back
Top