<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://exstreme.0pk.me/export.php?type=rss" rel="self" type="application/rss+xml" />
		<title>WoW-ExStReMe</title>
		<link>https://exstreme.0pk.me/</link>
		<description>WoW-ExStReMe</description>
		<language>ru-ru</language>
		<lastBuildDate>Tue, 12 Apr 2022 17:09:17 +0300</lastBuildDate>
		<generator>MyBB/mybb.ru</generator>
		<item>
			<title>Жду Вас на интенсиве «Таро: 3D взгляд»</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=220#p220</link>
			<description>&lt;p&gt;Жизнь –удивительна. И только в НАШИХ силах на нее повлиять . Не знаете, куда двигаться дальше? Не знаете, что нужно менять? Хотите найти выходв том, что сейчас происходит? Я Инна Авалон – являюсь тарологом с 20-летним стажем. Маг 15 аркана. Помогу Вам наладить собственную жизнь, определить ориентиры для развития и обрести благополучие 11 апреля стартует интенсив «Таро: 3D взгляд», на котором Вы: -Получите все ответы на все жизненно важные вопросы. - Приведете себя в комфортное состояние- Пересмотрите свои активы - Выясните, чего еще Вам не хватает для движения вперед - Узнаете КУДА и КАК двигаться дальше Для кого подходит интенсив? -Для тех , кто в Таро давно Для тех, кто в Таро недавно Прямые эфиры будут проходить на закрытой платформе. Вас ждет : -Общий чат.- Записи занятий.- Домашние занятия.- Будет обратная связь.- Много ПРАКТИКИ Зарегистрироваться Вы можете по ссылке: &lt;a href=&quot;https://byyf111.wixsite.com/website1631&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://byyf111.wixsite.com/website1631&lt;/a&gt; Перейти &lt;a href=&quot;https://is.gd/GmeoP0&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;https://is.gd/GmeoP0&lt;/a&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (zbcjcfwywe)</author>
			<pubDate>Tue, 12 Apr 2022 17:09:17 +0300</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=220#p220</guid>
		</item>
		<item>
			<title>Скрипты на цлк и не только</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=218#p218</link>
			<description></description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 16:07:24 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=218#p218</guid>
		</item>
		<item>
			<title>Появление в Shattrath City</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=217#p217</link>
			<description>&lt;p&gt;Фикс сделал тем,кто ставит вендоров в Шатре...алы появляються в одном месте,орда в другом...вот сам фикс!!! &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;/*
MySQL Data Transfer
Source Host: localhost
Source Database: mangos
Target Host: localhost
Target Database: mangos
Date: 07.08.2008 9:26:36
*/

SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for playercreateinfo
-- ----------------------------
DROP TABLE IF EXISTS `playercreateinfo`;
CREATE TABLE `playercreateinfo` (
     `race` tinyint(3) unsigned NOT NULL default &#039;0&#039;,
     `class` tinyint(3) unsigned NOT NULL default &#039;0&#039;,
     `map` smallint(5) unsigned NOT NULL default &#039;0&#039;,
     `zone` mediumint(8) unsigned NOT NULL default &#039;0&#039;,
     `position_x` float NOT NULL default &#039;0&#039;,
     `position_y` float NOT NULL default &#039;0&#039;,
     `position_z` float NOT NULL default &#039;0&#039;,
     PRIMARY KEY  (`race`,`class`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- ----------------------------
-- Records    
-- ----------------------------
INSERT INTO `playercreateinfo` VALUES (&#039;1&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;1&#039;, &#039;2&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;1&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;1&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;1&#039;, &#039;8&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;1&#039;, &#039;9&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;2&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;2&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;2&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;2&#039;, &#039;7&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;2&#039;, &#039;9&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;3&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;3&#039;, &#039;2&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;3&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;3&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;3&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;4&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;4&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;4&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;4&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;4&#039;, &#039;11&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;5&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;5&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;5&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;5&#039;, &#039;8&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;5&#039;, &#039;9&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;6&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;6&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;6&#039;, &#039;7&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;6&#039;, &#039;11&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;7&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;7&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;7&#039;, &#039;8&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;7&#039;, &#039;9&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;8&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;8&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;8&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;8&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;8&#039;, &#039;7&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;8&#039;, &#039;8&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;10&#039;, &#039;2&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;10&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;10&#039;, &#039;4&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;10&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;10&#039;, &#039;8&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;10&#039;, &#039;9&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1881.987793&#039;, &#039;5375.109375&#039;, &#039;-12.428329&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;11&#039;, &#039;1&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;11&#039;, &#039;2&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;11&#039;, &#039;3&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;11&#039;, &#039;5&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;11&#039;, &#039;7&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);
INSERT INTO `playercreateinfo` VALUES (&#039;11&#039;, &#039;8&#039;, &#039;530&#039;, &#039;481&#039;, &#039;-1843.961060&#039;, &#039;5489.236816&#039;, &#039;-12.428216&#039;);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 16:03:47 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=217#p217</guid>
		</item>
		<item>
			<title>Фикс на таланты ДК.</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=216#p216</link>
			<description>&lt;p&gt;Это только таланты!&lt;br /&gt;Квест для фанов.&lt;br /&gt;Сорри если кто-то уже выкладывал свой&lt;br /&gt;Квест добавляеться тренру &lt;a href=&quot;http://www.wowhead.com/?npc=28474&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://www.wowhead.com/?npc=28474&lt;/a&gt; . Создаем файл .txt делаем его как &amp;quot;например: 46 талантов для дк.sql&amp;quot; разрешение файла должно быть обязательно .sql,копируем код в ваш файл и заливаем скюль в бд mangos. Кому помогла эта тема ставим + &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 18em&quot;&gt;&lt;pre&gt;DELETE FROM `creature_questrelation` WHERE `quest` = 12738;    
DELETE FROM `gameobject_questrelation` WHERE `quest` = 12738;    
UPDATE `item_template` SET `StartQuest`=0 WHERE `StartQuest` = 12738;    
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (28474, 12738);    
UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry` = 28474;    
DELETE FROM `creature_involvedrelation` WHERE `quest` = 12738;    
DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 12738;    
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (28474, 12738);    
UPDATE `creature_template` SET `npcflag`=`npcflag`|2 WHERE `entry`=28474;    
REPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `SkillOrClass`, `MinLevel`, `QuestLevel`, `Type`, `RequiredRaces`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewHonorableKills`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `StartScript`, `CompleteScript`) VALUES (12738, 2, -372, 0, 55, 55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 46, 12727, 0, 0, 0, 0, 0, 0, &#039;A Cry For Vengeance!&#039;, &#039;The cry for vengeance must be heard, $N. Commander Plaguefist and a company of death knights are on their way to raze the Chapel of the Crimson Flame. If there are any death knights imprisoned at the chapel, Plaguefist will get them out.$B$BYou can still catch up to them if you hurry. The chapel is due west of here.&#039;, &#039;Report to Knight Commander Plaguefist at the Chapel of the Crimson Flame.&#039;, &#039;They\&#039;re only flesh and bone - no match for the Scourge.$B$BWe didn\&#039;t find any of our brothers, but we did stumble upon something special.&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, &#039;&#039;, 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, 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, 4950, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 16:03:05 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=216#p216</guid>
		</item>
		<item>
			<title>портал в даларан fix кристала</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=215#p215</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 6em&quot;&gt;&lt;pre&gt;UPDATE `gameobject_template` SET `size` = 3, `data3` = 65536, `data10` = 54620, `data13` = 1, `data14` = 19700 WHERE `entry` = 191230;
UPDATE `gameobject_template` SET `size` = 2, `data3` = 65536, `data10` = 42953, `data13` = 1, `data14` = 19700 WHERE `entry` = 191229;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 16:02:25 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=215#p215</guid>
		</item>
		<item>
			<title>Фикс для исправления работы бг 1х1</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=214#p214</link>
			<description>&lt;p&gt;Фикс для исправления работы бг 1х1&lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 22.5em&quot;&gt;&lt;pre&gt;INSERT INTO `battleground_template` VALUES (&#039;1&#039;, &#039;1&#039;, &#039;40&#039;, &#039;611&#039;, &#039;2.72532&#039;, &#039;610&#039;, &#039;2.27452&#039;);
INSERT INTO `battleground_template` VALUES (&#039;2&#039;, &#039;1&#039;, &#039;10&#039;, &#039;769&#039;, &#039;3.14159&#039;, &#039;770&#039;, &#039;3.14159&#039;);
INSERT INTO `battleground_template` VALUES (&#039;3&#039;, &#039;1&#039;, &#039;15&#039;, &#039;890&#039;, &#039;3.40156&#039;, &#039;889&#039;, &#039;0.263892&#039;);
INSERT INTO `battleground_template` VALUES (&#039;4&#039;, &#039;1&#039;, &#039;5&#039;, &#039;929&#039;, &#039;0&#039;, &#039;936&#039;, &#039;3.14159&#039;);
INSERT INTO `battleground_template` VALUES (&#039;5&#039;, &#039;1&#039;, &#039;5&#039;, &#039;939&#039;, &#039;0&#039;, &#039;940&#039;, &#039;3.14159&#039;);
INSERT INTO `battleground_template` VALUES (&#039;6&#039;, &#039;1&#039;, &#039;5&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;);
INSERT INTO `battleground_template` VALUES (&#039;7&#039;, &#039;1&#039;, &#039;15&#039;, &#039;1103&#039;, &#039;3.40156&#039;, &#039;1104&#039;, &#039;0.263892&#039;);
INSERT INTO `battleground_template` VALUES (&#039;8&#039;, &#039;1&#039;, &#039;5&#039;, &#039;1258&#039;, &#039;0&#039;, &#039;1259&#039;, &#039;3.14159&#039;);
INSERT INTO `battleground_template` VALUES (&#039;9&#039;, &#039;1&#039;, &#039;15&#039;, &#039;1367&#039;, &#039;0&#039;, &#039;1368&#039;, &#039;0&#039;);
INSERT INTO `battleground_template` VALUES (&#039;10&#039;, &#039;1&#039;, &#039;5&#039;, &#039;1362&#039;, &#039;0&#039;, &#039;1363&#039;, &#039;0&#039;);
INSERT INTO `battleground_template` VALUES (&#039;11&#039;, &#039;1&#039;, &#039;5&#039;, &#039;1364&#039;, &#039;0&#039;, &#039;1365&#039;, &#039;0&#039;);
INSERT INTO `battleground_template` VALUES (&#039;30&#039;, &#039;1&#039;, &#039;40&#039;, &#039;1485&#039;, &#039;0&#039;, &#039;1486&#039;, &#039;0&#039;);
INSERT INTO `battleground_template` VALUES (&#039;32&#039;, &#039;1&#039;, &#039;40&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;, &#039;0&#039;);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 16:01:56 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=214#p214</guid>
		</item>
		<item>
			<title>фикс на дроп в Санвеле</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=213#p213</link>
			<description>&lt;p&gt;Видел такую проблему у многих то что из босов в санвеле падает 3-2 вещи вот порыскал и нашел фикс&lt;br /&gt;часть первая&lt;br /&gt;Ентропа &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM `creature_loot_template` WHERE (`entry`=25840);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=29434);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 29434, 100, 0, 2, 2, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34233);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34233, 43, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=35283);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 35283, 43, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34430);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34430, 36, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=35284);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 35284, 36, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34429);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34429, 29, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34228);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34228, 29, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34215);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34215, 29, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34231);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34231, 21, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34214);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34214, 21, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=35282);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 35282, 21, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34232);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34232, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34213);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34213, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34230);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34230, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34428);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34428, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34427);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34427, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=32227);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 32227, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34229);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34229, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34240);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34240, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34211);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34211, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34216);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34216, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34234);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34234, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34212);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34212, 7, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25840) AND (`item`=34664);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25840, 34664, 7, 0, 1, 1, 0, 0, 0);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Grand Warlock Alythess &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM `creature_loot_template` WHERE (`entry`=25166);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=29434);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 29434, 93, 0, 2, 2, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34664);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34664, 67, 0, 4, 0, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=35290);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 35290, 38, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=35291);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 35291, 35, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=35292);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 35292, 25, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34196);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34196, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34209);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34209, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34208);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34208, 23, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34210);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34210, 22, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34193);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34193, 22, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34194);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34194, 21, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34202);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34202, 20, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34195);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34195, 20, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34206);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34206, 20, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34198);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34198, 20, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34204);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34204, 18, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34203);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34203, 17, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34192);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34192, 17, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34199);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34199, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34189);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34189, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34205);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34205, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34848);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34848, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34190);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34190, 14, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34857);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34857, 13, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34197);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34197, 13, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34858);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34858, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34852);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34852, 11, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34855);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34855, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34851);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34851, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34853);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34853, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34856);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34856, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=34854);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 34854, 8, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=32229);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 32229, 4, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=32228);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 32228, 4, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=32231);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 32231, 2, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25166) AND (`item`=32227);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25166, 32227, 1.4, 0, 1, 1, 0, 0, 0);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Kil&#039;Jaeden &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM `creature_loot_template` WHERE (`entry`=25315);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=29434);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 29434, 24, 0, 3, 3, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34345);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34345, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34329);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34329, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34241);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34241, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34335);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34335, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34247);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34247, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34341);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34341, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34334);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34334, 15, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34333);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34333, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34245);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34245, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34332);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34332, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34339);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34339, 24, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34340);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34340, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34244);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34244, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34337);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34337, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34331);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34331, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34344);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34344, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34342);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34342, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34243);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34243, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34336);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34336, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34242);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34242, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25315) AND (`item`=34343);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25315, 34343, 19, 0, 1, 1, 0, 0, 0);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Lady Sacrolash &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM `creature_loot_template` WHERE (`entry`=25165);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=29434);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 29434, 100, 0, 2, 2, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=35290);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 35290, 31, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=35292);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 35292, 28, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34190);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34190, 37, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34208);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34208, 22, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34203);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34203, 21, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34851);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34851, 19, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34206);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34206, 18, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34858);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34858, 18, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34197);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34197, 18, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34199);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34199, 16, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34189);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34189, 16, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34192);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34192, 16, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34209);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34209, 16, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34202);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34202, 13, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34205);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34205, 13, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34204);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34204, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34848);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34848, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34196);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34196, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34194);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34194, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34195);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34195, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34193);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34193, 12, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34210);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34210, 10, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34853);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34853, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34855);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34855, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34856);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34856, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34857);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34857, 9, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34854);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34854, 6, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34852);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34852, 6, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34198);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34198, 6, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=34664);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 34664, 6, 0, 1, 1, 0, 0, 0);
