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;