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

problem with tiles and monsters

Magictibiaman

New Member
Joined
May 25, 2009
Messages
371
Reaction score
0
i have a trainer square that people train there skills
what can i do inside the code so a monster can't step on one of those squares
 
i have a trainer square that people train there skills
what can i do inside the code so a monster can't step on one of those squares

Action IDs

NOT Player Tile
194

NOT Monster Tile
195

NOT NPC Tile
196


Put 195 on that tiles ACTION Id and monster wont step in :P or Just go to monster file and put speed="0" :) then they cant move at all
 
no your not getting the question.
i do not want an action id

I want the code so i can block monsters from entering a square.

What if i already have an action id there? huh i can't have t2o. so i need to put into my code plus it's easier thatt way.
 
Back
Top