Quote:
Originally Posted by srothanglong
Hello experts.
I have 1 suggested question.
How to make unique appear randomly?
For example Unique Tiger Woman appears. It spawned at random locations on the map that weren't exactly 1 from the character we specified.
How to solve the problem to add any Unique 1 at the point that we mark as the reverse shift point?   
|
First of all take a look at Tiger Girl
PHP Code:
USE [SRO_VT_SHARD]
SELECT[*] FROM [dbo].[Tab_RefNest] WHERE dwTacticsID IN
( SELECT [dwTacticsID] FROM [dbo].[Tab_RefTactics] WHERE dwObjID IN
(select ID from _RefObjCommon where CodeName128 like 'MOB_CH_TIGERWOMAN') )
You'll see that she has MANY spawn points designated at certain times.
Between 10800 seconds (3 hours) to 21600 seconds (6 hours).
My assumption in order to add any unique monster at 1 designated point you should
Once you are done understanding that, take a look at
The result I got from following the tutorial above:
Make sure your textdata_obj.txt is configured properly in order to display the name of the zone.
SN_ZONE_123 Lv.90 Blizzard, for example
You can copy the SN_ZONE from other regions to see how it is placed in the textdata_obj.txt