DELETE FROM `creature_loot_template` WHERE (`entry`=25165) AND (`item`=32227);
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `groupid`, `mincountOrRef`, `maxcount`, `lootcondition`, `condition_value1`, `condition_value2`) VALUES (25165, 32227, 1.5, 0, 1, 1, 0, 0, 0);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;З.Ы. т.к. M&#039;uru должен превращаться в Entropius, но пока отказывается это делать в него можно воткнуть лут с Entropius, или просто поставить ентропиуса рядом с муру&lt;br /&gt;взято с mangos.ru&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 16:01:23 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=213#p213</guid>
		</item>
		<item>
			<title>Хак на квест</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=212#p212</link>
			<description>&lt;p&gt;Как я понял что бы квест сделать &amp;quot;автокомплитом&amp;quot; тоесть взял квест и тут же сдал его, нужно сделать &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 4.5em&quot;&gt;&lt;pre&gt;UPDATE `quest_template` SET `Method`=0 WHERE `entry`=айди квеста;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;Это работает, берешь квест и здаешь, но когда здаешь его над нпс висит серый вопросительный знак. Тоесть простой игрок подумает что нужно выполнять квест, не подозревая что он висит на автокомплите. Вопрос: Как сделать что бы вопросительный знак при хаке был жёлтый ??? что то нужно дописать в строку хака ??? Заранее спасибо.&lt;/p&gt;
						&lt;p&gt;ответ!!!&lt;br /&gt;только если через квайс удалять требования квеста (там принести что-нибудь)&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:59:03 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=212#p212</guid>
		</item>
		<item>
			<title>Исправилен квест по следам бранна</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=211#p211</link>
			<description>&lt;p&gt;Исправлен квест: По следам &lt;a href=&quot;http://ru.wowhead.com/quest=12854&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;барана&lt;/a&gt;баранна wowhead &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 7.5em&quot;&gt;&lt;pre&gt;DELETE FROM `gameobject` WHERE `id`=191708;
INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotatio  n3`,`spawntimesecs`,`animprogress`,`state`) VALUES
(786349, 191708, 571, 1, 1, 7157.71, -722.593, 893.356, 1.51468, 0, 0, 0.686991, 0.726666, 25, 0, 1);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:58:10 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=211#p211</guid>
		</item>
		<item>
			<title>[Fix] Флаги на ВСГ</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=210#p210</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 21em&quot;&gt;&lt;pre&gt;DELETE FROM `gameobject` WHERE `id`=179786;
DELETE FROM `gameobject` WHERE `id`=179831;
DELETE FROM `gameobject` WHERE `id`=179785;
DELETE FROM `gameobject` WHERE `id`=179830;
DELETE FROM `gameobject_template` WHERE `entry`=179786;
DELETE FROM `gameobject_template` WHERE `entry`=179831;
DELETE FROM `gameobject_template` WHERE `entry`=179785;
DELETE FROM `gameobject_template` WHERE `entry`=179830;
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`) VALUES (179786, 26, 5913, &#039;Warsong Flag&#039;, &#039;&#039;, 0, 0, 2.5, 0, 0, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &#039;&#039;);
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`) VALUES (179831, 24, 5913, &#039;Warsong Flag&#039;, &#039;&#039;, 210, 0, 2.5, 0, 23384, 11, 23335, 23389, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &#039;&#039;);
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`) VALUES (179785, 26, 5912, &#039;Silverwing Flag&#039;, &#039;&#039;, 0, 0, 2.5, 0, 0, 23383, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &#039;&#039;);
REPLACE INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`) VALUES (179830, 24, 5912, &#039;Silverwing Flag&#039;, &#039;&#039;, 1314, 0, 2.5, 0, 23383, 11, 23333, 23390, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, &#039;&#039;);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:56:50 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=210#p210</guid>
		</item>
		<item>
			<title>[Fixes] Мастера БГ</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=209#p209</link>
			<description>&lt;p&gt;-- Alterac Valley Battlemaster &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM creature_template WHERE entry = 17506;
DELETE FROM creature WHERE id IN (19906, 19907);
INSERT INTO creature (id, map, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, spawn_position_x, spawn_position_y, spawn_position_z, spawn_orientation, curhealth, curmana, DeathState, MovementType, auras) VALUES
(19906, 0, 0, 0, 537.672, -1085.234, 106.339, 4.234, 180, 0, 0, 537.672, -1085.234, 106.339, 4.234, 5300, 0, 0, 0, &#039;&#039;),
(19907, 0, 0, 0, 102.679, -182.953, 127.548, 5.483, 180, 0, 0, 102.679, -182.953, 127.548, 5.483, 5100, 0, 0, 0, &#039;&#039;);
UPDATE creature_template SET minhealth = 6700, maxhealth = 6700, npcflag = 2048, faction_A = 1216, faction_H = 1216 WHERE entry = 20271;
UPDATE creature_template SET minhealth = 6400, maxhealth = 6400, npcflag = 2048, faction_A = 1216, faction_H = 1216 WHERE entry = 7410;
UPDATE creature_template SET minhealth = 8500, maxhealth = 8500, npcflag = 2048, faction_A = 1216, faction_H = 1216 WHERE entry = 12197;
UPDATE creature_template SET minhealth = 5100, maxhealth = 5100, npcflag = 2048, faction_A = 1216, faction_H = 1216 WHERE entry = 19907;
UPDATE creature_template SET minhealth = 9700, maxhealth = 9700, npcflag = 2048, faction_A = 1216, faction_H = 1216 WHERE entry = 20119;
UPDATE creature_template SET minhealth = 5400, maxhealth = 5400, npcflag = 2048, faction_A = 1216, faction_H = 1216 WHERE entry = 5118;
UPDATE creature_template SET minhealth = 5300, maxhealth = 5300, npcflag = 2048, faction_A = 1214, faction_H = 1214 WHERE entry = 19906;
UPDATE creature_template SET minhealth = 7000, maxhealth = 7000, npcflag = 2048, faction_A = 1214, faction_H = 1214 WHERE entry = 20276;
UPDATE creature_template SET minhealth = 7700, maxhealth = 7700, npcflag = 2048, faction_A = 1214, faction_H = 1214 WHERE entry = 16695;
UPDATE creature_template SET minhealth = 9100, maxhealth = 9100, npcflag = 2048, faction_A = 1214, faction_H = 1214 WHERE entry = 347;
UPDATE creature_template SET minhealth = 6200, maxhealth = 6200, npcflag = 2048, faction_A = 1214, faction_H = 1214 WHERE entry = 14942;
UPDATE creature_template SET minhealth = 6500, maxhealth = 6500, npcflag = 2048, faction_A = 1214, faction_H = 1214 WHERE entry = 7427;
UPDATE creature SET curhealth = 6700 WHERE id = 20271;
UPDATE creature SET spawntimesecs = 180, curhealth = 6400 WHERE id = 7410;
UPDATE creature SET spawntimesecs = 180, curhealth = 6500 WHERE id = 12197;
UPDATE creature SET spawntimesecs = 180, curhealth = 9700 WHERE id = 20119;
UPDATE creature SET spawntimesecs = 180, curhealth = 5400 WHERE id = 5118;
UPDATE creature SET curhealth = 7000 WHERE id = 20276;
UPDATE creature SET curhealth = 7700 WHERE id = 16695;
UPDATE creature SET spawntimesecs = 180, curhealth = 9100 WHERE id = 347;
UPDATE creature SET spawntimesecs = 180, curhealth = 6200 WHERE id = 14942;
UPDATE creature SET spawntimesecs = 180, curhealth = 6500 WHERE id = 7427&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;-- Arathi Basin Battlemaster &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM creature_template WHERE entry = 16711;
DELETE FROM creature WHERE id IN (19855, 19905);
INSERT INTO creature (id, map, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, spawn_position_x, spawn_position_y, spawn_position_z, spawn_orientation, curhealth, curmana, DeathState, MovementType, auras) VALUES
(19855, 0, 0, 0, -1198.507, -2532.533, 22.393, 3.177, 180, 0, 0, -1198.507, -2532.533, 22.393, 3.177, 9700, 0, 0, 0, &#039;&#039;),
(19905, 0, 0, 0, -817.882, -3510.191, 72.733, 3.786, 180, 0, 0, -817.882, -3510.191, 72.733, 3.786, 4200, 0, 0, 0, &#039;&#039;);
UPDATE creature_template SET minhealth = 3500, maxhealth = 3500, npcflag = 2048, faction_A = 1577, faction_H = 1577 WHERE entry = 907;
UPDATE creature_template SET minhealth = 7000, maxhealth = 7000, npcflag = 2048, faction_A = 1577, faction_H = 1577 WHERE entry = 15008;
UPDATE creature_template SET minhealth = 9700, maxhealth = 9700, npcflag = 2048, faction_A = 1577, faction_H = 1577 WHERE entry = 19855;
UPDATE creature_template SET minhealth = 7300, maxhealth = 7300, npcflag = 2048, faction_A = 1577, faction_H = 1577 WHERE entry = 857;
UPDATE creature_template SET minhealth = 6700, maxhealth = 6700, npcflag = 2048, faction_A = 1577, faction_H = 1577 WHERE entry = 20273;
UPDATE creature_template SET minhealth = 12000, maxhealth = 12000, npcflag = 2048, faction_A = 1577, faction_H = 1577 WHERE entry = 20120;
UPDATE creature_template SET minhealth = 3000, maxhealth = 3000, npcflag = 2048, faction_A = 412, faction_H = 412 WHERE entry = 15007;
UPDATE creature_template SET minhealth = 4400, maxhealth = 4400, npcflag = 2048, faction_A = 412, faction_H = 412 WHERE entry = 16694;
UPDATE creature_template SET minhealth = 7000, maxhealth = 7000, npcflag = 2048, faction_A = 412, faction_H = 412 WHERE entry = 20274;
UPDATE creature_template SET minhealth = 4200, maxhealth = 4200, npcflag = 2048, faction_A = 412, faction_H = 412 WHERE entry = 15006;
UPDATE creature_template SET minhealth = 4200, maxhealth = 4200, npcflag = 2048, faction_A = 412, faction_H = 412 WHERE entry = 19905;
UPDATE creature_template SET minhealth = 4100, maxhealth = 4100, npcflag = 2048, faction_A = 412, faction_H = 412 WHERE entry = 12198;
UPDATE creature SET spawntimesecs = 180, curhealth = 3500 WHERE id = 907;
UPDATE creature SET curhealth = 7000 WHERE id = 15008;
UPDATE creature SET spawntimesecs = 180, curhealth = 7300 WHERE id = 857;
UPDATE creature SET curhealth = 6700 WHERE id = 20273;
UPDATE creature SET curhealth = 12000 WHERE id = 20120;
UPDATE creature SET curhealth = 3000 WHERE id = 15007;
UPDATE creature SET curhealth = 4400 WHERE id = 16694;
UPDATE creature SET curhealth = 7000 WHERE id = 20274;
UPDATE creature SET spawntimesecs = 180, curhealth = 4200 WHERE id = 15006;
UPDATE creature SET curhealth = 4100 WHERE id = 12198;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;-- Eye of the Storm Battlemaster &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM creature WHERE id IN (20381, 20385, 20386, 20388);
INSERT INTO creature (id, map, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, spawn_position_x, spawn_position_y, spawn_position_z, spawn_orientation, curhealth, curmana, DeathState, MovementType, auras) VALUES
(20381, 0, 0, 0, -8415.062, 284.552, 120.886, 0.495, 180, 0, 0, -8415.062, 284.552, 120.886, 0.495, 8200, 0, 0, 0, &#039;&#039;),
(20385, 1, 0, 0, 1987.411, -4802.022, 55.820, 2.168, 180, 0, 0, 1987.411, -4802.022, 55.820, 2.168, 7900, 0, 0, 0, &#039;&#039;),
(20386, 0, 0, 0, 1278.476, 285.318, -63.706, 1.267, 180, 0, 0, 1278.476, 285.318, -63.706, 1.267, 7100, 0, 0, 0, &#039;&#039;),
(20388, 1, 0, 0, -1400.021, -95.095, 158.934, 0.289, 180, 0, 0, -1400.021, -95.095, 158.934, 0.289, 9900, 0, 0, 0, &#039;&#039;);
UPDATE creature_template SET minhealth = 8200, maxhealth = 8200, npcflag = 2048, faction_A = 534, faction_H = 534 WHERE entry = 20381;
UPDATE creature_template SET minhealth = 6700, maxhealth = 6700, npcflag = 2048, faction_A = 534, faction_H = 534 WHERE entry = 20362;
UPDATE creature_template SET minhealth = 13000, maxhealth = 13000, npcflag = 2048, faction_A = 534, faction_H = 534 WHERE entry = 20382;
UPDATE creature_template SET minhealth = 6500, maxhealth = 6500, npcflag = 2048, faction_A = 534, faction_H = 534 WHERE entry = 20374;
UPDATE creature_template SET minhealth = 7000, maxhealth = 7000, npcflag = 2048, faction_A = 534, faction_H = 534 WHERE entry = 20383;
UPDATE creature_template SET minhealth = 6700, maxhealth = 6700, npcflag = 2048, faction_A = 83, faction_H = 83 WHERE entry = 20384;
UPDATE creature_template SET minhealth = 9900, maxhealth = 9900, npcflag = 2048, faction_A = 83, faction_H = 83 WHERE entry = 20388;
UPDATE creature_template SET minhealth = 7900, maxhealth = 7900, npcflag = 2048, faction_A = 83, faction_H = 83 WHERE entry = 20385;
UPDATE creature_template SET minhealth = 10000, maxhealth = 10000, npcflag = 2048, faction_A = 83, faction_H = 83 WHERE entry = 20390;
UPDATE creature_template SET minhealth = 7100, maxhealth = 7100, npcflag = 2048, faction_A = 83, faction_H = 83 WHERE entry = 20386;
UPDATE creature SET curhealth = 6700 WHERE id = 20362;
UPDATE creature SET spawntimesecs = 180, curhealth = 13000 WHERE id = 20382;
UPDATE creature SET spawntimesecs = 180, curhealth = 6500 WHERE id = 20374;
UPDATE creature SET spawntimesecs = 180, curhealth = 7000 WHERE id = 20383;
UPDATE creature SET curhealth = 6700 WHERE id = 20384;
UPDATE creature SET curhealth = 10000 WHERE id = 20390;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;-- Warsong Gulch Battlemaster &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;DELETE FROM creature_template WHERE entry IN (17507, 20002);
DELETE FROM creature WHERE id IN (19908, 19910);
INSERT INTO creature (id, map, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, spawn_position_x, spawn_position_y, spawn_position_z, spawn_orientation, curhealth, curmana, DeathState, MovementType, auras) VALUES
(19908, 1, 0, 0, 1434.383, -1856.436, 133.574, 6.200, 180, 0, 0, 1434.383, -1856.436, 133.574, 6.200, 1800, 0, 0, 0, &#039;&#039;),
(19910, 1, 0, 0, 1034.386, -2093.156, 124.765, 4.668, 180, 0, 0, 1034.386, -2093.156, 124.765, 4.668, 1500, 0, 0, 0, &#039;&#039;);
UPDATE creature_template SET minhealth = 7900, maxhealth = 7900, npcflag = 2048, faction_A = 1514, faction_H = 1514 WHERE entry = 20118;
UPDATE creature_template SET minhealth = 7400, maxhealth = 7400, npcflag = 2048, faction_A = 1514, faction_H = 1514 WHERE entry = 14982;
UPDATE creature_template SET minhealth = 6600, maxhealth = 6600, npcflag = 2048, faction_A = 1514, faction_H = 1514 WHERE entry = 20272;
UPDATE creature_template SET minhealth = 3700, maxhealth = 3700, npcflag = 2048, faction_A = 1514, faction_H = 1514 WHERE entry = 14981;
UPDATE creature_template SET minhealth = 2700, maxhealth = 2700, npcflag = 2048, faction_A = 1514, faction_H = 1514 WHERE entry = 2302;
UPDATE creature_template SET minhealth = 1800, maxhealth = 1800, npcflag = 2048, faction_A = 1514, faction_H = 1514 WHERE entry = 19908;
UPDATE creature_template SET minhealth = 1500, maxhealth = 1500, npcflag = 2048, faction_A = 1641, faction_H = 1641 WHERE entry = 19910;
UPDATE creature_template SET minhealth = 7100, maxhealth = 7100, npcflag = 2048, faction_A = 1641, faction_H = 1641 WHERE entry = 20269;
UPDATE creature_template SET minhealth = 3800, maxhealth = 3800, npcflag = 2048, faction_A = 1641, faction_H = 1641 WHERE entry = 3890;
UPDATE creature_template SET minhealth = 3200, maxhealth = 3200, npcflag = 2048, faction_A = 1641, faction_H = 1641 WHERE entry = 10360;
UPDATE creature_template SET minhealth = 1800, maxhealth = 1800, npcflag = 2048, faction_A = 1641, faction_H = 1641 WHERE entry = 16696;
UPDATE creature_template SET minhealth = 2400, maxhealth = 2400, npcflag = 2048, faction_A = 1641, faction_H = 1641 WHERE entry = 2804;
UPDATE creature SET spawntimesecs = 180, curhealth = 7900 WHERE id = 20118;
UPDATE creature SET spawntimesecs = 180, curhealth = 7400 WHERE id = 14982;
UPDATE creature SET curhealth = 6600 WHERE id = 20272;
UPDATE creature SET curhealth = 3700 WHERE id = 14981;
UPDATE creature SET spawntimesecs = 180, curhealth = 2700 WHERE id = 2302;
UPDATE creature SET curhealth = 7100 WHERE id = 20269;
UPDATE creature SET spawntimesecs = 180, curhealth = 3800 WHERE id = 3890;
UPDATE creature SET spawntimesecs = 180, curhealth = 3200 WHERE id = 10360;
UPDATE creature SET curhealth = 1800 WHERE id = 16696;
UPDATE creature SET spawntimesecs = 180, curhealth = 2400 WHERE id = 2804;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:56:18 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=209#p209</guid>
		</item>
		<item>
			<title>SQL для катаклизма</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=208#p208</link>
			<description>&lt;p&gt;Поискал, вот всё что нашел, итемы мобы и т.п. Заливал к себе, ошибок нету.&lt;br /&gt;выкладываю на депозит, у кого вышел лимит ставьте перед ссылкой depositfiles.com ss&lt;/p&gt;
						&lt;p&gt;Ссылка на скачку &lt;a href=&quot;http://depositfiles.com/files/vrmpicr3z&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://depositfiles.com/files/vrmpicr3z&lt;/a&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:54:11 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=208#p208</guid>
		</item>
		<item>
			<title>дЛЯ Фан серверов скрипт</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=207#p207</link>
			<description>&lt;p&gt;Люди вот сделал скрипт на дк для очков талантов.... &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 18em&quot;&gt;&lt;pre&gt;DELETE FROM `creature_questrelation` WHERE `quest` = 5290;     
DELETE FROM `gameobject_questrelation` WHERE `quest` = 5290;     
INSERT INTO `creature_questrelation` (`id`, `quest`) VALUES (29194, 5290);     
UPDATE `creature_template` SET `npcflag`= 2  WHERE `entry` = 29194;     
DELETE FROM `creature_involvedrelation` WHERE `quest` = 5290;     
DELETE FROM `gameobject_involvedrelation` WHERE `quest` = 5290;     
INSERT INTO `creature_involvedrelation` (`id`, `quest`) VALUES (29194, 5290);     
DELETE FROM `quest_template` WHERE `entry` = 5290;     
REPLACE INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `SkillOrClass`, `MinLevel`, `QuestLevel`, `Type`, `RequiredRaces`, `RequiredSkillValue`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `CharTitleId`, `PlayersSlain`, `BonusTalents`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewHonorableKills`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `StartScript`, `CompleteScript`)     
VALUES (5290, 2, 0, 6, 80, 80, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 0, 0, 0, 0, 0, 0, &#039;46 Talantes DK!!!&#039;, 1, 1, 1, 1, 1, 1, 1, 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, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:53:46 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=207#p207</guid>
		</item>
		<item>
			<title>spell_script_target</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=206#p206</link>
			<description>&lt;p&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;51959&#039;,&#039;1&#039;,&#039;28161&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;52908&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;51840&#039;,&#039;1&#039;,&#039;28466&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;52793&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;51152&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;52791&#039;,&#039;1&#039;,&#039;28408&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;54323&#039;,&#039;1&#039;,&#039;29338&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;32087&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;48287&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;46222&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;48345&#039;,&#039;1&#039;,&#039;0&#039;);&lt;br /&gt;insert into `spell_script_target`(`entry`,`type`,`targetEntry`) values ( &#039;59008&#039;,&#039;1&#039;,&#039;0&#039;);&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:53:06 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=206#p206</guid>
		</item>
		<item>
			<title>Фиксы Ульдара</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=205#p205</link>
			<description>&lt;p&gt;Вот 3 фикса ульдара правят раоту босов на 90%&lt;br /&gt;Йогг сарон робит кульно почти как на офе:)&lt;br /&gt;&lt;a href=&quot;http://depositfiles.com/files/zwyecyggf&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;http://depositfiles.com/files/zwyecyggf&lt;/a&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:52:33 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=205#p205</guid>
		</item>
		<item>
			<title>[YTDB]Thunder bluff mailbox</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=204#p204</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 4.5em&quot;&gt;&lt;pre&gt;DELETE FROM gameobject WHERE guid = &#039;157077&#039;;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:52:02 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=204#p204</guid>
		</item>
		<item>
			<title>Фикс двух порталлов у ДК на 3.0.3</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=203#p203</link>
			<description>&lt;p&gt;Теперь я понял что их опять поломало, их кеш всевремя убивает, видимо в кеше там тип 1 стоит.&lt;br /&gt;Вообщем проверьте, почистив кеш: &lt;/p&gt;&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 6em&quot;&gt;&lt;pre&gt;UPDATE `gameobject_template` SET `type` = 6 WHERE `entry` = 191539;
