Tab.RefNest

Results 1 to 3 of 3
  1. #1
    Apprentice dracula2 is offline
    MemberRank
    Apr 2012 Join Date
    24Posts

    ! Tab.RefNest

    how i can find mob in Tab._RefNest !!


  2. #2
    Xeulin™ Showtek is offline
    MemberRank
    Nov 2011 Join Date
    UKLocation
    264Posts

    Re: Tab.RefNest

    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 :)

  3. #3
    Apprentice dracula2 is offline
    MemberRank
    Apr 2012 Join Date
    24Posts

    Re: Tab.RefNest

    Thanks Boss



Advertisement