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

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

Mjmackan

Mapper ~ Writer
Premium User
Joined
Jul 18, 2009
Messages
1,424
Solutions
15
Reaction score
177
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
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())
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())
 
Solution
Back
Top