Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Tab.RefNest

Experienced Elementalist
Joined
Nov 9, 2011
Messages
264
Reaction score
54
I will write you 2 commands.

1st:

Code:
USE SRO_VT_SHARD
GO
SELECT*FROM Tab_RefTactics
WHERE dwObjID = '1933' --- your mob ID from refobjcommon.

2nd:

Code:
USE SRO_VT_SHARD
GO
SELECT*FROM Tab_RefNest
WHERE dwTacticsID = '1' --- your dwTacticsID from Tab_RefTactics which you get from 1st command.

now you will see your mob line in refnest :)
 
Upvote 0
Back
Top