Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Tut] HowTo Change Drop Rate - Titan 2.0.0 Rev .58 Web 

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jul 15, 2008
Messages
16
Reaction score
0
1) First goto TitanMS\Drops\Mobs ( There Is xml files here )

2) Get EditPlus 3.01

3) You Can Use ID Grabber (Thanks to Blader)
Topic for ID Grabber To Look Up ID's....

4) Below is a Snail = ID 100100 - opened

5) now edit </Chance> your value here </Chance> 100 min drop rate / 10000 High Drop Rate 0-10000 Drop Rate

6) Meso Drop rate at bottom ( says it all )

7) Also in TitanMS\Mobs there are xml files to edit also

8) please make small changes Because you have to rebuild it & make a new TitanMS.exe for this to work....

<?xml version="1.0" encoding="UTF-8"?>
<Mob>
<Drops>
<Drop>
<ID>04000019</ID>
<Chance>5000</Chance>
</Drop>
<Drop>
<ID>04020000</ID>
<Chance>500</Chance>
</Drop>
<Drop>
<ID>04010000</ID>
<Chance>500</Chance>
</Drop>
<Drop>
<ID>02000000</ID>
<Chance>1000</Chance>
</Drop>
<Drop>
<ID>02040002</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>02040001</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>02040001</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>01002067</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>01061002</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>01302000</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>01040002</ID>
<Chance>100</Chance>
</Drop>
<Drop>
<ID>01302000</ID>
<Chance>9000</Chance>
</Drop>
<Drop>
<ID>01040002</ID>
<Chance>9000</Chance>
</Drop>
<Drop>
<ID>4000016</ID>
<Chance>9000</Chance>
</Drop>
<Drop>
<ID>4000000</ID>
<Chance>9000</Chance>
</Drop>
</Drops>
<Mesos>
<Min>5000</Min>
<Max>250000</Max>
</Mesos>
</Mob>


:yay: Hope This Helps!!! I asked a few times in the fourm & figured it out.

PS: this is one way of weeding out unwanted drops you don't want.

Please post add drops that are of use using ID Grabber, I'm trying to make one for the warrior. untill Titan is completed it, cashshop ID's I haven't got working. So Zip up & post your working collecton of xml Files Please.....
 
Status
Not open for further replies.
Back
Top