Hi all (IMG:[
invalid]
style_emoticons/default/smile.gif)
I have problem here with reloader v1.2 (very old version) script made by nihilvoid, Dan31
I hope some will help me
here below are the script:
[/code] //### Change default action ###
switch (settings.defaultAction) {
//Default (Attack)
case 0:
break;
case 1:
//Fiery Blast
var caller = document.getElementById("111");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 111);
unsafeWindow.battle.set_hostile_subattack(111);
break;
case 2:
//Freeze
var caller = document.getElementById("121");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 121);
unsafeWindow.battle.set_hostile_subattack(121);
break;
case 3:
//Shockblast
var caller = document.getElementById("131");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 131);
unsafeWindow.battle.set_hostile_subattack(131);
break;
case 4:
//Gale
var caller = document.getElementById("141");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 141);
unsafeWindow.battle.set_hostile_subattack(141);
break;
case 5:
//Smite
var caller = document.getElementById("151");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 151);
unsafeWindow.battle.set_hostile_subattack(151);
break;
case 6:
//Corruption
var caller = document.getElementById("161");
unsafeWindow.battle.lock_action(caller, 1, 'magic', 161);
unsafeWindow.battle.set_hostile_subattack(161);
break;
}
//### Change default action - end ###[code]
My Default action I choose is case 3 shockblast. Could someone change the default auction so it can make rotation for spell cast like Wrath of Thor first and if its not avaiable then chained lightning and then if its not available then shockblast
I know there is crackling cast script out there but I prefer this script for some reason (IMG:[
invalid]
style_emoticons/default/smile.gif) and if u need the full script I can post it here, I hope someone would help me (IMG:[
invalid]
style_emoticons/default/wink.gif) ,
thanks in advance pal (IMG:[
invalid]
style_emoticons/default/smile.gif)