[Help] Character DB menu

User Tag List

Results 1 to 8 of 8
  1. #1
    vasko93's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] Character DB

    I've tried 2-3 files but dont work...
    Im using NCDB 758.Can someone give working character db?

    [Help] Character DB
  2. #2
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You know you could actually search the posts around you and youd find my [Latest] Ascent compiles and Extras Thread, which contains the Char tables, login tables, and necessary files
    http://www.mmowned.com/forums/emulat...es-extras.html
    Last edited by Gastricpenguin; 12-31-2007 at 03:07 PM.
    Life Puzzler WoW - Website | Forums

  3. #3
    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)

  4. #4
    Xeneth's Avatar Member
    Reputation
    157
    Join Date
    Oct 2007
    Posts
    534
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)


  5. #5
    vasko93's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Gastirc
    I tried your character db but dont work for me...

    @Stephtorrent
    Tnanks very much again :P

  6. #6
    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)
    You know, instead of the rest of you guys being smart arses, you could just try and help the newer members out. I thought that was the point behind this site.

  7. #7
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try the characters/accounts table in my ascent compiles. they works with newest ascent



  8. #8
    chaoticd35's Avatar Site Donator
    Reputation
    44
    Join Date
    Jun 2007
    Posts
    337
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hope this works, this should create a character table in your database. The tables empty.


    Code:
    SET FOREIGN_KEY_CHECKS=0;
    -- ----------------------------
    -- Table structure for characters
    -- ----------------------------
    CREATE TABLE `characters` (
      `guid` int(10) unsigned NOT NULL,
      `acct` int(10) unsigned NOT NULL,
      `name` varchar(21) collate utf8_unicode_ci NOT NULL,
      `race` tinyint(3) unsigned NOT NULL,
      `class` tinyint(3) unsigned NOT NULL,
      `gender` tinyint(3) unsigned NOT NULL,
      `custom_faction` int(10) unsigned NOT NULL default '0',
      `level` tinyint(3) unsigned NOT NULL,
      `xp` int(10) unsigned NOT NULL,
      `exploration_data` longtext collate utf8_unicode_ci NOT NULL,
      `skills` longtext collate utf8_unicode_ci NOT NULL,
      `watched_faction_index` int(10) unsigned NOT NULL default '0',
      `selected_pvp_title` int(10) unsigned NOT NULL default '0',
      `available_pvp_titles` int(10) unsigned NOT NULL default '0',
      `gold` int(10) unsigned NOT NULL default '0',
      `ammo_id` int(10) unsigned NOT NULL default '0',
      `available_prof_points` tinyint(3) unsigned NOT NULL default '0',
      `available_talent_points` tinyint(3) unsigned NOT NULL default '0',
      `current_hp` int(10) unsigned NOT NULL default '0',
      `current_power` int(10) unsigned NOT NULL default '0',
      `pvprank` tinyint(3) unsigned NOT NULL default '0',
      `bytes` int(10) unsigned NOT NULL default '0',
      `bytes2` int(10) unsigned NOT NULL default '0',
      `player_flags` int(10) unsigned NOT NULL default '0',
      `player_bytes` int(10) unsigned NOT NULL default '0',
      `positionX` float NOT NULL default '0',
      `positionY` float NOT NULL default '0',
      `positionZ` float NOT NULL default '0',
      `orientation` float NOT NULL default '0',
      `mapId` int(10) unsigned NOT NULL default '0',
      `zoneId` int(10) unsigned NOT NULL default '0',
      `taximask` longtext collate utf8_unicode_ci NOT NULL,
      `banned` int(40) NOT NULL,
      `banReason` varchar(50) collate utf8_unicode_ci NOT NULL default '',
      `timestamp` int(10) unsigned NOT NULL default '0',
      `online` tinyint(3) unsigned NOT NULL default '0',
      `bindpositionX` float NOT NULL default '0',
      `bindpositionY` float NOT NULL default '0',
      `bindpositionZ` float NOT NULL default '0',
      `bindmapId` int(10) unsigned NOT NULL default '0',
      `bindzoneId` int(10) unsigned NOT NULL default '0',
      `isResting` tinyint(3) unsigned NOT NULL default '0',
      `restState` tinyint(3) unsigned NOT NULL default '0',
      `restTime` int(10) unsigned NOT NULL default '0',
      `playedtime` longtext collate utf8_unicode_ci NOT NULL,
      `deathstate` tinyint(3) unsigned NOT NULL default '0',
      `TalentResetTimes` int(10) unsigned NOT NULL default '0',
      `first_login` tinyint(3) unsigned NOT NULL default '0',
      `forced_rename_pending` tinyint(3) unsigned NOT NULL default '0',
      `publicNote` varchar(32) collate utf8_unicode_ci NOT NULL default '',
      `officerNote` varchar(32) collate utf8_unicode_ci NOT NULL default '',
      `guildid` int(10) unsigned NOT NULL default '0',
      `guildRank` int(10) unsigned NOT NULL default '0',
      `arenaPoints` int(10) unsigned NOT NULL default '0',
      `totalstableslots` int(10) unsigned NOT NULL default '0',
      `instance_id` int(10) unsigned NOT NULL default '0',
      `entrypointmap` int(10) unsigned NOT NULL default '0',
      `entrypointx` float NOT NULL default '0',
      `entrypointy` float NOT NULL default '0',
      `entrypointz` float NOT NULL default '0',
      `entrypointo` float NOT NULL default '0',
      `entrypointinstance` int(10) unsigned NOT NULL default '0',
      `taxi_path` int(10) unsigned NOT NULL default '0',
      `taxi_lastnode` int(10) unsigned NOT NULL default '0',
      `taxi_mountid` int(10) unsigned NOT NULL default '0',
      `transporter` int(10) unsigned NOT NULL default '0',
      `transporter_xdiff` float NOT NULL default '0',
      `transporter_ydiff` float NOT NULL default '0',
      `transporter_zdiff` float NOT NULL default '0',
      `spells` longtext collate utf8_unicode_ci NOT NULL,
      `deleted_spells` longtext collate utf8_unicode_ci NOT NULL,
      `reputation` longtext collate utf8_unicode_ci NOT NULL,
      `actions` longtext collate utf8_unicode_ci NOT NULL,
      `auras` longtext collate utf8_unicode_ci NOT NULL,
      `finished_quests` longtext collate utf8_unicode_ci NOT NULL,
      `honorPointsToAdd` int(11) NOT NULL,
      `killsToday` int(10) unsigned NOT NULL default '0',
      `killsYesterday` int(10) unsigned NOT NULL default '0',
      `killsLifeTime` int(10) unsigned NOT NULL default '0',
      `honorToday` int(10) unsigned NOT NULL default '0',
      `honorYesterday` int(10) unsigned NOT NULL default '0',
      `honorPoints` int(10) unsigned NOT NULL default '0',
      `difficulty` int(10) unsigned NOT NULL default '0',
      PRIMARY KEY  (`guid`),
      KEY `acct` (`acct`),
      KEY `guildid` (`guildid`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Characters';
    
    -- ----------------------------
    -- Records 
    -- ----------------------------

Similar Threads

  1. [HELP] character.Sql
    By jackdaripper in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 06-07-2008, 04:01 AM
  2. [help] character creation error within SQL
    By arthars1 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-06-2008, 09:30 PM
  3. [Help] Character Table.
    By EmuX in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 04-19-2008, 10:49 AM
  4. [HELP] Character problem
    By lilvic12 in forum World of Warcraft Emulator Servers
    Replies: 2
    Last Post: 04-19-2008, 05:52 AM
  5. [Help!] Character items dissapear after logging out
    By username99 in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 02-20-2008, 12:22 PM
All times are GMT -5. The time now is 07:51 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