- Timestamp:
- 11/19/08 13:24:39 (17 years ago)
- Location:
- trunk/sql
- Files:
-
- 1 removed
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/characters.sql
r10 r28 177 177 `trans_o` float NOT NULL default '0', 178 178 `transguid` bigint(20) unsigned NOT NULL default '0', 179 `gmstate` tinyint(3) unsigned NOT NULL default '0',179 `gmstate` int(11) unsigned NOT NULL default '0', 180 180 `stable_slots` tinyint(1) unsigned NOT NULL default '0', 181 181 `at_login` int(11) unsigned NOT NULL default '0', -
trunk/sql/mangos.sql
r18 r28 211 211 ('explorecheat',3,'Syntax: .explorecheat #flag\r\n\r\nReveal or hide all maps for the selected player. If no player is selected, hide or reveal maps to you.\r\n\r\nUse a #flag of value 1 to reveal, use a #flag value of 0 to hide all maps.'), 212 212 ('flusharenapoints',3,'Syntax: .flusharenapoints\r\n\r\nUse it to distribute arena points based on arena team ratings, and start a new week.'), 213 ('gm',1,'Syntax: .gm on/off\r\n\r\nEnable or Disable GM MODE'), 213 ('gm',1,'Syntax: .gm [on/off]\r\n\r\nEnable or Disable in game GM MODE or show current state of on/off not provided.'), 214 ('gm chat',1,'Syntax: .gm chat [on/off]\r\n\r\nEnable or disable chat GM MODE (show gm badge in messages) or show current state of on/off not provided.'), 214 215 ('gm fly',3,'Syntax: .gm fly on/off\r\nEnable/disable gm fly mode.'), 215 216 ('gm list',0,'Syntax: .gm list\r\n\r\nDisplay a list of available Game Masters.'), … … 353 354 ('saveall',1,'Syntax: .saveall\r\n\r\nSave all characters in game.'), 354 355 ('security',3,'Syntax: .security $name #level\r\n\r\nSet the security level of player $name to a level of #level.\r\n\r\n#level may range from 0 to 5.'), 355 ('sendmail',1,'Syntax: .sendmail #playername #subject #text\r\n\r\nSend a mail to a player. Note: subject may not contain spaces.'),356 ('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'), 356 357 ('server info',0,'Syntax: .server info\r\n\r\nDisplay server version and the number of connected players.'), 357 358 ('server idleshutdown',3,'Syntax: .server idleshutdown #delay|cancel\r\n\r\nShut the server down after #delay seconds if no active connections are present (no players) or cancel the restart/shutdown if cancel value is used.'), … … 2138 2139 (50,'You must be at least level %u and have item %s to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2139 2140 (51,'Hello! Ready for some training?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2141 (52,'Invaid item count (%u) for item %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2142 (53,'Mail can\'t have more %u item stacks',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2140 2143 (100,'Global notify: ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2141 2144 (101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s)\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), … … 2340 2343 (330,'No players found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2341 2344 (331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2345 (332,'GM mode is ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2346 (333,'GM mode is OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2347 (334,'GM Chat Badge is ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2348 (335,'GM Chat Badge is OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2342 2349 (400,'|cffff0000[System Message]:|rScripts reloaded',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2343 2350 (401,'You change security level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), … … 2579 2586 (711,'Your group is too large for this battleground. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2580 2587 (712,'Your group is too large for this arena. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2581 (713,'Your group has members not in your arena team. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2582 (714,'Your group does not have enough players to join this match.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2583 (715,'The Gold Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2584 (716,'The Green Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2585 (717, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2586 (718, 'Your group has an offline member. Please remove him before joining.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2587 (719, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2588 (720, 'Your group has players from different battleground brakets. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2589 (721, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2590 (722, 'Someone in your party is Deserter. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2591 (723, 'Someone in your party is already in three battleground queues. You cannot join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2592 (724, 'You cannot teleport to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2593 (725, 'You cannot summon players to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2594 (726, 'You must be in GM mode to teleport to a player in a battleground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2595 (727, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2596 (728, 'Arena testing turned %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); 2588 (713,'You must be level %u to join an arena team!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2589 (714,'%s is not high enough level to join your team',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2590 (715,'You don\'t meet Battleground level requirements',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2591 (716,'Your arena team is full, %s cannot join it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2592 (730,'Your group has members not in your arena team. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2593 (731,'Your group does not have enough players to join this match.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2594 (732,'The Gold Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2595 (733,'The Green Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2596 (734, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2597 (735, 'Your group has an offline member. Please remove him before joining.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2598 (736, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2599 (737, 'Your group has players from different battleground brakets. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2600 (738, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2601 (739, 'Someone in your party is Deserter. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2602 (740, 'Someone in your party is already in three battleground queues. You cannot join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2603 (741, 'You cannot teleport to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2604 (742, 'You cannot summon players to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2605 (743, 'You must be in GM mode to teleport to a player in a battleground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2606 (744, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2607 (745, 'Arena testing turned %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2608 (800,'Invalid name',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2609 (801,'You do not have enough gold',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2610 (802,'You do not have enough free slots',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2611 (803,'Your partner does not have enough free bag slots',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2612 (804,'You do not have permission to perform that function',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2613 (805,'Unknown language',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2614 (806,'You don\'t know that language',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2615 (807,'Please provide character name',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2616 (808,'Player %s not found or offline',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), 2617 (809,'Account for character %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); 2618 2597 2619 /*!40000 ALTER TABLE `mangos_string` ENABLE KEYS */; 2598 2620 UNLOCK TABLES; -
trunk/sql/updates/10_instantiated_battlegrounds.sql
r9 r28 16 16 17 17 18 DELETE FROM mangos_string WHERE entry BETWEEN 711 AND 728; 18 DELETE FROM mangos_string WHERE entry IN (711,712); 19 DELETE FROM mangos_string WHERE entry BETWEEN 730 AND 745; 19 20 INSERT INTO mangos_string (entry, content_default) VALUES 20 21 (711,'Your group is too large for this battleground. Please regroup to join.'), 21 22 (712,'Your group is too large for this arena. Please regroup to join.'), 22 (7 13,'Your group has members not in your arena team. Please regroup to join.'),23 (7 14,'Your group does not have enough players to join this match.'),24 (7 15,'The Gold Team wins!'),25 (7 16,'The Green Team wins!'),26 (7 17, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.'),27 (7 18, 'Your group has an offline member. Please remove him before joining.'),28 (7 19, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.'),29 (7 20, 'Your group has players from different battleground brakets. You can\'t join as group.'),30 (7 21, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.'),31 (7 22, 'Someone in your party is Deserter. You can\'t join as group.'),32 (7 23, 'Someone in your party is already in three battleground queues. You cannot join as group.'),33 (7 24, 'You cannot teleport to a battleground or arena map.'),34 (7 25, 'You cannot summon players to a battleground or arena map.'),35 (7 26, 'You must be in GM mode to teleport to a player in a battleground.'),36 (7 27, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'),37 (7 28, 'Arena testing turned %s');23 (730,'Your group has members not in your arena team. Please regroup to join.'), 24 (731,'Your group does not have enough players to join this match.'), 25 (732,'The Gold Team wins!'), 26 (733,'The Green Team wins!'), 27 (734, 'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.'), 28 (735, 'Your group has an offline member. Please remove him before joining.'), 29 (736, 'Your group has players from the opposing faction. You can\'t join the battleground as a group.'), 30 (737, 'Your group has players from different battleground brakets. You can\'t join as group.'), 31 (738, 'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.'), 32 (739, 'Someone in your party is Deserter. You can\'t join as group.'), 33 (740, 'Someone in your party is already in three battleground queues. You cannot join as group.'), 34 (741, 'You cannot teleport to a battleground or arena map.'), 35 (742, 'You cannot summon players to a battleground or arena map.'), 36 (743, 'You must be in GM mode to teleport to a player in a battleground.'), 37 (744, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'), 38 (745, 'Arena testing turned %s'); 38 39