Advertisement
Guest User

Laurea

a guest
Aug 21st, 2010
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 KB | None | 0 0
  1. CREATE TABLE `custom_duel_champions` (
  2. `champion` INT(10) NOT NULL DEFAULT '0' COMMENT 'Id of champion, this is the same as unit entry',
  3. `difficulty` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'difficulty of champion',
  4. PRIMARY KEY (`champion`)
  5. )
  6. COMMENT='Part of the custom duel system, you can edit this but be careful.'
  7. ENGINE=MyISAM
  8. ROW_FORMAT=DEFAULT;
  9.  
  10. CREATE TABLE `custom_duel_duels` (
  11. `player` VARCHAR(30) NOT NULL DEFAULT '',
  12. `enemy` VARCHAR(30) NOT NULL DEFAULT '',
  13. `player_hp` INT(10) NOT NULL DEFAULT '0',
  14. `enemy_hp` INT(10) NOT NULL DEFAULT '0',
  15. `player_status` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Disabled',
  16. `enemy_status` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Disabled',
  17. `champion` TINYINT(1) NOT NULL DEFAULT '0',
  18. PRIMARY KEY (`player`)
  19. )
  20. COMMENT='Part of the custom duel system, do not edit.'
  21. ENGINE=MyISAM
  22. ROW_FORMAT=DEFAULT;
  23.  
  24. CREATE TABLE `custom_duel_locks` (
  25. `player` VARCHAR(30) NOT NULL DEFAULT '',
  26. `enemy` VARCHAR(30) NOT NULL DEFAULT '',
  27. `expire` BIGINT(20) NOT NULL DEFAULT '0'
  28. )
  29. COMMENT='Part of the custom duel system, do not edit.'
  30. ENGINE=MyISAM
  31. ROW_FORMAT=DEFAULT;
  32.  
  33. CREATE TABLE `custom_duel_players` (
  34. `name` VARCHAR(30) NOT NULL DEFAULT '',
  35. `class` VARCHAR(30) NOT NULL DEFAULT '',
  36. `rank_name` VARCHAR(30) NOT NULL DEFAULT '',
  37. `rank` SMALLINT(5) NOT NULL DEFAULT '0',
  38. `ranked_wins` INT(10) NOT NULL DEFAULT '0',
  39. `strength` INT(10) NOT NULL DEFAULT '10',
  40. `agility` INT(10) NOT NULL DEFAULT '7',
  41. `intellect` INT(10) NOT NULL DEFAULT '10',
  42. `spirit` INT(10) NOT NULL DEFAULT '7',
  43. `stamina` INT(10) NOT NULL DEFAULT '9',
  44. `defense` INT(10) NOT NULL DEFAULT '4',
  45. `power` INT(10) NOT NULL DEFAULT '0',
  46. `crit` INT(10) NOT NULL DEFAULT '3',
  47. `dodge` INT(10) NOT NULL DEFAULT '5',
  48. `busy` TINYINT(1) NOT NULL DEFAULT '0',
  49. `statpoints` INT(10) NOT NULL DEFAULT '0',
  50. `won` INT(10) NOT NULL DEFAULT '0',
  51. `lost` INT(10) NOT NULL DEFAULT '0',
  52. `ties` INT(10) NOT NULL DEFAULT '0',
  53. PRIMARY KEY (`name`)
  54. )
  55. COMMENT='Part of the custom duel system, do not edit.'
  56. ENGINE=MyISAM
  57. ROW_FORMAT=DEFAULT;
  58.  
  59. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70010, 'Gul\'Dan', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 21588, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  60. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70011, 'Maiev Shadowsong', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 20628, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  61. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70015, 'Illidan Stormrage', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 27571, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  62. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70014, 'Alexstrasza', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 28227, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  63. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70012, 'Uther the Lightbringer', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 23889, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  64. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70013, 'Warchief Thrall', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 19015, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  65. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70016, 'The Lich King', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 28672, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  66. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70017, 'Chaos', 'Duel Champion', '', 0, 0, 0, 1, 0, 0, 25683, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  67. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70010, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  68. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70011, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  69. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70012, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  70. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70013, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  71. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70014, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  72. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70015, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  73. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70016, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  74. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70017, 80, 80, 35, 1000000, 1000000, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  75. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70010, 1);
  76. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70011, 2);
  77. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70012, 3);
  78. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70013, 4);
  79. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70014, 5);
  80. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70015, 6);
  81. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70016, 7);
  82. INSERT INTO `custom_duel_champions` (`champion`, `difficulty`) VALUES (70017, 8);
  83. INSERT INTO `creature_names` (`entry`, `name`, `subname`, `info_str`, `flags1`, `type`, `family`, `rank`, `killcredit1`, `killcredit2`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `leader`, `questitem1`, `questitem2`, `questitem3`, `questitem4`, `questitem5`, `questitem6`, `waypointid`) VALUES (70003, 'Varian Wrynn', 'Duel Master', '', 0, 0, 0, 1, 0, 0, 28127, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0);
  84. INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) VALUES (70003, 80, 80, 35, 1000000, 1000000, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement