Originally Posted by
Pliszka
Did you run this scritp ? Or did you send me wrong one? "not supplied enough, city will repeat" when i do have all supplies do u want ss do you want me to show you on tibia cast ?
This:
"--supply check
cap = getuseroption('kap')
if needresupply(cap, 'sup') then
gotolabel(0)
printerror('not supplied enough, city will repeat')
end
"
and this
"auto(1000)
cap = getuseroption('kap')
if $wptsection == "spawn" or $wptsection == "spawntwo" or $wptsection == "spawnhard" then
if needresupply(cap, 'sup') then
--[[ stopattack()
setlooting("no")
--settargeting("no") --incase
stopattack() --incase
--settargeting("no", true)
switchprofile('targeting', 'TargetListB')]]--
gotolabel(0, 'back')
wait(10000)
end
end"
is wrong