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

[Module] - Loot Simulator - TFS 1.5

You iterate over monstertypes correct? If that's the case then it won't find the monstertype unless that Monster is at least spawned once on the map, xml monsters Work that way
Yep, that's right. Cool, so it's all clear now.
 
You iterate over monstertypes correct? If that's the case then it won't find the monstertype unless that Monster is at least spawned once on the map, xml monsters Work that way
That explains everything to me now, because its correct only some xml monsters aren´t loading. Thanks <3
 
now we are on tfs 1.6, 1.7 stop wasting your time
Wrong mindset, if someone wants they can make this module fully client-side, which will make it compatible with any engine (since it will be irrevelant).

Thats what I did, I made a separate app.exe though, so it could generate prices table and monster/loot tables for me which client could use.
 
Is it possible to also show the items inserted in bags?, on my server the rarest items then drop inside the monster's bag, thank you in advance.

Example:
<loot>
<item id="13685" countmax="1" chance1="80000" chancemax="0"/>
<item id="2160" countmax="50" chance1="80000" chancemax="0"/>
<item id="2267" countmax="10" chance1="10000" chancemax="0"/>
<item id="2138" chance="5000"/> <!-- DW AMULET -->
<item id="24783" chance="2000"/> <!--MIND HAT-->
<item id="25187" chance="2000"/> <!--MIND ROBE-->
<item id="25410" chance="451"/> <!--DEMONIAC HELMET -->
<item id="25190" chance="751"/> <!--PHOENIX ARMOR-->
<item id="24786" chance="451"/> <!-- PHOENIX hat-->
<item id="24839" chance="4000"/> <!--MIND WAND-->
<item id="25421" chance="3000"/><!-- PHOENIX WAND-->
<item id="25420" chance="40"/> <!--PLAGUE WAND-->
<item id="44181" chance="40"/>
<item id="16112" chance="40"/>
<item id="42841" chance="100000"> <!-- BAG -->

<item id="30304" chance="30"/> <!--ELEMENTAL ROBE-->
<item id="24848" chance="150"/> <!--ELEMENTAL HAT-->
<item id="25422" chance="10"/> <!--SARUMAN WAND-->
<item id="25413" chance="15"/> <!--MERLIAN HAT-->
<item id="30305" chance="15"/> <!--MERLIAN ROBE -->
<item id="35274" chance="150"/> <!--MERLIAN LEGS-->
<item id="33050" chance="150"/> <!--MERLIAN boots -->
<item id="34330" chance="150"/>
</item>
</loot>
 
Back
Top