- 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
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%
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%