Introducing:19 Twink Server Repack menu

User Tag List

Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 49
  1. #31
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I Love This It Rockzzz!!!use It Guysss

    Introducing:19 Twink Server Repack
  2. #32
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad you got it up and running D

    Have fun

  3. #33
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yea its good u should try and connect some time

  4. #34
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The connect details have been removed from the front page.

    Anyway, just 19 levels lol, think Ill pass.

  5. #35
    Dragonscale's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awwwww its fun twinking kara
    Don't advertise in your signature.

  6. #36
    Ryanmax59's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm connected, but when I get to char creation and click create char, I get dced. What am I missing?

    Thanks,
    Kotic

  7. #37
    Dragonscale's Avatar Member
    Reputation
    26
    Join Date
    Dec 2007
    Posts
    110
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Talk TO Steph Please PM her i dont know this bug
    Don't advertise in your signature.

  8. #38
    Ryanmax59's Avatar Member
    Reputation
    6
    Join Date
    Nov 2007
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, I its a DB problem.

    HERE IS WHAT I DID: I dumped by 'ascent' DB and then I executed the one you had in your core pack. But it went REALLY fast, usually they're about 129kb. Was I not suppose to upload your db into my sqlyog? (What did I do wrong)

  9. #39
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hold on... u didnt download it all cause when i redownload it and open it it looks perfect

  10. #40
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dragonscale View Post
    Talk TO Steph Please PM her i dont know this bug
    LOL I didnt agree to any ongoing support.

    2hrs over MSN last night is enough for me.

  11. #41
    Kagekongen's Avatar Member
    Reputation
    10
    Join Date
    Aug 2007
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this a "repack" or is it more like an "AddOn" where you need an already made repack to add this to?

  12. #42
    Steph's Avatar Member
    Reputation
    166
    Join Date
    Dec 2007
    Posts
    695
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its basically an NCDB database with additions and modifications.

  13. #43
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOTS of Mod's

  14. #44
    Kagekongen's Avatar Member
    Reputation
    10
    Join Date
    Aug 2007
    Posts
    83
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The thing is.. I don't find the "account" table in the database after execute.

  15. #45
    Hellgawd's Avatar Member
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    O Here is the account SQL

    Code:
    -- ----------------------------
    -- Table structure for accounts
    -- ----------------------------
    CREATE TABLE `accounts` (
      `acct` int(10) unsigned NOT NULL auto_increment COMMENT 'Unique ID',
      `login` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login username',
      `password` varchar(32) collate utf8_unicode_ci NOT NULL COMMENT 'Login password',
      `gm` varchar(32) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Game permissions',
      `banned` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Account Standing',
      `lastlogin` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Last login timestamp',
      `lastip` varchar(16) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Last remote address',
      `email` varchar(64) collate utf8_unicode_ci NOT NULL default '' COMMENT 'Contact e-mail address',
      `flags` tinyint(3) unsigned NOT NULL default '0' COMMENT 'Client flags',
      `forceLanguage` varchar(5) collate utf8_unicode_ci NOT NULL default 'enUS',
      PRIMARY KEY  (`acct`),
      UNIQUE KEY `login` (`login`)
    ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information';

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [New Server Repack development] Need Host
    By umandez in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 08-02-2010, 09:34 PM
  2. a good fun server repack 2.3??
    By Razort in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 12-24-2007, 08:36 AM
  3. A Twink Server
    By [Shon3m] in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 12-21-2007, 01:34 PM
  4. Risen Wow Twink Server!
    By takeover in forum WoW Emulator Server Listings
    Replies: 0
    Last Post: 12-15-2007, 02:24 AM
  5. Twink Server
    By Swordfish999 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 11-04-2007, 08:12 AM
All times are GMT -5. The time now is 03:24 PM. 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