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

getMonstersInArea 1.3

jajo1991

New Member
Joined
Sep 30, 2017
Messages
20
Reaction score
0
does anyone know how to add lua function to theforgottenserver 1.3 getMonstersInArea i need it, thank you for your help
Post automatically merged:

or if there is something similar to it
 
does anyone know how to add lua function to theforgottenserver 1.3 getMonstersInArea i need it, thank you for your help
Post automatically merged:

or if there is something similar to it
There is Game.getSpectators but that will return both players and monsters or just players. Maybe create similar function that will just return monsters.

Or if you implement this resouce [TFS 1.4.2][RME] Zone System (https://otland.net/resources/tfs-1-4-2-rme-zone-system.30/)
you can add Zone either by RME or revscript
and then you can call
LUA:
getZoneMonsterVector
on that zone id and you get a list of monsters.

Dont know the usecase so not sure what you are trying to achieve.
 

Similar threads

Back
Top