Network: WoW Gold | WoW Accounts | MPS Games | FPSowned
MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
Homepage »      Register »      Hall of Fame »      Ranks And Awards »      Advertise »      Marketplace »
 
Sign up



Do you like this excellent information? Then Donate HERE to remove ads and support the MMOwned community.


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > WoW Emulator Server > Emulator Server Guides

Emulator Server Guides Guides for working with World of Warcraft Emulator servers. Learn how to create a WoW Server here.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
  #1  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

Wow Guides [GUIDE] Setting up a server 2.4.x With pictures. Very easy(With and Without Hamatchi)

So I'm really bored and I felt like making a guide. I'm going to try and be as coherent and complete as I can be. So bear with me.
You can post any questions in this topic and I will try to help you to my best ability. I also know that there are a lot of these, but people still seem to be having trouble, so I thought I would take a crack at it.

NOTE: You have to edit everything in red font to your own things.

1.Downloading/Installing the repack.


For the ease of this tutorial we are going to use a repack. Panex to be specific.

Download:
[Only registered and activated users can see links. ]



As you can see you have 2 options. Public release, or Premium Repack.

Download PUBLIC RELEASE

When it is done downloading, execute the file. It is an installer, and will INSTALL the repack onto your machine.

Installing Instructions:
A. Open up the installer.
B. Click "Next"
C. Click "Next"
D. Wait for it to install.
E. Click Finish

Downloading .NET Framework 3.5:
To avoid any problems with the emulator starting up (Such as the side by side configuration being incorrect) we're going to need to download .NET Framework.

The link is here:
[Only registered and activated users can see links. ]
Download it, and install it.

2. Registering with Dyndns, and adding a hostname.


Navigate to:
[Only registered and activated users can see links. ]

Make an account, and log in to your account using the info that you provided.
Click Add Host Service



Choose your hostname. It can be whatever (example: hallomywowserver.somethinginthedropdownmenu.com)
Make sure in Service Type: Host with IP address is selected.

For the IP address use your External IP (You can find your External IP through [Only registered and activated users can see links. ])

And click "Create Host"

3. Editing your Configuration files.

A. Locate your Panex Public 6.4 folder. (Usually C:\Panex Public 6.4)

B. Go into the server folder and then your configs folder.

C. Open up arcemu-realms.conf.

D. Navigate to the bottom of the configuration file.
Change the red letters to your own info.
MAKE SURE IT LOOKS LIKE THIS. CHANGE IT IF IT DOESN'T.
Code:
<Realm1 Name = "YourServerName"
        Address = "Yourdyndns:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">

<Realm2 Name = "YourServerName: Local"
        Address = "127.0.0.1:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
E. Change this:
Code:
<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "1">
To this:
Code:
<LogonServer Address = "127.0.0.1"
             Port = "8093"
             Name = "Default Logon"
             RealmCount = "2">
4. Downloading Navicat and Connecting/Editing your Databases.

This step is completely optional. This is only so you can edit your server (custom items, custom npcs ect.)
Locate your Panex Control Panel (Usually on your desktop)
Open it up, click networking and then MySQL start. A black box will come up and stay up, do NOT close it. Make sure there are no errors.

If there are errors (Saying that there is already a program using port 3306) use this:
Press:
ctrl+alt+del
Click processes and end mysql-nt.exe if it is there. (Windows XP)
Click Services and locate MySQL. Stop the service. (Windows Vista)


Download Navicat Lite
[Only registered and activated users can see links. ]
(You have to register first)

Dowload it, and execute the set-up. Its very basic and will only take about a minute.

Once its installed, open it up and click the big "Connection" button.



It will come up with a Connection Menu.



Edit the boxes accordingly:

Connection Name: MyWoWServer

Hostname/Ip Address: localhost

Port: 3306

Username: root

Password: panex

Check "Save Password"

Click test connection, if it says it was successful, congrats you've connected to your DB.
Click "ok".


Double click on your connection (Whatever you called it, mines server).

7 databases will pop up. Double click on Ascent.
This is your Database. All editing to your server can be done from this place.


