• 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!

Monster Arena

belal112

Basic Lua scripter
Joined
Dec 20, 2012
Messages
96
Solutions
1
Reaction score
11
Hello people! I'm just wondering, just as the regular pvp arena exsists, is there a way to make an arena where if you were killed by both a monster or a player you wouldn't lose anything? I am aware that the pvp arena is just putting the tiles from the map editor, but is there a way to make some sort of script or so that would make monster deaths also not affect you?
I'm using TFS 1.3 and Tibia version 10.98

bump
 
Last edited by a moderator:
You can change droploot.lua to check the tile, use player:getPosition() to get the position and return true if the player is on that tile.

Lua:
Tile(position):hasFlag(TILESTATE_PVPZONE)
 
Back
Top