Please Follow this thread, this topic OUTDATE and it have alot of wrong information
[Only registered and activated users can see links. Click Here To Register...]
Well as you can read from the topic title
[Only registered and activated users can see links. Click Here To Register...]
Well as you can read from the topic title
lets start
===============================================
open [ SRO_VT_SHARD ==> Tab_RefNest ]
put those information !
dwHiveID = Don't know
dwTacticsID = monster ID
nRegionDBID = LatestRegion (For Example Jangan = 25000) you can find all of the regions in the _char table [LatestRegion table]
fLocalPosX= PosX | fLocalPosY= PosY | fLocalPosZ= PosZ [ Don't ask ]
wInitialDir = don't know what is it !
nRadius = the same as above
nGenerateRadius = same
nChampionGenPercentage = the same
dwDelayTimeMin=Mini-delay time | dwDelayTimeMax= max-delay time
dwMaxTotalCount= Multi spawn [in the server start]
btFlag = don't know
btRespawn= Respawn count during the server work
btType = don't know
Created by me Hope it help !
PHP Code:
USE [SRO_VT_SHARD]
UPDATE Tab_RefNest SET nRegionDBID= LatestRegion, fLocalPosX= PosX , fLocalPosY= PosY ,fLocalPosZ= PosZ ,dwDelayTimeMin=Mini-delay time,dwDelayTimeMax= max-delay time, dwMaxTotalCount= Multi spawn , btRespawn= Respawn count
- nRegionDBID= LatestRegion (For Example Jangan = 25000) you can find all of the regions in the _char table [LatestRegion table]
- fLocalPosX= PosX | fLocalPosY= PosY | fLocalPosZ= PosZ [ Don't ask ]
- dwDelayTimeMin=Mini-delay time | dwDelayTimeMax= max-delay time
- dwMaxTotalCount= Multi spawn [in the server start]
- btRespawn= Respawn count during the server work
For Example (its not working~ just to explain) !
This will spawn all uniqes @ 1 place and 5x Time every 300~500 sec from the death
This will spawn all uniqes @ 1 place and 5x Time every 300~500 sec from the death
PHP Code:
USE [SRO_VT_SHARD]
UPDATE Tab_RefNest SET nRegionDBID= 25000, fLocalPosX= 1073 , fLocalPosY= 5 ,fLocalPosZ= 1068 ,dwDelayTimeMin=300,dwDelayTimeMax= 500, dwMaxTotalCount= 5, btRespawn= 5
How to add new Uniqe Spawn !
open [ SRO_VT_SHARD ==> Tab_RefNest ]
put those information !
dwHiveID = Don't know
dwTacticsID = monster ID
nRegionDBID = LatestRegion (For Example Jangan = 25000) you can find all of the regions in the _char table [LatestRegion table]
fLocalPosX= PosX | fLocalPosY= PosY | fLocalPosZ= PosZ [ Don't ask ]
wInitialDir = don't know what is it !
nRadius = the same as above
nGenerateRadius = same
nChampionGenPercentage = the same
dwDelayTimeMin=Mini-delay time | dwDelayTimeMax= max-delay time
dwMaxTotalCount= Multi spawn [in the server start]
btFlag = don't know
btRespawn= Respawn count during the server work
btType = don't know
Created by me Hope it help !