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

Allrounder big delay

hoper

New Member
Joined
Jan 21, 2012
Messages
293
Reaction score
0
Hello, i am trying to disenchant with Allrounder but i am experiencing big delay between each disenchant like almost 10 seconds and its going very slow... anyone know how can i fix this delay so it will disenchant faster?
 
You need to report this to the release thread of Allrounder.
 
Tried adjusting
Code:
while (StyxWoW.Me.IsCasting)
                        {
                            Thread.Sleep(3100);
                        }

                    Thread.Sleep(2500);

in Allrounder/Spells/Disenchant.cs ?
 
Tried adjusting
Code:
while (StyxWoW.Me.IsCasting)
                        {
                            Thread.Sleep(3100);
                        }

                    Thread.Sleep(2500);

in Allrounder/Spells/Disenchant.cs ?
if your good with code, then you could try doing this edit, otherwise you need to wait for the plugin author to resolve it.
 
I will be very thankful and appreciate if someone of you guys can adjust it for me, i really need it
 

Attachments

Try this, i changed up the delays. Working fine for me.
 

Attachments

Last edited:
Thanks Gentoo, but this is a whole folder with lots of files, not one file like Aphas and the one i attached and was using? Should i put this in plugins or ProffesionBuddy folder?
 
Thats the full allrouder plugin that i attached.

Just actually looked at the XML you have attached, yeah thats something completely different from what i use. Try mine and see how it goes.
 
Thanks man, its working faster than the one before... can this plugin disenchant rare items?
 
Yeah it can, i removed the code to DE anythihng above greens.. Had it de all my epic alt gear once. You want the one that DE's everything in your bags?
 
Thanks but since that one disenchant everything i rather not use it, dont want to find myself in situation like yours or something... thanks a lot one more time for this one
 
Back
Top