Request - Playercreateinfo.sql menu

Shout-Out

User Tag List

Results 1 to 3 of 3
  1. #1
    DeadlyMaker's Avatar Active Member
    Reputation
    57
    Join Date
    Aug 2008
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Request - Playercreateinfo.sql

    I would love if someone could upload the table with the actual "Playercreate_info.sql" files all 4 of them.

    Thanks in advance.

    Request - Playercreateinfo.sql
  2. #2
    Sonic Waffle's Avatar Contributor
    Reputation
    170
    Join Date
    Dec 2007
    Posts
    990
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is the SQL query. You can just copy this into a TXT file and rename it to a SQL file if you need to.
    Source: http://mmoforge.org/svn/ascent/trunk..._structure.sql
    Username: anonymous
    No password
    Code:
    -- ----------------------------
    -- Table structure for playercreateinfo
    -- ----------------------------
    DROP TABLE IF EXISTS `playercreateinfo`;
    CREATE TABLE `playercreateinfo` (
      `Index` tinyint(3) unsigned NOT NULL auto_increment,
      `race` tinyint(3) unsigned NOT NULL default '0',
      `factiontemplate` int(10) unsigned NOT NULL default '0',
      `class` tinyint(3) unsigned NOT NULL default '0',
      `mapID` int(10) unsigned NOT NULL default '0',
      `zoneID` 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',
      `displayID` smallint(5) unsigned NOT NULL default '0',
      `BaseStrength` tinyint(3) unsigned NOT NULL default '0',
      `BaseAgility` tinyint(3) unsigned NOT NULL default '0',
      `BaseStamina` tinyint(3) unsigned NOT NULL default '0',
      `BaseIntellect` tinyint(3) unsigned NOT NULL default '0',
      `BaseSpirit` tinyint(3) unsigned NOT NULL default '0',
      `BaseHealth` int(10) unsigned NOT NULL default '0',
      `BaseMana` int(10) unsigned NOT NULL default '0',
      `BaseRage` int(10) unsigned NOT NULL default '0',
      `BaseFocus` int(10) unsigned NOT NULL default '0',
      `BaseEnergy` int(10) unsigned NOT NULL default '0',
      `attackpower` int(10) unsigned NOT NULL default '0',
      `mindmg` float NOT NULL default '0',
      `maxdmg` float NOT NULL default '0',
      PRIMARY KEY  (`Index`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Player System';
    
    -- ----------------------------
    -- Table structure for playercreateinfo_bars
    -- ----------------------------
    DROP TABLE IF EXISTS `playercreateinfo_bars`;
    CREATE TABLE `playercreateinfo_bars` (
      `race` tinyint(3) unsigned default NULL,
      `class` tinyint(3) unsigned default NULL,
      `button` int(10) unsigned default NULL,
      `action` int(10) unsigned default NULL,
      `type` int(10) unsigned default NULL,
      `misc` int(10) unsigned default NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Player System';
    
    -- ----------------------------
    -- Table structure for playercreateinfo_items
    -- ----------------------------
    DROP TABLE IF EXISTS `playercreateinfo_items`;
    CREATE TABLE `playercreateinfo_items` (
      `indexid` tinyint(3) unsigned NOT NULL default '0',
      `protoid` int(10) unsigned NOT NULL default '0',
      `slotid` tinyint(3) unsigned NOT NULL default '0',
      `amount` int(10) unsigned NOT NULL default '0'
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Player System';
    
    -- ----------------------------
    -- Table structure for playercreateinfo_skills
    -- ----------------------------
    DROP TABLE IF EXISTS `playercreateinfo_skills`;
    CREATE TABLE `playercreateinfo_skills` (
      `indexid` tinyint(3) unsigned NOT NULL default '0',
      `skillid` int(10) unsigned NOT NULL default '0',
      `level` int(10) unsigned NOT NULL default '0',
      `maxlevel` int(10) unsigned NOT NULL default '0'
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Player System';
    
    -- ----------------------------
    -- Table structure for playercreateinfo_spells
    -- ----------------------------
    DROP TABLE IF EXISTS `playercreateinfo_spells`;
    CREATE TABLE `playercreateinfo_spells` (
      `indexid` tinyint(3) unsigned NOT NULL default '0',
      `spellid` smallint(5) unsigned NOT NULL default '0'
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Player System';


  3. #3
    DeadlyMaker's Avatar Active Member
    Reputation
    57
    Join Date
    Aug 2008
    Posts
    247
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lovely, thanks alot!

Similar Threads

  1. [Trinity] [REQUEST] playercreateinfo (template)
    By kimmern in forum WoW EMU Questions & Requests
    Replies: 7
    Last Post: 03-06-2011, 03:26 PM
  2. [Request] Arcemu SQL script to fix Celestial Steed
    By shadowknight513 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 11-25-2010, 05:28 AM
  3. [Request] A SQL That makes players start with maxskills
    By spectre123 in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 02-17-2009, 05:08 AM
  4. [Request] LOLgear (will rep for SQL)
    By Steph in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 01-05-2008, 01:48 PM
  5. Requesting Lots Of New Weapons And Armor In Sql Files :p
    By heijheija in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 08-25-2007, 06:10 PM
All times are GMT -5. The time now is 03:39 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