View difference between Paste ID: wfzLrmz4 and zJ2ajUcp
SHOW: | | - or go back to the newest paste.
1
function precast(spell)
2-
 
2+
3
    or spell.type == 'BlackMagic'
4
    or spell.type == 'Ninjutsu'
5
    then
6
		if spell.english == 'Stoneskin'
7-
    if spell.english == 'Stoneskin'
7+
   			then equip(sets.precast.FC, {head="Umuthi hat",hands="Carapacho cuffs",waist="Siegel sash"})
8-
    then equip(sets.precast.FC, {head="Umuthi hat",hands="Carapacho cuffs",waist="Siegel sash"})
8+
    	else equip(sets.precast.FC)
9-
    else equip(sets.precast.FC)
9+
		end
10-
end
10+
	elseif spell.name == 'Myrkr'
11-
	if spell.name == 'Myrkr'
11+
	then equip(sets.precast.Myrkr)
12-
	then
12+
	elseif spell.name == 'Shattersoul'
13-
	equip(sets.precast.Myrkr)
13+
	then equip(sets.precast.ShatterSoul)
14-
end
14+
	end
15-
	if spell.name == 'Shattersoul'
15+