What's new

QUEST Surrender or Else!

SR-Viper

Verified Member
23
2017
0
NPC is missing.
Factionid is wrong.

http://cata-shoot.tauri.hu/?npc=38448
http://cata-shoot.tauri.hu/?quest=24868

Fix:

Creature_template Factionid
UPDATE `creature_template` SET `faction_A`='1771', `faction_H`='1771' WHERE `entry`='38448';

creature spawn
INSERT INTO `creature` (`guid`, `id`, `map`, `zone`, `area`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `walkmode`) VALUES ('915951', '38448', '648', '4720', '4876', '1', '65535', '0', '0', '139.764', '1936.81', '7.10497', '0.0602246', '20', '0', '0', '156', '0', '0', '0', '0', '0', '0');
 

eyerobot

Gold Supporter
Superior Member
916
2015
24
Location
Barryton Michigan USA
This guy is actually spawned via a script, So he should be missing. So far as his faction, Tauri has him listed as 14 monster. And wowhead is useless, So i have no idea about that. But more than likely his faction is probably set by that same script.
 
Top