Teddy
SweStream.se
i need to do something high lvl's like 300 kill all lvl 100+ :S
i need to do something high lvl's like 300 kill all lvl 100+ :S
Lol. Just simply make a fucking pro level till 100. I guess your ot is high-staged, so I dont think its a problem when you die on lvl 100. Some noobs just cried you that they are getting pked by high lvls... Just let them be. Ppl that cry about dieing on lvl 100 in ot have no lifes and no brain. U can't call them players...
local protectionStages = {
[1] = 9,
[10] = 19,
[20] = 29,
[30] = 39,
[40] = 49,
[50] = 69,
}
function onAttack(cid, target)
if isPlayer(cid) ~= TRUE or isPlayer(target) ~= TRUE then
return TRUE
end
for from, to in pairs(protectionStages) do
if(isNumberInRange(getPlayerLevel(cid), from, to) ~= isNumberInRange(getPlayerLevel(target), from, to)) then
doPlayerSendCancel(cid, "You may not attack this player.")
return FALSE
end
end
return TRUE
end
I have sth like that (PvP-Stages) but i wont release it..![]()