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

TFS 1.X+ setLevel to monsters, monster level script

Mjmackan

Mapper ~ Writer
Premium User
Joined
Jul 18, 2009
Messages
1,424
Solutions
15
Reaction score
176
Location
Sweden
Solution
Hello!

Anyone able to help me with this script: Feature - [TFS 1.3] Monster Levels (https://otland.net/threads/tfs-1-3-monster-levels.260470/page-2#post-2525812)

I tried to create a lua command for setLevel onto monsters in sources/c++ but didn't solve it, getLevel works however.

What I want to be able to do:
Lua:
target:setMonsterLevel(target:getMonsterLevel()+1)
After a lot of tries this might need a bit more work than I thought so I moved this to a paid job instead.
Scripter - Paid Job | source changes TFS 1.3 (https://otland.net/threads/paid-job-source-changes-tfs-1-3.277585/)
Hello!

Anyone able to help me with this script: Feature - [TFS 1.3] Monster Levels (https://otland.net/threads/tfs-1-3-monster-levels.260470/page-2#post-2525812)

I tried to create a lua command for setLevel onto monsters in sources/c++ but didn't solve it, getLevel works however.

What I want to be able to do:
Lua:
target:setMonsterLevel(target:getMonsterLevel()+1)
After a lot of tries this might need a bit more work than I thought so I moved this to a paid job instead.
Scripter - Paid Job | source changes TFS 1.3 (https://otland.net/threads/paid-job-source-changes-tfs-1-3.277585/)
 
Last edited:
Solution
Back
Top