PDA

View Full Version : Spellup sub for scripts



Deathravin
03-24-2004, 06:05 PM
GenericCAS405:
SetVariable BansheeHuntScriptCAS712 N
SetVariable BansheeHuntScriptCAS414 N
SetVariable BansheeHuntScriptCAS406 N
SetVariable BansheeHuntScriptCAS401 N
SetVariable BansheeHuntScriptCAS120 N
SetVariable BansheeHuntScriptCAS107 N
SetVariable BansheeHuntScriptCAS103 N
SetVariable BansheeHuntScriptCAS102 N
SetVariable BansheeHuntScriptCAS101 N

SetVariable BansheeHuntScriptCASSpell 405
SetVariable BansheeHuntScriptCASMana 25
SetVariable BansheeHuntScriptCASAfter Generic405GenericSub
Goto GenericCastASpell

Generic405GenericSub:
Match Generic405Check712 Cloak of Shadows with
Match Generic405Check414 Elemental Defense III with
Match Generic405Check406 Elemental Defense II with
Match Generic405Check401 Elemental Defense I with
Match Generic405Check120 Lesser Shroud with
Match Generic405Check107 Spirit Warding II with
Match Generic405Check103 Spirit Defense with
Match Generic405Check102 Spirit Barrier with
Match Generic405Check101 Spirit Warding I with
Match Generic405Totalit Cast Roundtime
Matchwait

Generic405Check712:
SetVariable BansheeHuntScriptCAS712 Y
Goto Generic405GenericSub
Generic405Check414:
SetVariable BansheeHuntScriptCAS414 Y
Goto Generic405GenericSub
Generic405Check406:
SetVariable BansheeHuntScriptCAS406 Y
Goto Generic405GenericSub
Generic405Check401:
SetVariable BansheeHuntScriptCAS401 Y
Goto Generic405GenericSub
Generic405Check120:
SetVariable BansheeHuntScriptCAS120 Y
Goto Generic405GenericSub
Generic405Check107:
SetVariable BansheeHuntScriptCAS107 Y
Goto Generic405GenericSub
Generic405Check103:
SetVariable BansheeHuntScriptCAS103 Y
Goto Generic405GenericSub
Generic405Check102:
SetVariable BansheeHuntScriptCAS102 Y
Goto Generic405GenericSub
Generic405Check101:
SetVariable BansheeHuntScriptCAS101 Y
Goto Generic405GenericSub

Generic405Totalit:
Goto Generic405Totalit712%BansheeHuntScriptCAS712%
Generic405Totalit712Y:
Goto Generic405Totalit414%BansheeHuntScriptCAS414%
Generic405Totalit414Y:
Goto Generic405Totalit406%BansheeHuntScriptCAS406%
Generic405Totalit406Y:
Goto Generic405Totalit401%BansheeHuntScriptCAS401%
Generic405Totalit401Y:
Goto Generic405Totalit120%BansheeHuntScriptCAS120%
Generic405Totalit120Y:
Goto Generic405Totalit107%BansheeHuntScriptCAS107%
Generic405Totalit107Y:
Goto Generic405Totalit103%BansheeHuntScriptCAS103%
Generic405Totalit103Y:
Goto Generic405Totalit102%BansheeHuntScriptCAS102%
Generic405Totalit102Y:
Goto Generic405Totalit101%BansheeHuntScriptCAS101%
Generic405Totalit101Y:
Goto %BansheeHuntScriptPos%GenericSub

