[Guide]Easy Server Creation/Makeing Public. menu

User Tag List

Page 3 of 14 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 206
  1. #31
    sirios's Avatar Member
    Reputation
    2
    Join Date
    Dec 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Originally Posted by True_venom View Post
    Nice guide I'm just having a bit of a problem with being a GM
    I typed az under GM, and set my flags to 8, but the only command I can run is .kill
    Any ideas what I've done wrong?
    Try setting ur gm power on 3 instead of az

    [Guide]Easy Server Creation/Makeing Public.
  2. #32
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    leave it as (az) but in game type(.command)


  3. #33
    uppydog's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    LILPIMP can u please help me it wont lemme download any more things i need a preimium is there any other webthat i candownload free?

  4. #34
    Flÿ's Avatar Member
    Reputation
    2
    Join Date
    Jul 2007
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    My server is going great! thanks so much +rep
    but if you could find the display ID's for the the two warrior scythe things (akama's scythes) i'd rep you even more

  5. #35
    trygon11's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Alright now i got the antrix to go but now its going laoding everythign 2 seconds later goes away and makes a file called crashdumps

    also i can log in but theres no realms there

    +rep who can solve

    the crash dumps happend last time i tried makin a server too =[
    Last edited by trygon11; 10-16-2007 at 11:43 PM.

  6. #36
    Ripsaw's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Can some one help me with this error ikeep getting every time i try to execute the the antrix in the repack folder it shows an error every time

  7. #37
    hukabuka's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    When im trying to make a charater and pressing "Create character" I'm getting disconnected...

    And also when im trying to login on the premade character it says "login failed"

    Anybody know whats wrong/know what to do?

  8. #38
    mathias92's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    When im trying to open antrix.exe it wont work after some sec. It says ;
    "SpellID 5518 in ai_agent for 116 is invalid.
    SpellID 667 in ai_agent for 473 is invalid."

    Please help me fix it.

  9. #39
    volvagia's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    This guide is very good thanks! /rep

    But I'm still having problems Executing the SQL file in SQLyog. When I 'Restore from SQL dump' it completes it, but then when I click Execute, this comes out .

    The Notepad document that comes out says

    ' Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:08:55
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:11:14
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:18:39
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `ai_agents` (
    `entryId` int(6) NOT NULL default '0',
    `AI_AGENT` int(2) NOT NULL default '0',
    `procEvent` int(2) NOT NULL default '0',
    `procChance` int(3) NOT NULL default '0',
    `procCount` int(6) NOT NULL default '0',
    `spellId` int(6) NOT NULL default '0',
    `spellType` int(2) NOT NULL default '0',
    `spelltargetType` int(2) NOT NULL default '0',
    `spellCooldown` int( NOT NULL default '0',
    `floatMisc1` float NOT NULL default '0',
    `Misc2` int(6) NOT NULL default '0',
    PRIMARY KEY (`entryId`,`AI_AGENT`,`spellId`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:20:10
    Line no.:44
    Error Code: 1050 - Table 'ai_agents' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:37:24
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:38:19
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 01:38:20
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 11:32:59
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    /*Table structure for table `accounts` */
    CREATE TABLE `accounts` (
    `acct` int(20) unsigned NOT NULL auto_increment,
    `login` varchar(16) NOT NULL default '',
    `password` varchar(16) default NULL,
    `gm` varchar(10) default '0',
    `banned` int(30) unsigned NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) default NULL,
    `email` varchar(50) default NULL,
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 19:06:55
    Line no.:27
    Error Code: 1050 - Table 'accounts' already exists

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 19:18:21
    Line no.:26
    Error Code: 1046 - No database selected

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 19:19:22
    Line no.:26
    Error Code: 1046 - No database selected

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 19:19:24
    Line no.:26
    Error Code: 1046 - No database selected

    Query:
    Unable to issue `use` statement

    Error occured at:2007-10-17 19:20:04
    Line no.:0
    Error Code: 1049 - Unknown database 'antrix'

    Query:
    CREATE TABLE `accounts` (
    `acct` bigint(20) NOT NULL auto_increment,
    `login` varchar(255) NOT NULL default '',
    `password` varchar(2 NOT NULL default '',
    `gm` varchar(27) NOT NULL default '',
    `banned` int(30) NOT NULL default '0',
    `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' on update CURRENT_TIMESTAMP,
    `lastip` varchar(15) NOT NULL default '',
    `email` varchar(50) NOT NULL default '',
    `flags` int(11) NOT NULL default '0',
    PRIMARY KEY (`acct`,`login`),
    UNIQUE KEY `acct` (`acct`)
    ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=latin1

    Error occured at:2007-10-17 19:45:19
    Line no.:26
    Error Code: 1050 - Table 'accounts' already exists '

    If you can help me, I'd be most appriecative.
    Attached Thumbnails Attached Thumbnails [Guide]Easy Server Creation/Makeing Public.-b-jpg  

    Now that is one fat Tauren!

  10. #40
    Gprime10's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    When i run antrix.exe i get this thing and i tryed copying that thing you said and no luck

  11. #41
    Harshak's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    I've put the ad.exe and made a "maps" folder in my wow folder. but when i start the ad.exe it just starts and shuts down instantly. is there something wrong or is it suposed to do that?

  12. #42
    DarkFever's Avatar Contributor
    Reputation
    84
    Join Date
    Aug 2007
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    OK this what you guys do im gunna post my Antrix.wtf,realms.wtf, and Logonserver.wtf i cant right now because i'm in Las Vagas....Hell ya.. boos and girls galore. be i will post it when i get back ill be back home in 2-3 days please if you got your server to work right away please try to help others thank you.


  13. #43
    agentdark's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Please, can somebody upload repack on different website?
    Last edited by agentdark; 10-19-2007 at 03:34 PM.

  14. #44
    Nightfoxx121's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    I alwase have this kinda trouble when im making a server ><

    When im trying to start antrix.exe it opens and then it says:

    Loading Config Files...
    >> antrix.conf :: ok!
    >> realms.conf :: Unterminated Block.
    Fail.


    and then the program closes

    Edit: I messed a bit with the realm file and got overthat part.. but now i got the same problem as Gprime10
    Last edited by Nightfoxx121; 10-20-2007 at 11:18 AM.

  15. #45
    Darkhavans's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide]Easy Server Creation/Makeing Public.

    Originally Posted by Nightfoxx121 View Post
    I alwase have this kinda trouble when im making a server ><

    When im trying to start antrix.exe it opens and then it says:

    Loading Config Files...
    >> antrix.conf :: ok!
    >> realms.conf :: Unterminated Block.
    Fail.


    and then the program closes
    It's a problem with your realms.conf. There are tons of different realms.conf files on this forum, just search around and try them out, I spent about an hour trying them out and fiddling with the IP addresses, I finally got my server up and running.

Page 3 of 14 FirstFirst 1234567 ... LastLast

Similar Threads

  1. [Guide] Easy way to make gatherbot! (autoit)
    By gononono64 in forum WoW Memory Editing
    Replies: 34
    Last Post: 06-28-2011, 02:44 PM
  2. [Guide][DNS] How to make server public [Easy & Newb Friendly]
    By ZestyJ in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 05-22-2009, 03:35 PM
  3. [GUIDE] EASY way to make gold!
    By fireguild1 in forum World of Warcraft Guides
    Replies: 7
    Last Post: 10-20-2008, 07:46 PM
  4. Replies: 2
    Last Post: 02-20-2008, 08:07 PM
  5. Making a server and making is public! EASY NOOB GUIDE
    By Denelly in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 11-07-2007, 03:27 PM
All times are GMT -5. The time now is 07:09 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search