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

[C++]how to make monsters can Walk Through over players?

Jetro

jangeldev
Joined
Aug 1, 2011
Messages
452
Reaction score
68
Location
Venezuela
i don't know what function in monster.cpp i have to edit for that, it would be nice if some1 could help me,
thanks in advance.
 
What wersion of TFS are you use?
Try add in monster (in flags)

walkable = "1"

if doesnt work, you have too old tfs...

Someone can make that funcion in 0.3.6?
 
it need to edit a function like canWalkthrough of players.cpp (that is used for set what can walk through the players), in monster, i guess it is canWalkTo (of monster.cpp), i'll try to edit it.
 
Back
Top