=================
Setting-Up
=================
1)You need to download the server files.
Download the server from
(
) (posted at
~26MB (0.4222.1.1).or
Download from
, as posted in
.or
Download the file from
(or maybe there is newer released...) (registration required) ~7MB (0.4222.1.1).newer executable is in
posted in 
I haven't tested it by myself. If it works i will update the first post.
2) Extract/Install the package. It's quite simple
3) Go to the dir you installed the server. In SCRIPTS\ subdir there will be a file called EMU.CONF. Please edit it by your favorite text-editor like 2xedit or Notepad.
Set the valuest that would suit to you. (try not to use any other characters than numbers and letters)
server_name= You server name, I.E. THE BEST OF THE BEST
http_host= Your reall ip address goes here
http_port= A port to web-interface. This is for

ws_host= Your reall ip address goes here too
delete_not_used_accounts_days= well, after not using the account for defined time it will result of account deletion...
rs_host= Your reall ip address goes here
All other values are at your will.
Don't forget to save the file. And note: while modifying any WoWemu configuration server should be switched off.
4) Start the server by starting it from the start menu launching SERVER.exe file.
=================
Connecting to private server
=================
The users should connect to your server by:
They should have 1.2.4 client (others will not do). I'll post the link later, u can use google or torrent sites like
to find them Creating an account at

And then editing realmlist.wft file by modifyng the line. After modifying it should look like this:
set realmlist the.server.ip.address
(I hope you understand that the.server.ip.address should be changed into the real IP of that server that you just set up.).
And then launch WoW.exe and enjoy playing.
=================
How to change the XP RATES
=================
Change the red value in your startup.tcl file located in SCRIPTS\ dir.
Note: that your startup file should be different. It's just an example.
#----------------------------------------------------------------------------
# This file is part of WoWEmu server, Copyright © by wad, 2002-2004.
#
#=================================================
#
##################################################
# Internal API commands:
# GetQFlags { player ** return string of quest flags
##################################################
namespace eval WoWEmu {
proc CalcXP { victim_level killer_level victim_creature_type ** {
if {$victim_creature_type ==8** { return 0 **
set lvldiff [expr {$victim_level-$killer_level**]
if {$lvldiff <= -5** { return 0 **
set xp [expr {5*$victim_level+5**]
if {$lvldiff < 0** { set xp [expr {$xp-($xp/10*(-$lvldiff))**] **
if {$lvldiff > 0** { set xp [expr {$xp+($xp/10*$lvldiff)**] **
return $xp
##################################################
=================
How to become a GM?
=================
You have to edit your account file in ACCOUNTS\ folder by setting PLEVEL= to 6:
PLEVEL=6
=================
In Game Commands for Game Master (GM) (PLEVEL= in your account file should be set to 6)
=================
.where (Tells your position in the world)
.help (List available commands)
.addgo (Add gameobject to your coordinates)
.add (Add item to your backpack)
.addnpc (Add Paralysed npc to the world
.del (Delete targeted npc or object)
.setlevel (Set level for pc or npc)
.setmodel (Set model number to pc or npc)
.learn (Learn spell by number)
.save (Save world to file)
.rehash (Rehash object)
.flag1 (Set debug flags)
.ppon (Turn on pp system)
.ppoff (Turn off pp system)
.turn (Turn npc facing to you)
.come (Npc will come to the your position)
.go (Go to world coordinates)
.gotrigger (Go to world area trigger location, parameter: trigger_number)
.kill (Kill selected pc or npc)
.killallnpc (Kill all npcs in visual range)
.resurrect - Resurect selected pc
.setsize - Set size for npc
.setspeed- Set speed for pc or npc
.setflags- Set flags bitmask for pc or g.o. Parameters: <ftype> <flags>
.addspawn- Add spawnpoint to your position. Parameters : [<npc entry>] [<npocs number>]
.setnpcspawn- Add entry and number of spawned npcs to spawn point
.setnpcgo- Set entry for spawn gameobject to spawnpoint
.setspawndist- Set min and max distance for spawn
.setspawntime- Set min and max respawn time
.setxp - Set XP for pc
.paralyse- Paralyse and unparalyse pc or npc
.setaura - Set aura by number
.exploration - Open up your map locations
.dismount- Dismount you.
.listsp- List your spells
.listsk- List your skills
.delsp- Unlearn on spell
.delsk- Unlearn one skill
.info- Give you info about selected npc
.online- Show numbers of players online
.setreststate- Set new reststate for testing. parameter: new_state<1...5>
.exportcharacter- Export character <with inventory> to external file. Parameters: char_name file_name
.importcharacter- Import objects from external file <file_name>
.goname- Teleport to charname, pc or npc
.goguid- Teleport to guild
.targetgo- Trying totarget nearest gameobject
.targetlink- Trying to target link of selected objects
.move- Move objects
.retcl- Reload TCL Scripts
.rescp - Reload SCP scripts.
.clearqflags- Clear quest flags from me
.bytes - for debug
.pingmm - Make point on your minimap
.adddyn ?Just for testing
.starttimer ? parameter(s) : timerid(0..2) value maxvalue scale type spell
.stoptimer ? Stop visuals, parameter(s) : timerid(0..2)
.test ? for debug
=================
Router Set-Up
=================
Forward
TCP 3724
TCP 8085
TCP 8080
=================
If the players are not saved into database
=================
You need to shut the server down not by terminating it by clicking close button but you have to enter C or X or CTRL+C or CTRL+X (I don't remember at the moment the correct key) in the server screen.
=================
I think that's all.
Post any comments. I will improve the post on your replies






