• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua TFS 1.3 | getMonsterInfo(getCreatureName(target)).experience

Mjmackan

Mapper ~ Writer
Joined
Jul 18, 2009
Messages
1,474
Solutions
17
Reaction score
194
Location
Sweden
Hiya!

In old tfs we could fetch the monster exp by using
LUA:
getMonsterInfo(getCreatureName(target)).experience
How is this done in tfs 1.3? I have read the compat and sources but really dont get it, tried a couple of methods.

Best regards,
Mjmackan
 
Solution
X
Hiya!

In old tfs we could fetch the monster exp by using
LUA:
getMonsterInfo(getCreatureName(target)).experience
How is this done in tfs 1.3? I have read the compat and sources but really dont get it, tried a couple of methods.

Best regards,
Mjmackan
LUA:
print(MonsterType("bug"):experience())
Back
Top