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

Share Tips for issues by yourself

loveciel

New Member
Joined
May 18, 2011
Messages
61
Reaction score
0
I want to share fixed issues by myself.

Even though this bot is really comport and useful, It has some problem.

But I found some of them is misunderstanding of this tool or I didn't noticed about the feature.

So after 4days I got lots of tips for use.

If u have your own tip. Share it for every one.
 
About Dismount from swift flight form

When I questing I can't dismount from swift flight form.

hopefully I'm a C# programmer so I can find the problem.

To correct this problem you should fix \Quest Behaviors\ForcedDismount.cs

in line 100
if (StyxWoW.Me.Auras.ContainsKey("Flight Form"))
{
UtilLogMessage("info", "Cancelling Flight Form");
//CancelAura("Flight Form");
SpellManager.Cast("Flight Form");
}

else if (StyxWoW.Me.Auras.ContainsKey("Swift Flight Form"))
{
UtilLogMessage("info", "Cancelling Swift Flight Form");
//CancelAura("Swift Flight Form");
SpellManager.Cast("Swift Flight Form");
}

Override this.

I think this problem is not occured in US or EU. It seems that wow client does not notice english :) maybe.

but You can cancel flight form easyly to cast flight form again.

to use this function you should add

using Styx.Logic.Combat;

in the top of the code.
 
To use ARCHAEOLOGY & harvesting at the sametime

Just go

bot setting -> grind bot setting -> check harvest herbs & harvest minerals

my druid is now 81 lv and collecting artifact gives me over the 18k exp.

So you can get exp & harvest professions at the sametime.

just avoid profile. :)
 
Back
Top