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

Problem in Key drop with actionID

bivr123

New Member
Joined
Aug 13, 2011
Messages
17
Reaction score
1
I using TFS 0.3.6
I have a problem on my server that the key is not dropping with ACTIONID, I believe it is a problem in the sources, but I don't have much knowledge with C ++

Does anyone have any resolution for this?

Using this tag in monster.xml
Code:
<item id="2086" actionId="2051" chance="5000"/> --purple key
 
Last edited:
okay, I searched and seems like 0.3.6 doesn't have it, you will have to use a creaturescript to make the monster drop it, more instructions here
 
Back
Top