PDA

View Full Version : Looking for a Mage spell up script



Ansherak
12-20-2003, 05:28 PM
Anyone know where to get one for the new GS4 spell lists?

D-

Jonty
12-20-2003, 05:32 PM
Eh, I can make one for you since I know you. My SN is on my profile. Just IM me and tell me which spells and exacctly what you want the script to do.

- Me

[Edited on 12-20-2003 by Jonty]

Syberus
12-20-2003, 11:33 PM
spellup scripts are pretty easy to make.. especially if you're casting the same spells everytime. even if you want to change what spells you cast, you can just make the script with a varible so you pick what spells you want.. if you want a spel more than once put the same thing in twice so like..

.spell 401 406 414 503 503 507 507 etc etc

or if you go with the first thing.. you just need to name it .spell and it will do the same function for you every time, like my refresh script currently is just..

put prep 401
put cast
pause 4
put prep 406

etc through all my spells, if you wanted to do the variable one.. it'd just be like..

put prep %1
put cast
pause 4
put prep %2

etc to cycle through the variables, i spose you could use shift if you wanted the script to be prettier, but I don't thikn it matters a whole lot since no one else will see it.

spell:
put prep %1
put cast
pause 4
shift
goto spell

goto spell

or whatever.. Unless I totally missed what you guys were asking for.. and if that's the case my humblest appologies

Syb the selftaught script writer

Ansherak
12-21-2003, 12:16 AM
I was refering more to the fact that it would take into account the new durations, I suppose I could figure it out, I was just hoping someone already took the time.

D-

Ansherak
12-21-2003, 01:16 AM
Ok ok....*mumbles* I'll put together a proper new spell up script, will post it tomorrow

D-

Xcalibur
12-21-2003, 07:45 AM
Daina, good.. but which spell stacks and which spell doesn't?