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

User Tag List

Page 1 of 18 12345 ... LastLast
Results 1 to 15 of 268
  1. #1
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [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:
    Panex Gaming



    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:
    Download details: .NET Framework 3.5
    Download it, and install it.

    2. Registering with Dyndns, and adding a hostname.


    Navigate to:
    https://www.dyndns.com/account/create.html

    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 What Is My IP Address? - IP Address Lookup, Bandwidth Speed Test, IP Info, plus more)

    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
    Navicat - the World's Best MySQL Front End for Windows, Linux & Mac OS X
    (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 What Is My IP Address? - IP Address Lookup, Bandwidth Speed Test, IP Info, plus more

    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:
    PortForward.com - Free Help Setting up Your Router or Firewall


    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:
    Download Hamachi 1.0.3.0 - FileHippo.com

    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:
    Download details: .NET Framework 3.5

    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 http://upload.virtual-angel.de/command-list.xml



    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-05-2008 at 11:24 PM.

    [GUIDE] Setting up a server 2.4.x With pictures. Very easy(With and Without Hamatchi)
  2. #2
    comet2500's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, don't use ArcEmu repack?

  3. #3
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just do everything that I say on this tut.

  4. #4
    Deathisfear's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh and when you make a server public w/ Hamachi or Whatever you need to change more then that.

    No Signature.

  5. #5
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  6. #6
    Deathisfear's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2007
    Posts
    153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I PMed you the "Fix" for it.

    No Signature.

  7. #7
    comet2500's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I go to test connection in Navicat, it says cannot connect to mysql.

  8. #8
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What platform are you running on?
    Windows XP?

  9. #9
    comet2500's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    IM using VISTA!

  10. #10
    comet2500's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im trying to make with HAMACHI! How do I do the rest from step Making Accounts.

  11. #11
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Kay but you got Navicat to connect?

  12. #12
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Everything is the same, except for step 10 which is for Hamatchi specifically.

  13. #13
    Cokaner's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

  14. #14
    comet2500's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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?

  15. #15
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @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.

Page 1 of 18 12345 ... LastLast

Similar Threads

  1. [Guide] set up your server with Spartansp Repack V3 (public)
    By Spartansp in forum WoW EMU Guides & Tutorials
    Replies: 306
    Last Post: 09-30-2008, 08:33 PM
  2. Replies: 73
    Last Post: 09-10-2008, 10:56 AM
  3. [GUIDE] Setting up your server on hamachi, Pics included
    By 1ns0mnia in forum WoW EMU Guides & Tutorials
    Replies: 19
    Last Post: 08-26-2008, 11:01 AM
  4. [Guide] Setting up a Norwegian 4.0 Server
    By Devsio in forum WoW EMU Guides & Tutorials
    Replies: 88
    Last Post: 06-15-2008, 12:20 PM
  5. Very easy powerleveling and gold guide!
    By Synthio in forum World of Warcraft Guides
    Replies: 13
    Last Post: 05-16-2008, 05:51 AM
All times are GMT -5. The time now is 06:22 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search