Help with changing xp rates.

Newbie Spellweaver
Joined
Apr 12, 2007
Messages
34
Reaction score
0
Hey, I found something that looks like where i can change my xp rates would this be it?

namespace eval ::WoWEmu {
variable MAX_LEVEL 60
variable MAX_DISTANCE 75
variable MAX_LEVEL_DIFF 5
variable XP_RATES { 1.0 2.0 2.5 3.0 1.5 }
variable MOB_LOG { 2 3 }
variable MAX_DAMAGE_REDUCTION 0.75
variable ALLOW_RESURRECT_PLAYERS 1
variable ALLOW_PLAYER_DISMOUNT 0
variable BROADCAST_WITH_NAME 1
variable LOG_GM 1
 
that script is part of the startup.tcl

You want to go forward one more directory and look for the conf directory. In there, edit a file called start-tcl.conf

mine currently has

[WoWEmu]
gm_nodamage = 0 # prevent GMs from receiving damage
max_level = 254 # maximum level for XP from mobs or exploration
max_distance = 75 # maximum distance for XP gain or reputation
max_level_diff = 100 # maximum level difference when calculating XP
xp_rates = 50.0 55.0 65.0 70.0 75.5 # XP rate for each mob classification
mob_log = 1 # log killed elites and bosses (logs/mob.log)
max_damage_reduction = 0.75 # maximum damage reduction
allow_resurrect_players = 1 # allow ".resurrect" command on other players
allow_player_dismount = 1 # allow players to use the ".dismount" command
broadcast_with_name = 1 # add GM's name to broadcast messages
log_gm = 1 # logging of GM commands affecting players


Or you could download a funserver repack... Marc's for example that is setup already.
 
Well, If I had a server with those config files I would try too help you but I use mango's and host a TBC server with 150x for exp, exploration, and quest and 1500x items and money =)
 
No, Im using Amrican93's Repack, but all the scripts are the same, all I need to know is how to change the xp rate for exploration, quests, and so on.. I have it so when you kill a monster you get 100x.
 
in mangosmd.conf look for


# Drop rates
# Default: 1
Rate.Drop.Items = 1
Rate.Drop.Money = 1

# XP rates
# Default: 1
Rate.XP.Kill = 1
Rate.XP.Quest = 1
Rate.XP.Explore = 1
 
in mangos you can change the explore rates, change the drop rates, gold rates, and xp rates all in the mangos.conf file

For changing quest xp in WoWemu you have to edit EVERY quest. Thats where the rewards are. The good news is that can be done by a program. Which I can't believe I can't find. Well, I do know that if you download the burning Chrome repack it comes with it. Thats where I used it first. Just run a search for it.

Personally I got tired of hacking my 1.11.x clients back to 1.8 to be able to play.

Mangos takes a little more time to learn and setup, but the end result is worth it.
 
SAMPLE QUEST from .../scripts/quests.scp

To change quest reward xp you have to open this file and edit every line in red below.

[quest 2]
name=Sharptalon's Claw
marker=BaL
started_by=itm16305
finished_by=npc12696
levels=20 30
deliver=16305 1
qtflags=deliver
quest_flags=020
requirements=r2|5|6|8 q235 q6382 q742
reward_xp=2400
reputation=120
desc=Bring Sharptalon's Claw to Senani Thunderheart at Splintertree Post, Ashenvale.
completion=Most impressive, $N... the claw of Sharptalon could not have been easy to get! The Ashenvale Hunt goes well for you!$B$BSharptalon had long terrorized the peons from the lumber camps near its path as they tried to travel here to Splintertree Post. No doubt once the word gets out that it was you who put down the beast, many rousing songs of your bravery will be heard at campfires and lumber mills across Ashenvale!
details=The mighty hippogryph Sharptalon has been slain, with the claw of the felled beast serving as a testament to your victory. Senani Thunderheart at the Splintertree Post will no doubt be interested in seeing this trophy as proof of your deeds.
incomplete=Yes, mighty $C, I sensed your arrival. I trust you have more news to report to me about your hunt?
zone=331
//precompletion=Yes, mighty $C, I sensed your arrival. I trust you have more news to report to me about your hunt?
 
I'll have to look into that...

but try this server instead. You may like it.



I swear to god I've had nothing but fun modding this server. xp gold and explore rates pwn.

I used Silver baits auto restarter when I ran wowemu servers... It puts the server on one CPU (Because WoWemu crashes if it is run on an HT or dual core processor) and restarts in case of a crash.
 
Back