View Full Version : Changing exp
NightmareGamer
12-15-2007, 05:36 PM
How do i change the exp in my server?
Right now its blizzlike. I want it to be funlike.
Like...instant 70!
And whats the code for gaining exp/levels without killing anything for GMs?
ty
P.S Whats the code for making items?
Harshboy
12-15-2007, 05:46 PM
Goto Ascent.conf and look for something similar to this:
<Rates Health="9999"
Power1="9999"
Power2="9999"
Power3="9999"
QuestReputation="99"
KillReputation="99"
Honor="99999"
PvPTimer="300000"
Compression="1"
XP="9999999"
QuestXP="9999999"
RestXP="1"
DropGrey="1"
DropWhite="1"
DropGreen="1"
DropBlue="999"
DropPurple="999"
DropOrange="999"
DropArtifact="999"
DropMoney="999"
Save="300000"
SkillChance="1"
SkillRate="1"
ArenaMultiplier2x="1"
ArenaMultiplier3x="1"
ArenaMultiplier5x="1">
That is an example of Fun Server Rates.
For a GM, just type in... .level 69 ...in the chat box.
Clain
12-15-2007, 05:46 PM
To raise xp, edit this part in your ascent config
<Rates Health="1"
Power1="1"
Power2="1"
Power3="1"
QuestReputation="1"
KillReputation="1"
Honor="3"
PvPTimer="300000"
Compression="1"
XP="200"
QuestXP="230"
RestXP="12"
DropGrey="1"
DropWhite="1"
DropGreen="10"
DropBlue="5"
DropPurple="2"
DropOrange="1"
DropArtifact="1"
DropMoney="1"
Save="300000"
SkillChance="10"
SkillRate="10"
ArenaMultiplier2x="1"
ArenaMultiplier3x="1"
ArenaMultiplier5x="1">
.mod level <level you want>
or .levelup <amount you wanna levelup>
Follow this guide i made for making items. http://www.ac-web.org/forum/showthread.php?t=5851&highlight=custom+item
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.