Did anyone else notice that at the end of scripts where it brings up the rank screen the [leave instance] button is missing now? only the "ok" is there.
1. You can start free flight with this lineQuote:
hi,
is there like a instruction on the path on how to make your char fly in the abyss? I am trying to record a return path in the abyss but was unsuccessful on how the fly path works.
also, is there a way we could edit the combat routine script so it'll use the stigma skills? i notice that is only use the common skills.
thanks
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,%OffsetGravity,BYTE,=5;
#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,%OffsetGravity,BYTE,=0;
Quote:
1. You can start free flight with this line
and stop free flight with this linePHP Code:#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,%OffsetGravity,BYTE,=5;
just be sure then you record the path with MoveToPHP Code:#DO=10000;
UseID=50007;
Delay=2000;
_UNTILMemPtrRead=%PlayerBase,%OffsetGravity,BYTE,=0;
2. Sure, just open the combat routine in some text editor, scroll to "combat_Songweaver" for example if you play songweaver and a bit lower you find several SmartSkill lines, just add SmartSkill lines for the stigma skills there.
[Only registered and activated users can see links. Click Here To Register...] is guide about how SmartSkill works
The Auto Kill Boss script is splitted into 2 scripts, the first one keeps moving in a circle while the second script spams skills, so all you've to do is gliding above the boss, target him and run both scripts at the same time.Quote:
exactly how do we use auto kill boss,in what instances?
[Only registered and activated users can see links. Click Here To Register...]Quote:
Anyone know how to reset window position in the game?
Thank you very much, I hope to find this option in NA.Quote:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
you are welcome!