Skip to content

Commit

Permalink
[ACID] Ghostlands - Amani Pass rework (#1236)
Browse files Browse the repository at this point in the history
* Start rework of amani pass in gostlands,

correct some spawn coords
add missing budd's bodyguard
correct garg waypoint + rp

* add samir waypoints, correct provisioner ameenah spawn

* add prigmont movement

* Add budd'S bodguard waypoints and finish first session

* add donna brascoe, budd nedreck, kurzel and turgore spawns/waypoints

* add some more spawn corrections

* clean up file a bit and add first part of marge chasing rp with morgom

* add more roleplay

* Add brend chasing rp

* correct timers now

* small corrections for chase rp

* correct 1 catlord corpse that should be a hexxer corpse

* add multiple zul aman exterior invis man used for some rps

* Rename 0520_amani_pass.sql to 0527_amani_pass.sql
  • Loading branch information
miraco authored Dec 28, 2024
1 parent b3b2b60 commit 78282be
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 2 deletions.
23 changes: 21 additions & 2 deletions ACID/acid_tbc.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3529,8 +3529,27 @@ INSERT INTO `creature_ai_scripts` (`id`,`creature_id`,`event_type`,`event_invers
-- Kurzel (23748) - NSR
-- Prigmon (23761) - NSR
-- Brend (23762) - NSR
-- Marge (23764) - NSR
-- Morgom (23766) - NSR
('2376201','23762','8','0','100','0','42333','-1','0','0','0','0','47','7','0','0','0','0','0','0','0','0','0','0','Morgom - Set Standstate on SpellHit'),
('2376202','23762','11','0','100','0','0','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Brend - Set Phase 1 OnSpawn'),
('2376203','23762','1','5','100','1','8000','12000','8000','12000','0','0','10','1','11','92','0','0','0','0','0','0','0','0','Brend - Play RandomEmote (Phase 1)'),
('2376204','23762','30','28','100','1','5','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Brend - Set Phase 0 on ReceiveEventAI A'),
('2376205','23762','30','0','100','1','6','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Brend - Set Phase 1 on ReceiveEventAI B'),
-- Marge (23764)
-- On Spawn Bottle is equiped so we can throw torch or start rp with morgom/brend
('2376401','23764','11','0','100','0','0','0','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Marge - Set Phase 2 OnSpawn'),
('2376402','23764','30','0','100','1','5','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 1 on ReceiveEventAI A'),
('2376403','23764','30','0','100','1','6','0','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 2 on ReceiveEventAI B'),
('2376404','23764','30','0','100','1','8','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 0 on ReceiveEventAI C'),
('2376405','23764','1','5','100','1','8000','12000','8000','12000','0','0','53','-10301','0','0','0','0','0','0','0','0','0','0','Marge - Start RandomScript (Phase 1)'),
('2376406','23764','1','3','100','1','8000','12000','8000','12000','0','0','53','-10302','0','0','0','0','0','0','0','0','0','0','Marge - Start RandomScript (Phase 2)'),
-- Morgom (23766)
('2376601','23766','8','0','100','0','42333','-1','0','0','0','0','47','7','0','0','0','0','0','0','0','0','0','0','Morgom - Set Standstate on SpellHit'),
('2376602','23766','11','0','100','0','0','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Morgom - Set Phase 1 OnSpawn'),
('2376603','23766','30','0','100','1','5','0','0','0','0','0','22','1','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 1 on ReceiveEventAI A'),
('2376604','23766','30','0','100','1','6','0','0','0','0','0','22','2','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 2 on ReceiveEventAI B'),
('2376605','23766','30','0','100','1','8','0','0','0','0','0','22','0','0','0','0','0','0','0','0','0','0','0','Morgom - SetPhase 0 on ReceiveEventAI C'),
('2376606','23766','1','5','100','1','8000','12000','8000','12000','0','0','53','-10310','0','0','0','0','0','0','0','0','0','0','Morgom - RandomScript (Phase 1)'),
('2376607','23766','1','3','100','1','8000','12000','8000','12000','0','0','53','-10311','0','0','0','0','0','0','0','0','0','0','Morgom - RandomScript (Phase 2)'),
-- Donna Brascoe (23858) - NSR
-- Kiz Coilspanner (24851) - NSR
-- Budd\'s Bodyguard 25145
Expand Down
Loading

0 comments on commit 78282be

Please sign in to comment.