+resp for help menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    +resp for help

    hi i have an server and i using the newest openascent but now i cant creat eney charactars wast the prob??

    +resp for help
  2. #2
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats the error?

  3. #3
    Cursed's Avatar Contributor
    Reputation
    270
    Join Date
    Jun 2007
    Posts
    1,380
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1. I want to have resp (whatever that is)
    2. Please Learn to write proper English
    3. We cant help you when you just say: I cant create characters

  4. #4
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What DB are you using?

    I had this problem too before, the problem was that I had forgot to import the characters database

    /shame on me

    But check if you got the characters database in, you can find the structure in the OpenAscent SVN (in the sql folder)

  5. #5
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1 sry i mean +rep 2 it coming up in the ascent consol sql query failed due th [column count doesn's match value count at row 1], query: [REPLACE INTO characters VALUES <1,1'wer' 3,1,1,0,70,0,0,0.............. (more numbers)

  6. #6
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    YOU need the SQL Updates

  7. #7
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Execute this in your character database.

    Code:
    DROP TABLE characters;
    CREATE TABLE `characters` (
      `guid` int(6) unsigned NOT NULL default '0',
      `acct` int(20) unsigned NOT NULL default '0',
      `name` varchar(21) NOT NULL default '',
      `race` smallint(3) NOT NULL,
      `class` smallint(3) NOT NULL,
      `gender` tinyint(1) NOT NULL,
      `custom_faction` int(30) NOT NULL default '0',
      `level` int(3) NOT NULL,
      `xp` int(30) NOT NULL,
      `exploration_data` longtext NOT NULL,
      `skills` longtext NOT NULL,
      `watched_faction_index` bigint(40) NOT NULL,
      `selected_pvp_title` int(30) NOT NULL,
      `available_pvp_titles` int(30) NOT NULL,
      `gold` int(30) NOT NULL,
      `ammo_id` int(30) NOT NULL,
      `available_prof_points` int(30) NOT NULL,
      `available_talent_points` int(30) NOT NULL,
      `current_hp` int(30) NOT NULL,
      `current_power` int(30) NOT NULL,
      `pvprank` int(30) NOT NULL,
      `bytes` int(30) NOT NULL,
      `bytes2` int(30) NOT NULL,
      `player_flags` int(30) NOT NULL,
      `player_bytes` int(30) NOT NULL,
      `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(8) unsigned NOT NULL default '0',
      `zoneId` int(8) unsigned NOT NULL default '0',
      `taximask` longtext NOT NULL,
      `banned` int(40) unsigned NOT NULL default '0',
      `banReason` varchar(255) NOT NULL,
      `timestamp` int(30) default NULL,
      `online` int(11) default NULL,
      `bindpositionX` float NOT NULL default '0',
      `bindpositionY` float NOT NULL default '0',
      `bindpositionZ` float NOT NULL default '0',
      `bindmapId` int(8) unsigned NOT NULL default '0',
      `bindzoneId` int(8) unsigned NOT NULL default '0',
      `isResting` int(3) NOT NULL default '0',
      `restState` int(5) NOT NULL default '0',
      `restTime` int(5) NOT NULL default '0',
      `playedtime` text NOT NULL,
      `deathstate` int(5) NOT NULL default '0',
      `TalentResetTimes` int(5) NOT NULL default '0',
      `first_login` tinyint(1) NOT NULL default '0',
      `forced_rename_pending` tinyint(1) NOT NULL default '0',
      `arenaPoints` int(10) NOT NULL,
      `totalstableslots` int(10) unsigned NOT NULL default '0',
      `instance_id` int(10) NOT NULL,
      `entrypointmap` int(10) NOT NULL,
      `entrypointx` float NOT NULL,
      `entrypointy` float NOT NULL,
      `entrypointz` float NOT NULL,
      `entrypointo` float NOT NULL,
      `entrypointinstance` int(10) NOT NULL,
      `taxi_path` int(10) NOT NULL,
      `taxi_lastnode` int(10) NOT NULL,
      `taxi_mountid` int(10) NOT NULL,
      `transporter` int(10) NOT NULL,
      `transporter_xdiff` float NOT NULL,
      `transporter_ydiff` float NOT NULL,
      `transporter_zdiff` float NOT NULL,
      `spells` longtext NOT NULL,
      `deleted_spells` longtext NOT NULL,
      `reputation` longtext NOT NULL,
      `actions` longtext NOT NULL,
      `auras` longtext NOT NULL,
      `finished_quests` longtext NOT NULL,
      `honorRolloverTime` int(30) NOT NULL default '0',
      `killsToday` int(10) NOT NULL default '0',
      `killsYesterday` int(10) NOT NULL default '0',
      `killsLifeTime` int(10) NOT NULL default '0',
      `honorToday` int(10) NOT NULL default '0',
      `honorYesterday` int(10) NOT NULL default '0',
      `honorPoints` int(10) NOT NULL default '0',
      `difficulty` int(4) NOT NULL default '0',
      PRIMARY KEY  (`guid`),
      KEY `acct` (`acct`),
      KEY `name` (`name`),
      KEY `b` (`banned`),
      KEY `c` (`online`),
      KEY `d` (`forced_rename_pending`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  8. #8
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty i'll try

    nop the same shit
    Last edited by Kuiren; 06-06-2008 at 11:43 PM.

  9. #9
    TheSpidey's Avatar Elite User
    Reputation
    365
    Join Date
    Jan 2008
    Posts
    2,200
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What rev are you using?

    Also, nasty double post there

  10. #10
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do you mean db or core??

  11. #11
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    alter table characters add column finisheddailies longtext not null after finished_quests;
    Updates are ftw. I forgot to apply them myself but I could create characters.

  12. #12
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    huh ????? wath do you mean

  13. #13
    ReidE96's Avatar Archer Authenticator enabled
    Reputation
    470
    Join Date
    Dec 2006
    Posts
    1,625
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Rep is not a currency.

  14. #14
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no but i need help

  15. #15
    Respawn's Avatar Active Member
    Reputation
    42
    Join Date
    Feb 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    aha you mean i need to update

Page 1 of 2 12 LastLast

Similar Threads

  1. Mount Size +rep for helping
    By Muatmessmoko in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 07-29-2007, 03:39 PM
  2. Model Changing Help. I beg for help!
    By kleinerfuchs in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-01-2007, 09:00 AM
  3. A desperate cry for help! Please!
    By Surikat in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 05-04-2007, 09:28 AM
  4. A plea for help
    By Explicit in forum World of Warcraft General
    Replies: 6
    Last Post: 03-27-2007, 10:37 AM
  5. Asking for help with video's like dvd wise.
    By corn674 in forum Community Chat
    Replies: 4
    Last Post: 12-13-2006, 05:15 AM
All times are GMT -5. The time now is 04:14 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