First of all im very new to using scripts, i used to macro in ac ans sb but then i had people explain every simple step:)
Anyway i did everything you said but the thing i dont understand is what is posted in the qoute below here.
owner2119 wrote:morken wrote:only thing i cant figure out is where exactly to put the attack spells
im going to move this to top of script so it will be easyer in next release.
ok so this is under fight code. VGSendText 3 is the spell key for char. so if your char is in slot 5 then move it to 3 or change it to VGSendText 5.
Code: Register to unlock hidden link
if (MobIsValid(Mob) and (getTargetDistance < 30) ) then
faceMob getTarget
Log.DebugLog "Char"
VGSendText 3
Sleep 3000
fightstarted = 1
end if
I can find the piece of code but i got no clue what to change there in order to let my char attack.
" VGSendText 3 is the spell key for char. so if your char is in slot 5 then move it to 3 or change it to VGSendText 5. "
that line i didnt get at all, what do you mean with if your char is in slot 5? arent the spells supposed to be in those slots?
Atm im using a lvl 2 sorc so he only has the "Taqmir's Bolts I"
So any help would be apriciated(sp)
Cheers