• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

High Lvl kills low lvls

You mean that all the 300+'s are killing all 100+'s?

If so, just set the protection level too 300? Or tell them not to powerabuse.

Warn em?
 
swev.se haved like a script or somthing that lvl 300+ can only pvp whit 200-400 and like 100 can only pvp whit 60-200 and so ... ? can i make it so ?
 
I have heard something about a script like that, but unfortunately I do not know where to find it, not even sure if it's released.

Maybe a good scripter will be able to make one similar for you.
 
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...
 
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...

Mmm... Good Point.
 
this is something .. ?

Code:
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

but its dont stop spells or runes

original [otfans]
New Pvp-System - OpenTibia Fans
 
I have sth like that (PvP-Stages) but i wont release it.. :D

That's so selfish. Why would you even post that? If you have it and you know you wont share it with anyone, why bother posting?

It is like watching a poor person who's dying of hunger on the street and showing him a big delicious sandwich and then eating it on their face and leave laughing.

Way to go.
 
Back
Top