Generic405Totalit712N:
SetVariable BansheeHuntScriptCASSpell 712
SetVariable BansheeHuntScriptCASMana 43
SetVariable BansheeHuntScriptCASAfter Generic405Totalit712Y
Goto GenericCastASpellp
Generic405Totalit414N:
SetVariable BansheeHuntScriptCASSpell 414
SetVariable BansheeHuntScriptCASMana 34
SetVariable BansheeHuntScriptCASAfter Generic405Totalit414Y
Goto GenericCastASpellp
Generic405Totalit406N:
SetVariable BansheeHuntScriptCASSpell 406
SetVariable BansheeHuntScriptCASMana 26
SetVariable BansheeHuntScriptCASAfter Generic405Totalit406Y
Goto GenericCastASpellp
Generic405Totalit401N:
SetVariable BansheeHuntScriptCASSpell 401
SetVariable BansheeHuntScriptCASMana 21
SetVariable BansheeHuntScriptCASAfter Generic405Totalit401Y
Goto GenericCastASpellp
Generic405Totalit120N:
SetVariable BansheeHuntScriptCASSpell 120
SetVariable BansheeHuntScriptCASMana 40
SetVariable BansheeHuntScriptCASAfter Generic405Totalit120Y
Goto GenericCastASpellp
Generic405Totalit107N:
SetVariable BansheeHuntScriptCASSpell 107
SetVariable BansheeHuntScriptCASMana 27
SetVariable BansheeHuntScriptCASAfter Generic405Totalit107Y
Goto GenericCastASpellp
Generic405Totalit103N:
SetVariable BansheeHuntScriptCASSpell 103
SetVariable BansheeHuntScriptCASMana 23
SetVariable BansheeHuntScriptCASAfter Generic405Totalit103Y
Goto GenericCastASpellp
Generic405Totalit102N:
SetVariable BansheeHuntScriptCASSpell 102
SetVariable BansheeHuntScriptCASMana 22
SetVariable BansheeHuntScriptCASAfter Generic405Totalit102Y
Goto GenericCastASpellp
Generic405Totalit101N:
SetVariable BansheeHuntScriptCASSpell 101
SetVariable BansheeHuntScriptCASMana 21
SetVariable BansheeHuntScriptCASAfter Generic405Totalit101Y
Goto GenericCastASpellp


GenericCastASpellp:
pause 1
GenericCastASpell:
Match GenericCastASpellp ...wait
Match ComeBackFromGoGo You don't have that many points to transfer!
Match GenericCastASpell2 Channeling to yourself? That would accomplish nothing more than wasting your power!
Put send %BansheeHuntScriptCASMana% Deathravin
Matchwait
GenericCastASpell2p:
pause 1
GenericCastASpell2:
Match GenericCastASpell2p ...wait
Match GenericCastASpell3 You don't have a prepared spell to release!
Match GenericCastASpell2p You feel the magic of your spell rush away from you.
Put release
Matchwait
GenericCastASpell3p:
pause 1
GenericCastASpell3:
Match GenericCastASpell3p ...wait
Match GenericCastASpell3p Wait 1 sec.
Match GenericCastASpell3p Wait 2 sec.
Match GenericCastASpell3p Wait 3 sec.
Match %BansheeHuntScriptCASAfter% You Gesture
Put Incant %BansheeHuntScriptCASSpell%
Matchwait


---

I really like Stormfront... that seems to work really well (a lot better than the wizard version i must say)

Deathravin
03-26-2004, 05:27 PM
Spellupfull script with 405.

http://members.cox.net/lorddeathravin/Scripts/SpellupFull.txt

Fengus
03-26-2004, 10:02 PM
Mind if I fix that?

Deathravin
03-29-2004, 05:49 PM
do everything and anything you want to it, I don't have a copyright or anything. © ®

Just post whatever you do so I can see how to improve my scripting.

Edit: Wow, it didn't like the TM mark.

[Edited on 3/29/2004 by Deathravin]

TheEschaton
03-29-2004, 06:19 PM
Is that for the Wizard FE? Why has no one told me about this SetVariable command before???

-TheE-

J-Tech
03-29-2004, 06:22 PM
Originally posted by Deathravin
I really like Stormfront... that seems to work really well (a lot better than the wizard version i must say)

You didnt read his whole post. ;)

J.T.