Advertisement
nimzo_asc

flame throwing fix finallly

Aug 24th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=811101;
  2. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=812353 AND `SourceId`=0 AND `ElseGroup`=1 AND `ConditionTypeOrReference`=1 AND `ConditionTarget`=0 AND `ConditionValue1`=811101 AND `ConditionValue2`=0 AND `ConditionValue3`=0 AND `NegativeCondition`=1 AND `ErrorType`=0 AND `ErrorTextId`=0 AND `ScriptName`='' AND `Comment`='Flame Throwing icd r2';
  3. INSERT INTO `conditions` VALUES (17, 0, 812353, 0, 1, 1, 0, 811101, 0, 0, 1, 0, 0, '', 'Flame Throwing icd r2');
  4. DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=811100 AND `SourceId`=0 AND `ElseGroup`=0 AND `ConditionTypeOrReference`=1 AND `ConditionTarget`=0 AND `ConditionValue1`=811101 AND `ConditionValue2`=0 AND `ConditionValue3`=0 AND `NegativeCondition`=1 AND `ErrorType`=0 AND `ErrorTextId`=0 AND `ScriptName`='' AND `Comment`='Flame Throwing icd r1';
  5. INSERT INTO `conditions` VALUES (17, 0, 811100, 0, 0, 1, 0, 811101, 0, 0, 1, 0, 0, '', 'Flame Throwing icd r1');
  6.  
  7. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-811100 AND `spell_effect`=811101 AND `type`=0;
  8. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-812353 AND `spell_effect`=811101 AND `type`=0;
  9.  
  10. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-811101 AND `spell_effect`=812353 AND `type`=0;
  11. INSERT INTO `spell_linked_spell` VALUES (-811101, 812353, 0, 'Flame Throwing r2 reapply');
  12. DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-811101 AND `spell_effect`=811100 AND `type`=0;
  13. INSERT INTO `spell_linked_spell` VALUES (-811101, 811100, 0, 'Flame Throwing r1 reapply');
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement