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

Monster Description

Itutorial

Legendary OT User
Joined
Dec 23, 2014
Messages
2,339
Solutions
68
Reaction score
1,024
How can I make a new monsters description TFS 3.6.0

local new_monster = doCreateMonster(monster, getCreaturePosition(cid))
doCreatureSetAttribute(new_monster, 'description', "new description here.")


something like this I would imagine?
 
That looks close to what I am needing but.... I need it in a script so lets say they fish a monster up. I want the monster to say

"it was caught by player"

so I need the script to be able to change the monsters description. I was able to get it working with items.
 
Back
Top