UPDATE:
Came up with new system for using spells.
It has ON/OFF switches in variables for certain spells, so you can use same script on both MS and ED:
This script uses ' fullchecks in attack sequences which are 'hidden at the moment (possible to see in notepad), so do not change them.,
Only thing you're allowed to change is Monsters which to attack in Advanced Attack setting.
DOWNLOAD in first post
Came up with new system for using spells.
It has ON/OFF switches in variables for certain spells, so you can use same script on both MS and ED:
Code:
#Spells ON/OFF 1/0
#Sorcerer Fire
HellsCore=0
UltimateFlameStrike=0
StrongFlameStrike=0
#Sorcerer Energy
RageoftheSkies=0
EnergyWave=0
UltimateEnergyStrike=0
StrongEnergyStrike=0
#Druid Ice
EternalWinter=1
StrongIceWave=1
UltimateIceStrike=1
StrongIceStrike=1
#Druid Earth
WrathofNature=0
UltimateTerraStrike=0
StrongTerraStrike=0
TerraWave=0
This script uses ' fullchecks in attack sequences which are 'hidden at the moment (possible to see in notepad), so do not change them.,
Only thing you're allowed to change is Monsters which to attack in Advanced Attack setting.
DOWNLOAD in first post