Chrispeee new Db [realese] menu

User Tag List

Page 2 of 9 FirstFirst 123456 ... LastLast
Results 16 to 30 of 131
  1. #16
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    so this db doesnt come with tables for the players since its not a repack but u can backup
    your old tables and execute them in the new db .This if how to do for ACCOUNTS:
    Backing Up WITH Navicat.
    -Open Navicat
    -Go under the antrix database
    -Select ALL the following with ctrl + click:
    1. Accounts
    2. Characters
    3. Charters
    4. Corpses
    5. Guild_Ranks
    6. Guilds
    7. Playeritems
    8. Playerpets
    9. Playerpetspells
    10. Playersummonspells
    11. Questlog
    -Make sure you have ALL 11. Nothing more and nothing less.
    -RIGHT click any of the 11(make sure they are all still selected),then click "Dump SQL File"
    -Choose any destination and name, and save it
    -Close Navicat
    -Install new version of repack
    -Reopen Navicat and database antrix
    -Delete ALL 11 of the same exact ones you backuped
    -Right click the database antrix and click "Execute Batch File.."
    -Go to the sql file you saved with your accounts and open it
    -It should execute sucessfully if you did it correctly
    Backing Up WITHOUT Navicat
    -Go to the Repack folder
    -Go under mysql, then data, then antrix
    -Under this folder cut or copy all the following somewhere else that you wont forget, maybe a new folder. All of the files will have 3 under the same name. Make sure you get ALL 3! Of each name.
    Example: To copy the accounts. Copy all the 3 files that have accounts name in it which are accounts.frm, accounts.MYD, and accounts.MYI
    1. Accounts
    2. Characters
    3. Charters
    4. Corpses
    5. Guild_Ranks
    6. Guilds
    7. Playeritems
    8. Playerpets
    9. Playerpetspells
    10. Playersummonspells
    11. Questlog
    -Install new version
    -Overite all the new files with your backuped ones.(credits for backup accounts to shadowreaper from ac-web)




    Chrispeee new Db [realese]
  2. #17
    Puff's Avatar Account not activated by Email
    Reputation
    655
    Join Date
    Jul 2007
    Posts
    700
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ty Chrispee, btw does yoru db include portals? becuase mine got messed up along with other items such as Swift Netherdrake, and soem legendary weapons.

    Hmm, i get Failed - Unsuccessfully, not sure what i've doen wrong :s im executign to batch file in my db.
    any tips?

    EDIT**

    this is the error

    [Err] 1050 - Table 'accounts' already exists
    [Err] -- ----------------------------
    -- Table structure for 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=26 DEFAULT CHARSET=latin1;
    [Msg] Finished - Unsuccessfully

    Also i get teh same error when i try to back up my file, so my mates accoutns have been deleted again :S

    I think iv backed up my files, btu i still cant apply your db patch :S

    Thanks. or shall i click continue on errors? i just dont want to do a whole execute and it not being worth while.
    Last edited by WoWLegend; 08-04-2007 at 03:11 PM.

  3. #18
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    u should backup up those tables i said from your old db then execute the new db then delete the 11 tables in the db then execute the old accounts it s a noob guide mate




  4. #19
    Puff's Avatar Account not activated by Email
    Reputation
    655
    Join Date
    Jul 2007
    Posts
    700
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    I did that though, It makes no sense.

  5. #20
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    I recommend that all of u use ac-web repack




  6. #21
    Puff's Avatar Account not activated by Email
    Reputation
    655
    Join Date
    Jul 2007
    Posts
    700
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    Im using JulianX's re-pack.

  7. #22
    Leeuber's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    can anyone help me when i try to execute the file it finishes Unsuccessfully
    Please help, tll me if im missing something or doing something wrong

    [Err] 1050 - Table 'accounts' already exists
    [Err] -- ----------------------------
    -- Table structure for 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=26 DEFAULT CHARSET=latin1;
    [Msg] Finished - Unsuccessfully

  8. #23
    nicky7953's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    Thanks this helped.+rep

  9. #24
    Atomixx90's Avatar Member
    Reputation
    1
    Join Date
    Jun 2006
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    Never mind, noob mistake, sorry, disregard this.
    Last edited by Atomixx90; 08-02-2007 at 07:46 PM.

  10. #25
    00162's Avatar Member
    Reputation
    3
    Join Date
    Jul 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    yea i had a question i love the db. i was just wondering if there was anyway i can add a teleport to the teleport guy if there is please let me know. because when i make portals and you right click them i get word of recall (OLD) instead of it teleporting them where i set it

  11. #26
    daigold's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    0
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    Guys does who are not using AC-Web repack , it is not needed , so dont worry , this can work with any repack , now the way you do it , its what causing the errors!

  12. #27
    slipknotfan's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    after i did this ther was NO database.. Tables wher gone. =\

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

    Re: Chrispeee new Db [realese]

    Nice DB, I tried 2 different repacks trying to get this to work, but the Julian X's repack worked with no problem with DB.

  14. #29
    Chrispee's Avatar The True Repacker


    Reputation
    686
    Join Date
    Mar 2007
    Posts
    931
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    Yeah Then Julian X Repack Works Fine Too With This Guys Eanjoy




  15. #30
    ismails's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chrispeee new Db [realese]

    doesnt work with ac-web repack 5.8.2
    i dont have any creature spawns on your databse so i better fix bugs myself
    i can fix anything!!!!!!!!!!!!! if i want

Page 2 of 9 FirstFirst 123456 ... LastLast

Similar Threads

  1. [Realese] [Flash] My new site
    By jerrkan in forum World of Warcraft Emulator Servers
    Replies: 31
    Last Post: 07-17-2008, 02:56 AM
  2. Chrispeee Ascent Db [Realese NEw]
    By Chrispee in forum World of Warcraft Emulator Servers
    Replies: 180
    Last Post: 11-08-2007, 03:57 PM
  3. [Realese] New Instance : stormwind vault
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 16
    Last Post: 11-02-2007, 01:14 PM
  4. [Realese]Chrispeee NEW updated Ascent Repack
    By Chrispee in forum World of Warcraft Emulator Servers
    Replies: 377
    Last Post: 10-29-2007, 07:52 AM
  5. Chrispeee needs a new logging Screen :D
    By Chrispee in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 09-27-2007, 05:44 PM
All times are GMT -5. The time now is 03:03 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