USE SRO_VT_SHARD
DECLARE @UNIQUE VARCHAR (129)
DECLARE @CHARNAME VARCHAR (64)
DECLARE @mindealy INT
DECLARE @maxdelay int
DECLARE @INITRADIUS INT
DECLARE @RADIUS int
DECLARE @MAXNEST int = (SELECT MAX (dwNestID) FROM Tab_RefNest)+1
DECLARE @MAXHIVE int = (SELECT MAX (dwHiveID) FROM Tab_RefHive)+1
DECLARE @MAXTACTICS int = (SELECT MAX (dwTacticsID) FROM Tab_RefTactics)+1
SET @UNIQUE = 'MOB_JUPITER_YUNO' -- Unique Code
SET @CHARNAME = 'mneam001=[GM]alexandria' -- Character Name
SET @mindealy = 60 -- Seconds before the minimum period of time appears
SET @maxdelay = 120 -- Appears seconds before the maximum time
SET @INITRADIUS = 100 -- Unique appears around the spot
SET @RADIUS = 500 -- Unique moves up in the spot (area) around the
التعديل الأخير تم بواسطة ღ♥Alexandria♥ღ ; 10-01-2013 الساعة 10:36 PM