Removing uniques

08/08/2013 06:40 carmenjason#1
Hello, I want to remove these uniques from the game system .. or change their x and y spawn .. I want to change their spawn points
cuz they appear next to jangan atm.

[Only registered and activated users can see links. Click Here To Register...]
08/10/2013 20:36 flozz#2
tab_RefNest, search for unique dwObjID in Tab_RefTactics (ID from refobjcommon), check dwTacticsID and find the same dwTacticsID in tab_RefNest table.
To remove them, just delete lines from tab_RefNest, to change cords - change nRegionDBID, fLocalPosX, fLocalPosY, fLocalPosZ.