UPDATE `gameobject_template` SET `type` = 6 WHERE `entry` = 191538;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:51:34 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=203#p203</guid>
		</item>
		<item>
			<title>ФикСы на Дк в зоне Дк на 3.1.3</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=202#p202</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 35em&quot;&gt;&lt;pre&gt;update quest_template set questflags=0, ReqCreatureOrGoid1=0, ReqCreatureOrGoid2=0, ReqCreatureOrGoid3=0, ReqCreatureOrGoid4=0, ReqCreatureOrGoCount1=0, ReqCreatureOrGoCount2=0, ReqCreatureOrGoCount3=0, ReqCreatureOrGoCount4=0 where entry=12641;
update creature_template set faction_A=122, faction_H=122 where entry=29611;
update creature_template set faction_A=126, faction_H=126 where entry=4949;
insert into creature_ai_scripts values
(&#039;2855701&#039;,&#039;28557&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28763&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Peasant - Quest Kill Credit&#039;),
(&#039;2857601&#039;,&#039;28576&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28764&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Citizen of Havenshire - Quest Kill Credit&#039;),
(&#039;2857701&#039;,&#039;28577&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28764&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Citizen of Havenshire - Quest Kill Credit&#039;),
(&#039;2860801&#039;,&#039;28608&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28763&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Medic - Quest Kill Credit&#039;),
(&#039;2860901&#039;,&#039;28609&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28763&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Infantryman - Quest Kill Credit&#039;),
(&#039;2861001&#039;,&#039;28610&#039;,&#039;8&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;52781&#039;,&#039;-1&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;1&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - Set Phase 1 on Spell Hit&#039;),
(&#039;2861002&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;510&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;31&#039;,&#039;2&#039;,&#039;8&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - Random In-Combat Say (Phase 1)&#039;),
(&#039;2861003&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-555&#039;,&#039;0&#039;,&#039;0&#039;,&#039;20&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;18&#039;,&#039;2&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say (Phase 2)&#039;),
(&#039;2861004&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;5000&#039;,&#039;5000&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-556&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say (Phase 2)&#039;),
(&#039;2861005&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;14000&#039;,&#039;14000&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-557&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say (Phase 2)&#039;),
(&#039;2861006&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;20000&#039;,&#039;20000&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-558&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say (Phase 2)&#039;),
(&#039;2861007&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;30000&#039;,&#039;30000&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-559&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say (Phase 2)&#039;),
(&#039;2861008&#039;,&#039;28610&#039;,&#039;6&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;31500&#039;,&#039;34000&#039;,&#039;0&#039;,&#039;0&#039;,&#039;26&#039;,&#039;12720&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - Quest Event on Death (Phase 2)&#039;),
(&#039;2861009&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;509&#039;,&#039;100&#039;,&#039;0&#039;,&#039;32000&#039;,&#039;32000&#039;,&#039;0&#039;,&#039;0&#039;,&#039;37&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - Die (Phase 2)&#039;),
(&#039;2861010&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;507&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-560&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say and Set Phase 0 (Phase 3)&#039;),
(&#039;2861011&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;503&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-561&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say and Set Phase 0 (Phase 4)&#039;),
(&#039;2861012&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;495&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-562&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say and Set Phase 0 (Phase 5)&#039;),
(&#039;2861013&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;479&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-563&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say and Set Phase 0 (Phase 6)&#039;),
(&#039;2861014&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;447&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-564&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say and Set Phase 0 (Phase 7)&#039;),
(&#039;2861015&#039;,&#039;28610&#039;,&#039;0&#039;,&#039;383&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;1&#039;,&#039;-565&#039;,&#039;0&#039;,&#039;0&#039;,&#039;22&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - In-Combat Say and Set Phase 0 (Phase 8)&#039;),
(&#039;2861016&#039;,&#039;28610&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28984&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Marksman - Quest Kill Credit&#039;),
(&#039;2861101&#039;,&#039;28611&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28763&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Captain - Quest Kill Credit&#039;),
(&#039;2883401&#039;,&#039;28834&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28849&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Fleet Defender - Quest Kill Credit&#039;),
(&#039;2885601&#039;,&#039;28856&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28849&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Fleet Guardian - Quest Kill Credit&#039;),
(&#039;2893601&#039;,&#039;28936&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28984&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Commander - Quest Kill Credit&#039;),
(&#039;2893901&#039;,&#039;28939&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28984&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Preacher - Quest Kill Credit&#039;),
(&#039;2894001&#039;,&#039;28940&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28984&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scarlet Crusader - Quest Kill Credit&#039;),
(&#039;2894101&#039;,&#039;28941&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28986&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Citizen of New Avalon - Quest Kill Credit&#039;),
(&#039;2894201&#039;,&#039;28942&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;28986&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Citizen of New Avalon - Quest Kill Credit&#039;),
(&#039;2910201&#039;,&#039;29102&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;29150&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Hearthglen Crusader - Quest Kill Credit&#039;),
(&#039;2910301&#039;,&#039;29103&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;29150&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Hearthglen Crusader - Quest Kill Credit&#039;),
(&#039;3109501&#039;,&#039;31095&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;31100&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Valkyr Battle-maiden - Quest Kill Credit&#039;),
(&#039;3109601&#039;,&#039;31096&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;31100&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Scourge Necromancer - Quest Kill Credit&#039;),
(&#039;3109801&#039;,&#039;31098&#039;,&#039;6&#039;,&#039;0&#039;,&#039;100&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;33&#039;,&#039;31100&#039;,&#039;6&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;0&#039;,&#039;Terrifying Abomination - Quest Kill Credit&#039;);
UPDATE `creature_template` SET `AIName`=&#039;EventAI&#039; WHERE `entry` IN (28557,28576,28577,28608,28609,28610,28611,28834,28856,28936,28939,28940,28941,28942,29102,29103,31095,31096,31098);
UPDATE `creature_template` SET `ScriptName`=&#039;&#039; WHERE (`ScriptName`=&#039;generic_creature&#039; AND `AIName`=&#039;EventAI&#039;);&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:50:49 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=202#p202</guid>
		</item>
		<item>
			<title>Фикс &quot;StatsCount&quot; колонки для всех предметов.</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=201#p201</link>
			<description>&lt;div class=&quot;code-box&quot;&gt;&lt;strong class=&quot;legend&quot;&gt;Код:&lt;/strong&gt;&lt;div class=&quot;blockcode&quot;&gt;&lt;div class=&quot;scrollbox&quot; style=&quot;height: 18em&quot;&gt;&lt;pre&gt;UPDATE `item_template` SET `StatsCount`=1 WHERE `stat_type1`&amp;gt;0 AND `stat_value1`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=2 WHERE `stat_type2`&amp;gt;0 AND `stat_value2`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=3 WHERE `stat_type3`&amp;gt;0 AND `stat_value3`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=4 WHERE `stat_type4`&amp;gt;0 AND `stat_value4`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=5 WHERE `stat_type5`&amp;gt;0 AND `stat_value5`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=6 WHERE `stat_type6`&amp;gt;0 AND `stat_value6`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=7 WHERE `stat_type7`&amp;gt;0 AND `stat_value7`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=8 WHERE `stat_type8`&amp;gt;0 AND `stat_value8`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=9 WHERE `stat_type9`&amp;gt;0 AND `stat_value9`&amp;gt;0;
UPDATE `item_template` SET `StatsCount`=10 WHERE `stat_type10`&amp;gt;0 AND `stat_value10`&amp;gt;0;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;если не понял что это такое Обяснение в низу читайте&lt;br /&gt;Этот Фикс придназначен для того чтобы в игре отображались характеристики на предмета&lt;br /&gt;Кому помог Ставь +1 не буть жаденой&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:50:03 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=201#p201</guid>
		</item>
		<item>
			<title>Разница между фиксами и патчами!</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=200#p200</link>
			<description>&lt;p&gt;Значит так! Люди мне и другим модерам(уверен) реально уже надоело убираться за вами! Ибо вы не знаете различий между ФИКСОМ и ПАТЧЕМ!&lt;br /&gt;Объясняю для тех, кто в танке.&lt;br /&gt;Фикс - это исправление базы данных или ядра сервера. Например: фикс бага в квесте/скиле/таланте - исправление неработающих или не правильно работающих талантов.&lt;br /&gt;Патч - это дополнение для ядра или базы данных сервера. Например: патч для прописывания всем лвла при создании перса, патч нейтральности зоны и тому подобное.&lt;br /&gt;Помните! Не знание этого не освобождает от ответственности!&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:47:37 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=200#p200</guid>
		</item>
		<item>
			<title>Локальные Правила</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=199#p199</link>
			<description>&lt;p&gt;Вступление:&lt;/p&gt;
						&lt;p&gt;Незнание правил не освобождает от необходимости их выполнения.&lt;br /&gt;Отправка любого сообщения на форум автоматически означает Ваше согласие с настоящими правилами и с необходимостью их выполнения.&lt;/p&gt;
						&lt;p&gt;Хочу вам напомнить несколько пунктов из основных правил:&lt;/p&gt;
						&lt;p&gt;Запрещено создание тем с названиями по типу: хелп, помогите и т.п. не дающие объяснения содержания&lt;br /&gt;Запрещен флуд, спам, повторение бессмысленных выражений, многократное дублирование фрагмента текста. Так же модератор может расценить за флуд такие сообщения: “Спс”, “Помогло”, “Благодарен” и т.п. Если вы хотите отблагодарить пользователя, сделайте это в репутацию&lt;br /&gt;Запрещено сознательное пренебрежение правилами русского языка, большое количество грамматических ошибок и жаргонных слов, злоупотребление транслитом (латиницей), написание слов с использованием CAPS LOCK (заглавных букв).&lt;br /&gt;Запрещена реклама в любом виде. Даже такая: “Эй пипл, проверьте мой сайт/cервер - 127.0.0.1”&lt;br /&gt;Перед созданием новой темы убедитесь, что вы создаете её в форуме соответствующей тематики, а также постарайтесь убедиться в том, что данный вопрос не обсуждался ранее. В случае, если ваша тема будет размещена не в том разделе форума или она будет &amp;quot;дубликатом&amp;quot;, расцениваться это будет как нарушение основных правил создания тем.&lt;br /&gt;Запрещено создание одинаковых тем в разных разделах или дублирование закрытых тем. Если ваша тема куда-то испарилась, посмотрите ее в корзине и подумайте стоить ли еще раз писать на этом форуме.&lt;br /&gt;Запрещено просить оказать информационную помощь вне форума (icq, skype, email) без весомых причин.&lt;/p&gt;
						&lt;p&gt;Локальные правила раздела “Фиксы к Mangos”&lt;/p&gt;
						&lt;p&gt;Данный раздел предназначен, исключительно для опубликования Фиксов. Если ваша тема будет иметь иную тематику, она может быть удаленна или перемещена в соответствующий раздел, а вы наказаны.&lt;br /&gt;Реклама своих услуг категорический запрещена.&lt;br /&gt;Весь текст патча должен находиться в тегах &lt;br /&gt;Обязательно должно быть четкое описания патча - ревизия, что исправляет, ссылка на вовхеад&lt;br /&gt;В данном разделе не приветствуется копипаст и нарушение авторских прав.&lt;/p&gt;
						&lt;p&gt;&lt;span style=&quot;font-size: 20px&quot;&gt;&lt;a href=&quot;https://exstreme.0pk.me/viewtopic.php?id=200&quot;&gt;читать тут в чем разница патчей и&amp;#160; фиксов&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:47:01 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=199#p199</guid>
		</item>
		<item>
			<title>Рисовки(до 300к) [10] [10]</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=198#p198</link>
			<description>&lt;p&gt;Предупреждаю сразу&lt;br /&gt;. Эти рисовки преднозначены для Админестраторов серверов которые хотят сделать сервер с рисовки , с Дисбалансом!&lt;br /&gt;Скринов нету Т.к На компьютере Нету готовой сборки!&lt;br /&gt;Скачать рисовки 300к (Можно использовать как донат) &lt;br /&gt;&lt;a href=&quot;http://www.getzilla.net/files/572891/risovki_300k.rar.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;скачать&lt;/a&gt;&lt;/p&gt;
						&lt;p&gt;Шмот 50к ( Можно сделать за ап) &lt;br /&gt;&lt;a href=&quot;http://www.getzilla.net/files/572893/50k_k_statam.rar.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;скачать&lt;/a&gt;&lt;/p&gt;
						&lt;p&gt;Шмот 40к ( Можно сделать за Хонор)&lt;br /&gt;&lt;a href=&quot;http://www.getzilla.net/files/572896/40k_k_statam.rar.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;скачать&lt;/a&gt;&lt;/p&gt;
						&lt;p&gt;Шмот 15к ( Можно сделать начальный сет) &lt;br /&gt;&lt;a href=&quot;http://www.getzilla.net/files/572895/shmot_15k.rar.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;скачать&lt;/a&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:44:49 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=198#p198</guid>
		</item>
		<item>
			<title>рисовки с бешенными статами</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=197#p197</link>
			<description>&lt;p&gt;Простите если повторяю тему!!!&lt;br /&gt;Статы рисовкок:&lt;br /&gt;20к&lt;br /&gt;95к&lt;br /&gt;150к&lt;br /&gt;Жесть рисовки))) &lt;br /&gt;&lt;a href=&quot;http://www.getzilla.net/files/578839/set.rar.html&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;скачать&lt;/a&gt;&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:42:56 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=197#p197</guid>
		</item>
		<item>
			<title>Здесь не стол заказов</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=196#p196</link>
			<description>&lt;p&gt;Авторы тем ЗАКАЗ НА СУПЕР РИСОВКИ А10 будут получать банан и удаление темы&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:42:12 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=196#p196</guid>
		</item>
		<item>
			<title>Важная информация</title>
			<link>https://exstreme.0pk.me/viewtopic.php?pid=195#p195</link>
			<description>&lt;p&gt;Вступление:&lt;/p&gt;
						&lt;p&gt;Незнание правил не освобождает от необходимости их выполнения.&lt;br /&gt;Отправка любого сообщения на форум автоматически означает Ваше согласие с настоящими правилами и с необходимостью их выполнения.&lt;/p&gt;
						&lt;p&gt;Хочу вам напомнить несколько пунктов из основных правил:&lt;/p&gt;
						&lt;p&gt;Запрещено создание тем с названиями по типу: хелп, помогите и т.п. не дающие объяснения содержания&lt;br /&gt;Запрещен флуд, спам, повторение бессмысленных выражений, многократное дублирование фрагмента текста. Так же модератор может расценить за флуд такие сообщения: “Спс”, “Помогло”, “Благодарен” и т.п. Если вы хотите отблагодарить пользователя, сделайте это в репутацию&lt;br /&gt;Запрещено сознательное пренебрежение правилами русского языка, большое количество грамматических ошибок и жаргонных слов, злоупотребление транслитом (латиницей), написание слов с использованием CAPS LOCK (заглавных букв).&lt;br /&gt;Запрещена реклама в любом виде. Даже такая: “Эй пипл, проверьте мой сайт/cервер - 127.0.0.1”&lt;br /&gt;Перед созданием новой темы убедитесь, что вы создаете её в форуме соответствующей тематики, а также постарайтесь убедиться в том, что данный вопрос не обсуждался ранее. В случае, если ваша тема будет размещена не в том разделе форума или она будет &amp;quot;дубликатом&amp;quot;, расцениваться это будет как нарушение основных правил создания тем.&lt;br /&gt;Запрещено создание одинаковых тем в разных разделах или дублирование закрытых тем. Если ваша тема куда-то испарилась, посмотрите ее в корзине и подумайте стоить ли еще раз писать на этом форуме.&lt;br /&gt;Запрещено просить оказать информационную помощь вне форума (icq, skype, email) без весомых причин.&lt;/p&gt;
						&lt;p&gt;Локальные правила раздела “Патчи в Базу Mangos”&lt;/p&gt;
						&lt;p&gt;Данный раздел предназначен, исключительно для опубликования Патчей в Базу, а не для их требования и прочих вопросов по установке, работе и т.п. Если ваша тема будет иметь иную тематику, она может быть удаленна или перемещена в соответствующий раздел, а вы наказаны.&lt;br /&gt;Реклама своих услуг категорический запрещена.&lt;br /&gt;Весь код патча должен находиться в тегах &lt;br /&gt;Обязательно должно быть четкое описания патча - для какой базы патч, что исправляет, ссылка на вовхеад&lt;br /&gt;Здесь не раздел хелпа&lt;/p&gt;
						&lt;p&gt;Сроки и наказания за выше перечисленные правила&lt;/p&gt;
						&lt;p&gt;Модератор в праве сам устанавливать сроки наказания за выше перечисленные правила.&lt;/p&gt;</description>
			<author>mybb@mybb.ru (Andrqha)</author>
			<pubDate>Sun, 07 Aug 2011 15:41:38 +0400</pubDate>
			<guid>https://exstreme.0pk.me/viewtopic.php?pid=195#p195</guid>
		</item>
	</channel>
</rss>
