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]increase drop rate/exp rate/money drop rate

Status
Not open for further replies.
Newbie Spellweaver
Joined
Sep 17, 2008
Messages
27
Reaction score
10
go to server files there
D:\game\data\system\attdata\att_def_min_max.xml
open it as notepad...
and search Att id 67/68/69

Code:
    <Att id="67" name="ERA_Exp_Add_Rate" def_role="0" def_creature="0" min="[COLOR="Red"]1000000[/COLOR]" max="[COLOR="red"]100000[/COLOR]0" />
    <Att id="68" name="ERA_Money_Add_Rate" def_role="0" def_creature="0" min="[COLOR="DarkOrange"]99999[/COLOR]" max="[COLOR="DarkOrange"]99999[/COLOR]" />
    <Att id="69" name="ERA_Loot_Add_Rate" def_role="0" def_creature="0" min="[COLOR="Green"]1000000[/COLOR]" max="[COLOR="green"]1000000[/COLOR]" />

Color edit your Exp rate *PS:10000 = 100%
Color edit your Money drop rate *PS:10000 = 100%
Color edit your item drop rate *PS:10000 = 100%
 
Joined
Sep 30, 2006
Messages
735
Reaction score
207
Thx for info though I would rather edit the exp on a per mob basis and items on a per item basis myself :)

But this will be of help to the people with no design sense when they make the 1000x servers we all know are coming soon :p
 
Newbie Spellweaver
Joined
Sep 9, 2008
Messages
23
Reaction score
5
go to server files there
D:\game\data\system\attdata\att_def_min_max.xml
open it as notepad...
and search Att id 67/68/69

Code:
    <Att id="67" name="ERA_Exp_Add_Rate" def_role="0" def_creature="0" min="[COLOR="Red"]1000000[/COLOR]" max="[COLOR="red"]100000[/COLOR]0" />
    <Att id="68" name="ERA_Money_Add_Rate" def_role="0" def_creature="0" min="[COLOR="DarkOrange"]99999[/COLOR]" max="[COLOR="DarkOrange"]99999[/COLOR]" />
    <Att id="69" name="ERA_Loot_Add_Rate" def_role="0" def_creature="0" min="[COLOR="Green"]1000000[/COLOR]" max="[COLOR="green"]1000000[/COLOR]" />

Color edit your Exp rate *PS:10000 = 100%
Color edit your Money drop rate *PS:10000 = 100%
Color edit your item drop rate *PS:10000 = 100%



What value for EXP x1 Money x1 Drop x1

100% it's x1 or not?

Thanks
 
Junior Spellweaver
Joined
Feb 8, 2011
Messages
117
Reaction score
34
10000 = 100% = 1x exp
20000 = 200% = 2x exp
and so on.
 
Newbie Spellweaver
Joined
Jan 2, 2010
Messages
85
Reaction score
0
hey , help me how to config exp of lv ( same lv 1 is required 100xp ..etc), thank a lot!
 
Status
Not open for further replies.
Back
Top