Hello, I am putting together a random respawn button for the epic boss zones, that is, someone dies and presses "random respawn" and sends it to a random coordinate within the grand boss zone .. but I am not managing to get a reference for separate the different grand bosses with their zones ...
I have this code:
private static List <Location> _core1 = new ArrayList <> ();
there I create a list of locations and I can play with the Rnd.get but how to separate each epic with its zone? I know I could create a multizone for each one, but would it be convenient? Thanks in advance
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone!
I have a problem with editing mobs. I took some Mobs from here without sound and added them,
they looked good !!! BUT BUT !
When I hit him it does generate the effect, but when he hits it it doesn't.
Is this effect controlled from Npcgrp.dat?
PD_ I add capture of the event / effect I mention.
I await your answers, thank you!
Question
Kotegaeshi92
Hello, I am putting together a random respawn button for the epic boss zones, that is, someone dies and presses "random respawn" and sends it to a random coordinate within the grand boss zone .. but I am not managing to get a reference for separate the different grand bosses with their zones ...
I have this code:
private static List <Location> _core1 = new ArrayList <> ();
there I create a list of locations and I can play with the Rnd.get but how to separate each epic with its zone? I know I could create a multizone for each one, but would it be convenient? Thanks in advance
im using Acis .
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.