Nice, but are we able to edit the warp locations? Morph effects?
Just asking a I haven't ran the query yet or copied over the dll's
NV
Edit
Ok, ran the query and had to edit the second line to read:
Code:
insert into `creature_names` (`entry`, `name`, `subname`, `info_str`, `Flags1`, `type`, `family`, `rank`, `unk4`, `spelldataid`, `male_displayid`, `female_displayid`, `male_displayid2`, `female_displayid2`, `unknown_float1`, `unknown_float2`, `civilian`, `leader`) values('32060','Mr Morph','Moulder of Subatomic particles','0','1','0','0','0','0','0','22351','0','0','0','12','1',NULL,NULL);
As your sql had mouseFlags instead of info_str (4th column entry)
Also get a version mismatch on porter1 and 2 and just an error on pepsi1x1morph.dll
NV