PDA

View Full Version : Knight If got White Skull go to ...



yossiy123
08-28-2017, 04:46 PM
Hi guys I need your help for a LUA script,
I want to make LUA script if while a botting my player use "exori" or somthings like that that can be a pk cuse of this then the in Label (in the walker) "CheckPK" he go to label "Rest" and if not keep going with the botting.

Thanks for your helps!!

Samoxx
03-02-2018, 01:33 PM
elseif LabelName == "Lose PZ" then
print ("Losing PZ, Please wait..")

wait (1500)

setWalkerEnabled (false)
setWalkerEnabled (false)
setWalkerEnabled (false)


Self.Turn(SOUTH)

Self.Say ("Exana Pox")
wait (2000)


Self.Say ("Exana Kor")
wait (5000)


Self.Say ("Exana Pox")
wait (5000)

Self.Say ("Exana Kor")
wait (90000)


if (Self.isPzLocked() == true )
then

gotoLabel ("Lose PZ")
else
print ("Lost PZ Successfully ..")
end


setWalkerEnabled (true)
setWalkerEnabled (true)
setWalkerEnabled (true)