Quote:
Originally Posted by smokevl
Hello i need small help with smothing i dont know how to set a boss to respawn in apolune/iris every 7 hr .Like Kimu to respawn in apolune every 7 hr
Please help. 
|
At first you need to open Obelisk.ini, you find it in C:\ShaiyaServer\SERVER\PSM_Client\Bin\Data
now scroll down to the end..
There are standing something like this:
Code:
[bothmob_027, (67, 1, 54000, (100,2000))] = (315.66, 2.2, 81),(2469)
to make new one you write this: (at the end)
Code:
/////////////////////////////////////////////////////////////////////////////////
----------- Kimuraku in Apu-----------
[bothmob_028, (35, 1, 25200, (35,2000))] = (??1, ??2, ??3),(835)
At bothmob_028 you must write the next number. ( My last number was 027, so i must write 028 )
(35, 1, 25200, (35,2000)) =
First 35 = MapID (Apulune = /cmove 35)
1 = Count
25200 = Respawntime ( 25200 = 7 Hour [7 * 60 * 60 = 25200 ])
Second 35 = MapID
2000 = PortalID
??1 = X Coordinates
??2 = Y Coordinates
??3 = Z Coordinates
( You can find this cordinates, when you are playing > press "H" and in the left corner you can see the coordinates )
835 = MobID ( Kimuraku = 835)