Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Scripts: Fix banana event schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
AriDEV3 committed Dec 16, 2023
1 parent 4b883fe commit a83551b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions sql/updates/world/2023_12_16_world_00.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ DELETE FROM `creature_text` WHERE `entry`=56637;
INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES
(56637, 0, 0, 'Me gonna ook you in the dooker!', 14, 0, 100, 0, 0, 28796, 'Ook-Ook YELL_AGGRO'),
(56637, 1, 0, 'Ook! Oooook!!', 14, 0, 100, 0, 0, 28797, 'Ook-Ook YELL_DEATH'),
(56637, 2, 0, 'In the dooker!', 14, 0, 100, 0, 0, 28799, 'Ook-Ook YELL_KILL');
(56637, 2, 0, 'In the dooker!', 14, 0, 100, 0, 0, 28799, 'Ook-Ook YELL_KILL'),
(56637, 3, 0, 'Get Ooking party started!', 14, 0, 100, 0, 0, 28800, 'Ook-Ook YELL_SPELL1'),
(56637, 4, 0, 'Come on and get your Ook on!', 14, 0, 100, 0, 0, 28801, 'Ook-Ook YELL_SPELL2'),
(56637, 5, 0, 'We gonna Ook all night!', 14, 0, 100, 0, 0, 28802, 'Ook-Ook YELL_SPELL3');



Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class boss_ook_ook : public CreatureScript
SpellTalkId++;
}

events.ScheduleEvent(EVENT_GROUND_POUND, DUNGEON_MODE(12000, 7000));
events.ScheduleEvent(EVENT_BANANA_AURA, DUNGEON_MODE(12000, 7000));
break;
}
default:
Expand Down

0 comments on commit a83551b

Please sign in to comment.