[X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use! menu

Shout-Out

User Tag List

Page 113 of 190 FirstFirst ... 1363109110111112113114115116117163 ... LastLast
Results 1,681 to 1,695 of 2850
  1. #1681
    tabo89's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    zepelins dont work to northrend. why? or how can i fix it?

    [X3 Release] Keazain`s Latest Compiles and Converted NCDB & Logon DB ready for use!
  2. #1682
    johnstone's Avatar Member
    Reputation
    3
    Join Date
    Oct 2008
    Posts
    121
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    delet this post plz ans sorry u the man for got 2 look in 2 the config's my bad
    Last edited by johnstone; 02-03-2009 at 04:54 AM. Reason: delete me

  3. #1683
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi all repack link is fixed, i was linkin to a upload failure, all pack is up sorry

  4. #1684
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tabo89, you have to wait until arcemu team have fixed that

  5. #1685
    vintvlad's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My db is idenitic what you showed there, but still give error

  6. #1686
    vintvlad's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pryd View Post
    Instance_template has been updated. You should be able to find this by looking at the Mangos updates. I had this issue when workin with 7100 version to 7200 mangos respectively.

    Here's a pic of what the extra field needs to be. The top pic most likely shows your configuration. The bottom shows the extra field added.

    After maxPlayers add the field maxPlayersHeroic, tinyint, 3, unsigned, default 0, not null. Should fix that error.



    Hope that helps!

    Pryd's Development Server
    My db is idenitic what you showed there, but still give error

  7. #1687
    NitroMan's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    when i start the server everything goes fine all is working i log in successfully and i create a character but normally in the fun db isnt there supposed to be t7 startergear ??? i mean all other rev versions had t7 start gear and this one doesnt ? then i created a character and as i said i was in bikini ... no items on me and when i spawned a vendors or sumthing it doesnt work ... so i rec p to sw and i wen to guild master and i noticed that conversation works , cuz i clicked on i want to create a guild crest and it worked but when i clicked on browse goods it didnt work . so practically every vendor wich i try to click doestn work ... for example i spawn the tier 7 vendor , i go to him , right click him and nothing happens . then i right click him again and nothing happens . thats what happens with all vendors so not only tier 7 and ur vendors but the normal vendors too . what could be wrong ?

    and another thing about the logon database i executed that one in my nvicat logon database and when i click accounts it says sumthing bout :
    " accounts does not have a primary key
    updates to this table will be done by using the following pseudo statement :
    UPDATE accounts SET ModifiedFieldsAndValues WHERE AllFieldsAndOldValues LIMIT 1 "

    what am i doing wrong or what is wrong please ill rep the one who helps.
    Last edited by NitroMan; 02-03-2009 at 05:04 AM.

  8. #1688
    KrisBG's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2009
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG somebody to tell me what is the best rev,repack for blizzlike server. i want to work Zepelins and DK WORK northerland spawned inst and more or i need to back to mangos and trinity BTW
    https://www.mmowned.com/forums/emulator-server-releases/274640-repack-mangos-zero-1-12-1-krisbg-shadows-past-pretbc.html

  9. #1689
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nitroman

    i have the same problem after i upgrade to 2118 all toon are in their underwear (oh i'm sure the bloodelf female has the best body hehe) i check the SQLyog the item is there but it doesnt appear on your character.

    keazain my man whats the problem

    i thought you will answer my previous question i'm still waiting

  10. #1690
    zadarkangel's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nitroman as for the missing index replace this in the logon sql batch
    Code:
    DROP TABLE IF EXISTS `accounts`;
    CREATE TABLE `accounts` (
      `acct` double default NULL,
      `login` varchar(96) default NULL,
      `password` varchar(96) default NULL,
      `SessionKey` varchar(765) default NULL,
      `encrypted_password` varchar(126) default NULL,
      `gm` varchar(96) default NULL,
      `vip` varchar(96) default NULL,
      `banned` tinyint(3) default NULL,
      `lastlogin` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
      `lastip` varchar(48) default NULL,
      `email` varchar(192) default NULL,
      `flags` tinyint(3) default NULL,
      `forceLanguage` varchar(15) default NULL,
      `muted` double default NULL,
      `banreason` varchar(765) default NULL
     Primary Key (`login`)
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

    or go to the accounts table and set login as primary key using ure navicat


    Hope this help u.

  11. #1691
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok now i see the problem the upper part is from 2075 and the lower part is from the new rev 2118

    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',
    `encrypted_password` varchar(42) COLLATE utf8_unicode_ci NOT NULL DEFAULT '',
    `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',
    `muted` int(30) NOT NULL DEFAULT '0',
    `banreason` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
    PRIMARY KEY (`acct`),
    UNIQUE KEY `a` (`login`)
    ) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Account Information';


    CREATE TABLE `accounts` (
    `acct` double default NULL,
    `login` varchar(96) default NULL,
    `password` varchar(96) default NULL,
    `SessionKey` varchar(765) default NULL,
    `encrypted_password` varchar(126) default NULL,
    `gm` varchar(96) default NULL,
    `vip` varchar(96) default NULL,
    `banned` tinyint(3) default NULL,
    `lastlogin` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
    `lastip` varchar(4 default NULL,
    `email` varchar(192) default NULL,
    `flags` tinyint(3) default NULL,
    `forceLanguage` varchar(15) default NULL,
    `muted` double default NULL,
    `banreason` varchar(765) default NULL
    ) ENGINE=InnoDB DEFAULT CHARSET=latin1;

    in 2075 there is no "sessionkey" and "vip" so keazain what value can we put in the slot so it can go. or still there is something wrong.

  12. #1692
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    zadarkangel
    ok my post is late so what value numeric or text goes to the new column is it 0 or just leave it blank
    my post always late hehe my internet connection is bad

  13. #1693
    zadarkangel's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm dunno but that my post was regarding primary key. i will look and if i figure out i will let u know
    and if i remember well this UNIQUE KEY `a` (`login`) must be add if not u will have accounts with same login
    Last edited by zadarkangel; 02-03-2009 at 08:53 AM.

  14. #1694
    westside92's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice repack

  15. #1695
    badot's Avatar Member
    Reputation
    5
    Join Date
    Apr 2007
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    zadarkangel

    and the PRIMARY KEY (`acct`), i will include this also or not anymore

    ok i'll wait for your post

Similar Threads

  1. Replies: 0
    Last Post: 07-28-2016, 09:15 PM
  2. [Selling] Undying and Hand of A'dal Account - Ready for Mythic
    By MistiServices in forum WoW-EU Account Buy Sell Trade
    Replies: 0
    Last Post: 05-14-2015, 01:51 PM
All times are GMT -5. The time now is 03:17 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