[help] Multiple Respawn Locations L2J 

Junior Spellweaver
Joined
Mar 9, 2007
Messages
111
Reaction score
0
Location
Netherlands
Hi guys,

I've come across another (minor) problem. I've made Hunter Village a PvP zone, and there are a few bugs. First of all, if you die outside town, you cannot go to the nearest town. This is solvable by making a small piece of town infront of the real village, but thats not the best sollution. Second is that if you die in town and then go to the nearest town, back to Hunter Village, you respawn at only 1 location and that attracts alot of spawn killing. So my question is how to respawn from outside HV into HV and how to make multiple respawn locations.

-=Sjikke=-

PS: I've tried putting in more locs in the Zone table, but it only picks the first one, not one at random.
 
Thanks :D
btw this is what I did with the Zone table:

DELETE FROM zone WHERE name='Hunter Village';
INSERT INTO zone VALUES
('11','Arena','Hunter Village','121308','73941','114667','80383','0','5' ),
('11','Arena Spawn','Hunter Village','117163','76511','0','0','-2712','0'),
('9','Underground','Hunter Village','1234573','68112','98542','92245','-6000','0');

And then you only spawn at the arena spawnpoint, and as I said, on death outside the town you cannot return since it is not a Town with a Town Spawn anymore. Maybe it is possible so edit somethings in the java code? for both errors? make an exception for HV or something?
I thought maybe an exception, like the one that handles "the Town is PvP during siege" option.
 
Last edited:
Upvote 0
Back