• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

[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%
 
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
 
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
 
Status
Not open for further replies.
Back