dynamis xarc

vergotear
Posts: 5
Joined: Wed Apr 03, 2013 5:17 pm

Re: dynamis xarc

Post by vergotear » Tue Jul 16, 2013 9:59 pm

Ok, found out why TE43, 60 & 150, as well as HP statue 112 weren't popping.
Vanguard_Eye.lua was expecting and calling MobIDs from Dynamis - Beaucedine. Copy/Paste anyone? Also formula for TE150 gives a 91 result, but script was waiting for a 63. Finally some of the statues had the wrong groupid in the database and popped as eyes.
attached patch for vanguard_eye.lua

and change for the statues in database

Code: Select all

UPDATE mob_spawn_points
SET groupid=7235
WHERE mobid=17330830;
UPDATE mob_spawn_points
SET groupid=7189
WHERE mobid=17330814;
Attachments
Vanguard_Eye.lua.patch
(1.46 KiB) Downloaded 314 times

Post Reply