Illicit Awakening Forums
[GUIDE] Combining soulshot scripts for L2Walker - Printable Version

+- Illicit Awakening Forums (https://www.ial2.com/forums)
+-- Forum: Out of Game (https://www.ial2.com/forums/forumdisplay.php?fid=7)
+--- Forum: Help and Support (https://www.ial2.com/forums/forumdisplay.php?fid=3)
+--- Thread: [GUIDE] Combining soulshot scripts for L2Walker (/showthread.php?tid=12)



[GUIDE] Combining soulshot scripts for L2Walker - EmmE - Tuesday, June 2nd, 2020

If you want to use both soulshots and spiritshot using only 1 script for your walker you need to:

1. Locate your script folder for the walker

[Image: E3QX3bA.png]

2. Find donater_soulshot_d script (EXAMPLE)

3. Open it with notepad

4. Delete the old text and paste new one:



Code:
LABEL(donater_soulshot_d)
ItemCount(Blessed Spiritshot: D Grade[ID=7616],<,10)
JMP(exit_script)
USEITEM(Blessed Spiritshot: D Grade[ID=7616])
DELAY(50)
ItemCount(Soulshot: D-grade[ID=7614],<,10)
JMP(exit_script)
USEITEM(Soulshot: D-grade[ID=7614])
DELAY(50)
JMP(donater_soulshot_d)
LABEL(exit_script)
EXIT()

5. Run the script named donater_soulshot_d ingame via walker.

Note: You can change the script name to any other as long as it matches the LABEL attribute inside the script. You can also lower the value of the DELAY attribute to use soulshots and spiritshot more often.