[help] Multiple Respawn Locations
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.
Re: [help] Multiple Respawn Locations
well i know that when u combert any zone to pvp zone the respaw after of die will be inthe same zone, but i can try to search how change it
Re: [help] Multiple Respawn Locations
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.