5. Making an account.

In your database you should see a nice little table called "Accounts". Double click it, it should pop up in its own window.
To make your own account (admin) you will need to edit the table.

Edit it as follows.

Acct: Thats the account number. Since its the first account, type 1.

Login: Thats the account login, put it whatever you want. (Mine would be Sounddead)

Password: Thats the account password, put in whatever you want. (Mine would be... my password xD ITS A SECRET)

Encrypted Password: Leave this blank.

GM: This specifies whether the account is a GM account or not. There are certain letters that specify each level of GM. You will put AZ in this space. (AZ is for Admins, A is for Gamemasters)

Banned: Whether the account is banned or not. Put a 0 in this space.

Last Login: The last time the account logged in. Leave that as is.

Last IP: The last IP registered logging in on this account. Leave that as is.

Flags: To specify whether the account supports The Burning Crusade or not. Put 0 for a Non-TBC account, and put 8 for a TBC account.

Force Language: Leave as is.

Muted: Depicts whether the account is muted or not. Leave as 0.


6. Changing your realmlist.

Locate your realmlist (In your main WoW Directory) open it with notepad and change it to:

Code:
set realmlist 127.0.0.1
set patchlist us.version.worldofwarcraft.com
Tell other people that want to connect to your server to change their realmlists to:

Code:
set realmlist yourdyndns
set patchlist us.version.worldofwarcraft.com

7. Changing your hosts file.


If your running on Windows XP:
Click start, and then run. Type in: C:/windows/system32/drivers/etc/hosts and click "Ok".

If your running On Windows Vista:
Click start, and then type in "run" in the search box. Hit enter. Run will come up, type: C:/windows/system32/drivers/etc/hosts and click "Ok".


It will ask you what to open it with. Use a simple text editor such as notepad.
Add these line to the bottom.
Code:
YourInternalIp    yourdyndns

YourExternalIp    yourdyndns

127.0.0.1         yourdyndns 
Your external IP can be found at [Only registered and activated users can see links. ]

Your internal IP can be found by going to your start menu and clicking "Run" again. This time when it pops up, instead of typing "C:/windows/system32/drivers/etc/hosts" Type: cmd

When Command Prompt comes up type in: ip config.

If you have a router installed, the numbers should be simmaliar to 192.168.0.1
If you do not have a router, the numbers should be the same as your external IP.

8. Port Forwarding (Only for router users)



In your browser type:
192.168.0.1 and hit enter.
This should bring you to your router settings page.

Most routers will need a password and username, some defaults are:

Username--Password
----------------------
-Admin------Admin
-------------Admin
-Admin------------

If none of these work please contact your router manufacturer and get help on how to access your router.

Forward these ports:

3306 - 3306
8129 - 8129
8093 -8093
6112 - 6112
6881-6999
3036 - 3036
8050 -8050

TCP & UDP
For help on forwarding ports please see:
[Only registered and activated users can see links. ]


9. Starting up your server and logging on.


Locate your Panex Public 6.4 folder again. Go into server and double click:
arcemu-logonserver.exe
and
arcemu-world.exe

It should start up and you can now log on with your account you made and play.

NOTE: If you get any errors, make sure you have .NET Framework installed! You can find it at the top, and bottom of this guide!

10. Making your server public with Hamatchi.


NOW, I did NOT make this.
A. First download Hamatchi:
[Only registered and activated users can see links. ]

When its done downloading run the installation. It is a very easy installation and will only take about a minute.

When its done installing open it up and click the bottom right button. Select create a network.

Edit your network to your preferences.

B. Do this first, Edit your arcemu-realms.conf
Code:
<Realm1 Name = "YourServerName"
        Address = "YourHamatchiIP:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
OPTIONAL
Only do this part if the first part didn't work!
Code:
<LogonServer Address = "Hamachi IP"
C. Edit your arcemu-logon.conf
Code:
<Listen Host = "Hamachi IP"
ISHost = "Hamachi IP"
RealmListPort = "3724"
ServerPort = "8093">
D. Edit your arcemu-world.conf
Code:
<Listen Host = "Hamachi IP"
WorldServerPort = "8129">
E. Connecting to your server is easy. Just get your friends to join your Hamatchi server, and set their realmlists to your Hamatchi IP.





