Hiya Folks. I've been trying to get a perma shadow form script up and running for Guild wars strictly for Amusement in HoH or Ra. I seem to be overlooking an issue with timing or key presses.
I ran the script in notepad to see how it clicked and here was the results:
12321123
Here's The Template Code for the Skill Set
[Perma Shadow Form Skills;OwVj0pf8IOLBekOrM7/OYCwhPA]
16 Shadow (Sup Rune)
13 Dagger (Sup Rune)
8 Critical (No Minor Rune)
Fill In Armor with Runes of Atunement and Radiant Insignias.
Zealous Daggers of Enchanting with "I Have the Power" Inscription (+5 Energy)
Hopefully some of you more vetern type's might be able to assist where i've failed a bit.
Best Wishes!
-Sollek
Code:Program PermaShadowForm; begin ActivateClient; Wait(100); Repeat If(IsKeyDown('x'))Then TerminateScript; //---Emergency Exit---\\ KeyDown(GetKeyCode('1')); //Cast Arcane Echo KeyUp(GetKeyCode('1')); Wait(1900); If(IsKeyDown('x'))Then TerminateScript; //---Emergency Exit---\\ KeyDown(GetKeyCode('2')); //Begin Casting Deadly Paradox KeyUp(GetKeyCode('2')); //End Casting Dp Wait(100); //End Casting AE KeyDown(GetKeyCode('3')); //Begin ShadowForm KeyUp(GetKeyCode('3')); //End ShadowForm Cast Wait(19000); KeyDown(GetKeyCode('2'));//Begin Casting Deadly Paradox KeyUp(GetKeyCode('2')); //End Casting Dp KeyDown(GetKeyCode('1')); //Begin Echo'd ShadowForm KeyUp(GetKeyCode('1')); //End Echo'd ShadowForm Cast Wait(22000) //or 2100 If(IsKeyDown('x'))Then TerminateScript; //---Emergency Exit---\\ Until(False); end.


Reply With Quote