Closing Thoughts


ArcEmu Commands:
Code:
  • commands (0) - [Shows Commands]
  • help (0) - [Shows help for command]
  • announce (u) - [Sends Msg To All]
  • wannounce (u) - [Sends Widescreen Msg To All]
  • appear (v) - [Teleports to x's position.]
  • summon (v) - [Summons x to your position]
  • kill (r) - [.kill - Kills selected unit.]
  • killplr (r) - [.killplr <name> - Kills specified player]
  • revive (r) - [Revives you.]
  • reviveplr (r) - [Revives player specified.]
  • demorph (m) - [Demorphs from morphed model.]
  • mount (m) - [Mounts into modelid x.]
  • dismount (h) - [Dismounts.]
  • gps (0) - [Shows Position]
  • worldport (v) -
  • start (m) - [Teleport's you to a starting location]
  • invincible (j) - [.invincible - Toggles INVINCIBILITY (mobs won't attack you)]
  • invisible (i) - [.invisible - Toggles INVINCIBILITY and INVISIBILITY (mobs won't attack you and nobody can see you, but they can see your chat messages)]
  • playerinfo (m) - [.playerinfo - Displays informations about the selected character (account...)]
  • levelup (m) - [Levelup x lvls]
  • modify (m) -
    • hp (m) - [Modifies health points (HP) of selected target]
    • gender (m) - [Changes gender of selected target. Usage: 0=male, 1=female.]
    • mana (m) - [Modifies mana points (MP) of selected target.]
    • rage (m) - [Modifies rage points of selected target.]
    • energy (m) - [Modifies energy points of selected target.]
    • level (m) - [Modifies the level of selected target.]
    • strength (m) - [Modifies the strength value of the selected target.]
    • agility (m) - [Modifies the agility value of the selected target.]
    • intelligence (m) - [Modifies the intelligence value of the selected target.]
    • spirit (m) - [Modifies the spirit value of the selected target.]
    • holy (m) - [Modifies the holy resistance of selected target.]
    • fire (m) - [Modifies the fire resistance of selected target.]
    • nature (m) - [Modifies the nature resistance of selected target.]
    • frost (m) - [Modifies the frost resistance of selected target.]
    • shadow (m) - [Modifies the shadow resistance of selected target.]
    • arcane (m) - [Modifies the arcane resistance of selected target.]
    • damage (m) - [Modifies the damage done by the selected target.]
    • ap (m) - [Modifies the attack power of the selected target.]
    • rangeap (m) - [Modifies the range attack power of the selected target.]
    • scale (m) - [Modifies the scale of the selected target.]
    • gold (m) - [Modifies the gold amount of the selected target. Copper value.]
    • speed (m) - [Modifies the movement speed of the selected target.]
    • nativedisplayid (m) - [Modifies the native display identifier of the target.]
    • displayid (m) - [Modifies the display identifier (DisplayID) of the target.]
    • flags (m) - [Modifies the flags of the selected target.]
    • faction (m) - [Modifies the faction template of the selected target.]
    • dynamicflags (m) - [Modifies the dynamic flags of the selected target.]
    • talentpoints (m) - [Modifies the available talent points of the selected target.]
    • happiness (m) - [Modifies the happiness value of the selected target.]
    • boundingraidius (m) - [Modifies the bounding radius of the selected target.]
    • combatreach (m) - [Modifies the combat reach of the selected target.]
    • emotestate (m) - [Modifies the NPC emote state of the selected target.]
    • bytes (m) - [WARNING! Modifies the bytes entry of selected target.]
  • waypoint (w) -
    • add (w) - [Add wp at current pos]
    • show (w) - [Show wp's for creature]
    • hide (w) - [Hide wp's for creature]
    • delete (w) - [Delete selected wp]
    • movehere (w) - [Move to this wp]
    • flags (w) - [Wp flags]
    • waittime (w) - [Wait time at this wp]
    • emote (w) - [Emote at this wp]
    • skin (w) - [Skin at this wp]
    • change (w) - [Change at this wp]
    • info (w) - [Show info for wp]
    • movetype (w) - [Movement type at wp]
    • generate (w) - [Randomly generate wps]
    • save (w) - [Save all waypoints]
    • deleteall (w) - [Delete all waypoints]
    • addfly (w) - [Adds a flying waypoint]
  • debug (d) -
    • infront (d) -
    • showreact (d) -
    • aimove (d) -
    • dist (d) -
    • face (d) -
    • moveinfo (d) -
    • setbytes (d) -
    • getbytes (d) -
    • unroot (d) -
    • root (d) -
    • landwalk (d) -
    • waterwalk (d) -
    • castspell (d) - [.castspell <spellid> - Casts spell on target.]
    • castself (d) - [.castself <spellId> - Target casts spell <spellId> on itself.]
    • castspellne (d) - [.castspellne <spellid> - Casts spell on target (only plays animations, doesnt handle effects or range/facing/etc.]
    • aggrorange (d) - [.aggrorange - Shows aggro Range of the selected Creature.]
    • knockback (d) - [.knockback <value> - Knocks you back.]
    • fade (d) - [.fade <value> - calls ModThreatModifyer().]
    • threatMod (d) - [.threatMod <value> - calls ModGeneratedThreatModifyer().]
    • calcThreat (d) - [.calcThreat <dmg> <spellId> - calculates threat.]
    • threatList (d) - [.threatList - returns all AI_Targets of the selected Creature.]
    • gettptime (d) - [grabs transporter travel time]
    • itempushresult (d) - [sends item push result]
    • setbit (d) -
    • setvalue (d) -
    • aispelltestbegin (d) -
    • aispelltestcontinue (d) -
    • aispelltestskip (d) -
    • dumpcoords (d) -
    • sendpacket (d) - [<opcode ID>, <data>]
    • sqlquery (d) - [<sql query>]
    • rangecheck (d) - [Checks the 'yard' range and internal range between the player and the target.]
    • setallratings (d) - [Sets rating values to incremental numbers based on their index.]
    • testlos (d) - [tests los]
    • testindoor (d) - [tests indoor]
    • getheight (d) - [Gets height]
    • getpos (d) -
  • gmTicket (c) -
    • get (c) - [Gets GM Ticket list.]
    • getId (c) - [Gets GM Ticket by player name.]
    • delId (c) - [Deletes GM Ticket by player name.]
    • list (c) - [Lists all active GM Tickets.]
    • get (c) - [Gets GM Ticket with ID x.]
    • remove (c) - [Removes GM Ticket with ID x.]
    • deletepermanent (z) - [Deletes GM Ticket with ID x permanently.]
    • assign (c) - [Assignes GM Ticket with id x to GM y (if empty to your self).]
    • release (c) - [Releases assigned GM Ticket with ID x.]
    • comment (c) - [Sets comment x to GM Ticket with ID y.]
    • toggle (z) - [Toggles the ticket system status.]
  • gobject (o) -
    • select (o) - [Selects the nearest GameObject to you]
    • delete (o) - [Deletes selected GameObject]
    • spawn (o) - [Spawns a GameObject by ID]
    • info (o) - [Gives you informations about selected GO]
    • activate (o) - [Activates/Opens the selected GO.]
    • enable (o) - [Enables the selected GO for use.]
    • scale (o) - [Sets scale of selected GO]
    • animprogress (o) - [Sets anim progress]
    • export (o) - [Exports the current GO selected]
    • move (g) - [Moves gameobject to player xyz]
    • rotate (g) - [Rotates gameobject x degrees]
  • battleground (e) -
    • setbgscore (e) - [<Teamid> <Score> - Sets battleground score. 2 Arguments.]
    • startbg (e) - [Starts current battleground match.]
    • pausebg (e) - [Pauses current battleground match.]
    • bginfo (e) - [Displays information about current battleground.]
    • battleground (e) - [Shows BG Menu]
    • setworldstate (e) - [<var> <val> - Var can be in hex. WS Value.]
    • setworldstates (e) - [<var> <val> - Var can be in hex. WS Value.]
    • playsound (e) - [<val>. Val can be in hex.]
    • setbfstatus (e) - [.setbfstatus - NYI.]
    • leave (e) - [Leaves the current battleground.]
    • getqueue (z) - [Gets common battleground queue information.]
    • forcestart (z) - [Forces initialitation of all battlegrounds with active queue.]
  • npc (n) -
    • vendoradditem (n) - [Adds to vendor]
    • vendorremoveitem (n) - [Removes from vendor.]
    • flags (n) - [Changes NPC flags]
    • emote (n) - [.emote - Sets emote state]
    • delete (n) - [Deletes mob from db and world.]
    • info (n) - [Displays NPC information]
    • addAgent (n) - [.npc addAgent <agent> <procEvent> <procChance> <procCount> <spellId> <spellType> <spelltargetType> <spellCooldown> <floatMisc1> <Misc2>]
    • listAgent (n) - [.npc listAgent]
    • say (n) - [.npc say <text> - Makes selected mob say text <text>.]
    • yell (n) - [.npc yell <Text> - Makes selected mob yell text <text>.]
    • come (n) - [.npc come - Makes npc move to your position]
    • return (n) - [.npc return - Returns ncp to spawnpoint.]
    • spawn (n) - [.npc spawn - Spawns npc of entry <id>]
    • spawnlink (n) - [.spawnlink sqlentry]
    • possess (n) - [.npc possess - Possess an npc (mind control)]
    • unpossess (n) - [.npc unpossess - Unposses any currently possessed npc.]
    • select (n) - [.npc select - selects npc closest]
    • npcfollow (m) - [Sets npc to follow you]
    • nullfollow (m) - [Sets npc to not follow anything]
    • formationlink1 (m) - [Sets formation master.]
    • formationlink2 (m) - [Sets formation slave with distance and angle]
    • formationclear (m) - [Removes formation from creature]
  • cheat (m) -
    • status (m) - [Shows active cheats.]
    • taxi (m) - [Enables all taxi nodes.]
    • cooldown (m) - [Enables no cooldown cheat.]
    • casttime (m) - [Enables no cast time cheat.]
    • power (m) - [Disables mana consumption etc.]
    • god (m) - [Sets god mode, prevents you from taking damage.]
    • fly (m) - [Sets fly mode]
    • explore (m) - [Reveals the unexplored parts of the map.]
    • flyspeed (m) - [Modifies fly speed.]
    • stack (m) - [Enables aura stacking cheat.]
    • triggerpass (m) - [Ignores area trigger prerequisites.]
  • account (a) -
    • level (z) - [Sets gm level on account. Pass it username and 0,1,2,3,az, etc.]
    • mute (a) - [Mutes account for <timeperiod>.]
    • unmute (a) - [Unmutes account <x>]
  • honor (m) -
    • addpoints (m) - [Adds x amount of honor points/currency]
    • addkills (m) - [Adds x amount of honor kills]
    • globaldailyupdate (m) - [Daily honor field moves]
    • singledailyupdate (m) - [Daily honor field moves for selected player only]
    • pvpcredit (m) - [Sends PVP credit packet, with specified rank and points]
  • quest (q) -
    • addboth (2) - [Add quest <id> to the targeted NPC as start & finish]
    • addfinish (2) - [Add quest <id> to the targeted NPC as finisher]
    • addstart (2) - [Add quest <id> to the targeted NPC as starter]
    • delboth (2) - [Delete quest <id> from the targeted NPC as start & finish]
    • delfinish (2) - [Delete quest <id> from the targeted NPC as finisher]
    • delstart (2) - [Delete quest <id> from the targeted NPC as starter]
    • complete (2) - [Complete/Finish quest <id>]
    • finisher (2) - [Lookup quest finisher for quest <id>]
    • item (2) - [Lookup itemid necessary for quest <id>]
    • list (2) - [Lists the quests for the npc <id>]
    • load (2) - [Loads quests from database]
    • lookup (2) - [Looks up quest string x]
    • giver (2) - [Lookup quest giver for quest <id>]
    • remove (2) - [Removes the quest <id> from the targeted player]
    • reward (2) - [Shows reward for quest <id>]
    • status (2) - [Lists the status of quest <id>]
    • spawn (2) - [Port to spawn location for quest <id>]
    • start (2) - [Starts quest <id>]
  • pet (m) -
    • createpet (m) - [Creates a pet with <entry>.]
    • renamepet (m) - [Renames a pet to <name>.]
    • addspell (m) - [Teaches pet <spell>.]
    • removespell (m) - [Removes pet spell <spell>.]
    • spawnbot (a) - [.pet spawnbot <type> - spawn a helper bot for your aid]
  • recall (q) -
    • list (q) - [List recall locations]
    • port (q) - [Port to recalled location]
    • add (q) - [Add recall location]
    • del (q) - [Remove a recall location]
    • portplayer (m) - [recall ports player]
  • guild (m) -
    • create (m) - [Creates a guild.]
    • rename (m) - [Renames a guild.]
    • members (m) - [Lists guildmembers and their ranks.]
    • removeplayer (m) - [Removes a player from a guild.]
    • disband (m) - [Disbands the guild of your target.]
  • gm (0) -
    • list (0) - [Shows active GM's]
    • off (t) - [Sets GM tag off]
    • on (t) - [Sets GM tag on]
    • whisperblock (g) - [Blocks like .gmon except without the <GM> tag]
    • allowwhispers (c) - [Allows whispers from player <s> while in gmon mode.]
    • blockwhispers (c) - [Blocks whispers from player <s> while in gmon mode.]
  • server (0) -
    • setmotd (m) - [Sets MOTD]
    • rehash (z) - [Reloads config file.]
    • reloadtable (m) - [Reloads some of the database tables]
    • shutdown (z) - [Initiates server shutdown in <x> seconds (5 by default).]
    • restart (z) - [Initiates server restart in <x> seconds (5 by default).]
    • save (s) - [Save's your character]
    • saveall (s) - [Save's all playing characters]
    • info (0) - [Server info]
  • character (0) -
    • learn (m) - [Learns spell]
    • unlearn (m) - [Unlearns spell]
    • getskillinfo (m) - [Gets all the skills from a player]
    • learnskill (m) - [.learnskill <skillid> (optional) <value> <maxvalue> - Learns skill id skillid.]
    • advanceskill (m) - [advanceskill <skillid> <amount, optional, default = 1> - Advances skill line x times..]
    • removeskill (m) - [.removeskill <skillid> - Removes skill]
    • increaseweaponskill (m) - [.increaseweaponskill <count> - Increase eqipped weapon skill x times (defaults to 1).]
    • resetreputation (n) - [.resetreputation - Resets reputation to start levels. (use on characters that were made before reputation fixes.)]
    • resetspells (n) - [.resetspells - Resets all spells to starting spells of targeted player. DANGEROUS.]
    • resettalents (n) - [.resettalents - Resets all talents of targeted player to that of their current level. DANGEROUS.]
    • resetskills (n) - [.resetskills - Resets all skills.]
    • additem (m) -
    • removeitem (m) - [Removes item %u count %u.]
    • additemset (m) - [Adds item set to inv.]
    • advanceallskills (m) - [Advances all skills <x> points.]
    • getstanding (m) - [Gets standing of faction %u.]
    • setstanding (m) - [Sets stanging of faction %u.]
    • showitems (m) - [Shows items of selected Player]
    • showskills (m) - [Shows skills of selected Player]
    • showinstances (z) - [Shows persistent instances of selected Player]
    • rename (m) - [Renames character x to y.]
    • forcerename (m) - [Forces character x to rename his char next login]
    • repairitems (n) - [.repairitems - Repair all items from selected player]
  • lookup (l) -
    • item (l) - [Looks up item string x.]
    • quest (l) - [Looks up quest string x.]
    • creature (l) - [Looks up item string x.]
    • spell (l) - [Looks up spell string x.]
    • skill (l) - [Looks up skill string x.]
    • faction (l) - [Looks up spell faction x.]
  • admin (z) -
    • castall (z) - [Makes all players online cast spell <x>.]
    • dispelall (z) - [Dispels all negative (or positive w/ 1) auras on all players.]
    • renameallinvalidchars (z) - [Renames all invalid character names]
    • masssummon (z) - [.masssummon - Summons all players.]
    • playall (z) - [Plays a sound to the entire server.]
  • kick (m) -
    • byplayer (f) - [Disconnects the player with name <s>.]
    • byaccount (f) - [Disconnects the session with account name <s>.]
    • byip (f) - [Disconnects the session with the ip <s>.]
  • ban (m) -
    • ip (m) - [Adds an address to the IP ban table: <address> [duration]nDuration must be a number optionally followed by a character representing the calendar subdivision to use (h>hours, d>days, w>weeks, m>months, y>years, default minutes)nLack of duration results in a permanent ban.]
    • character (b) - [Bans character x with or without reason]
    • account (a) - [Ban account. .account ban name timeperiod]
  • unban (m) -
    • ip (m) - [Deletes an address from the IP ban table: <address>]
    • character (b) - [Unbans character x]
    • account (z) - [Unbans account x.]
  • instance (m) -
    • reset (z) - [Removes instance ID x from target player.]
    • resetall (m) - [Removes all instance IDs from target player.]
    • shutdown (z) - [Shutdown instance with ID x (default is current instance).]
    • info (m) - [Gets info about instance with ID x (default is current instance).]
    • exitinstance (m) - [Exits current instance, return to entry point.]
  • arena (e) -
    • createteam (e) - [Creates arena team]
    • setteamleader (e) - [Sets the arena team leader]
    • resetallratings (z) - [Resets all area teams to their default rating]
  • kickplayer (b) - [Kicks player from server]
  • gmannounce (u) - [Sends Msg to all online GMs]
  • clearcooldowns (m) - [Clears all cooldowns for your class.]
  • removeauras (m) - [Removes all auras from target]
  • paralyze (b) - [Roots/Paralyzes the target.]
  • unparalyze (b) - [Unroots/Unparalyzes the target.]
  • gotrig (v) - [Warps to areatrigger <id>]
  • modperiod (m) - [Changes period of current transporter.]
  • logcomment (1) - [Adds a comment to the GM log for the admins to read.]
  • removesickness (m) - [Removes ressurrection sickness from the target]
  • fixscale (m) -
  • addtrainerspell (m) -
Make sure you have .NET Framework 3.5 installed to avoid any problems with the emulator.
Download:
[Only registered and activated users can see links. ]

Make sure before you start MySQL up on your repack press
ctrl+alt+del
Click processes and end mysql-nt.exe if it is there. (Windows XP)
Click Services and locate MySQL. Stop the service. (Windows Vista)


Credits

Special thanks to Deathisfear for the Hamatchi part.
Gm Commands Copy/Pasted from [Only registered and activated users can see links. ]



Congrats. You just made a server.


Please post any questions or problems in THIS topic to avoid clutter in the forums.
I will get back to you asap.

Last edited by Sounddead; 10-06-2008 at 01:24 AM.
Reply With Quote


Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #2  
Old 08-24-2008
comet2500's Avatar
comet2500 is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Aug 2008
Posts: 82
Reputation: 1
So, don't use ArcEmu repack?
Reply With Quote
  #3  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

Just do everything that I say on this tut.
Reply With Quote
  #4  
Old 08-24-2008
Deathisfear's Avatar
Deathisfear is offline.
Master Sergeant
  
 
Join Date: Aug 2007
Location: Your House
Posts: 119
Reputation: 26
Points: 781, Level: 1
Points: 781, Level: 1 Points: 781, Level: 1 Points: 781, Level: 1
Level up: 77%, 119 Points needed
Level up: 77% Level up: 77% Level up: 77%
Activity: 5.6%
Activity: 5.6% Activity: 5.6% Activity: 5.6%

Oh and when you make a server public w/ Hamachi or Whatever you need to change more then that.
__________________
Reply With Quote
  #5  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

If you could PM me what else needs to be changed that would be AWESOME.
I'll even +rep you.

I've never done it, I'm just trying to make a "All-In-One" Guide.
Reply With Quote
  #6  
Old 08-24-2008
Deathisfear's Avatar
Deathisfear is offline.
Master Sergeant
  
 
Join Date: Aug 2007
Location: Your House
Posts: 119
Reputation: 26
Points: 781, Level: 1
Points: 781, Level: 1 Points: 781, Level: 1 Points: 781, Level: 1
Level up: 77%, 119 Points needed
Level up: 77% Level up: 77% Level up: 77%
Activity: 5.6%
Activity: 5.6% Activity: 5.6% Activity: 5.6%

I PMed you the "Fix" for it.
__________________
Reply With Quote
  #7  
Old 08-24-2008
comet2500's Avatar
comet2500 is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Aug 2008
Posts: 82
Reputation: 1
When I go to test connection in Navicat, it says cannot connect to mysql.
Reply With Quote
  #8  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

What platform are you running on?
Windows XP?
Reply With Quote
  #9  
Old 08-24-2008
comet2500's Avatar
comet2500 is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Aug 2008
Posts: 82
Reputation: 1
IM using VISTA!
Reply With Quote
  #10  
Old 08-24-2008
comet2500's Avatar
comet2500 is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Aug 2008
Posts: 82
Reputation: 1
Im trying to make with HAMACHI! How do I do the rest from step Making Accounts.
Reply With Quote
  #11  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

Kay but you got Navicat to connect?
Reply With Quote
  #12  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

Everything is the same, except for step 10 which is for Hamatchi specifically.
Reply With Quote
  #13  
Old 08-24-2008
Cokaner is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Aug 2008
Location: Belgium
Posts: 31
Reputation: 1
Points: 273, Level: 1
Points: 273, Level: 1 Points: 273, Level: 1 Points: 273, Level: 1
Level up: 69%, 127 Points needed
Level up: 69% Level up: 69% Level up: 69%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
ok is there anyway to change the realms?

Code:
C. Open up arcemu-realms.conf.

D. Navigate to the bottom of the configuration file.
Change the red letters to your own info.
MAKE SURE IT LOOKS LIKE THIS. CHANGE IT IF IT DOESN'T.

Code:
<Realm1 Name = "YourServerName"
        Address = "Yourdyndns:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">

<Realm2 Name = "YourServerName: Local"
        Address = "127.0.0.1:8129" 
        Icon = "PVP"
        Population = "1.0"
        TimeZone = "1">
I have my Server on a different machine in my network.
so i wanna make 1 realm for all to acces.
is this possible?
thx
Reply With Quote
  #14  
Old 08-24-2008
comet2500's Avatar
comet2500 is offline.
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
  
 
Join Date: Aug 2008
Posts: 82
Reputation: 1
I still have to do the router thing, portforwarding? Wouldn't it be my hamachi IP and not 127.0.0.1?

I also was wondering, don't I have to add Maps, and Ad.exe? I already have the ArcEmu maps installed, is that ok?
Reply With Quote
  #15  
Old 08-24-2008
Sounddead's Avatar
Sounddead is offline.
Contributor
  
 
Join Date: Sep 2007
Location: Canada
Posts: 1,060
Reputation: 147
Points: 2,462, Level: 4
Points: 2,462, Level: 4 Points: 2,462, Level: 4 Points: 2,462, Level: 4
Level up: 52%, 338 Points needed
Level up: 52% Level up: 52% Level up: 52%
Activity: 5.3%
Activity: 5.3% Activity: 5.3% Activity: 5.3%

@Cokaner: Yes just delete Realm2. Realm2 is only if your server is hosted on your computer. If its hosted somewhere else then you only need 1 realm.

@Coment2500: I dont understand where the 127.0.0.1 is that your talking about, and no you don't its all in the repack already.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



All times are GMT -4. The time now is 10:14 PM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490