Good morning, I am trying now not to find a forum needing help and I was very well attended. However, I am with a modless error that they have passed me .. The video will explain correctly what is happening, more is basically the following:
I put the area in flagzone, there blocks the healers, but when he returns to city of this bug there.
+{ + _player =(L2PcInstance)character; +finalint[] supporters ={15,16,29,30,42,43,97,105,112,115,136,116};// support classes ID's +for(int act : supporters) +if(_player.getActiveClass()== act) +{ + _player.sendMessage("You can't enter in flag zone with a support class."); + _player.teleToLocation(83417+Rnd.get(101)-50,149028+Rnd.get(101)-50,-3408); +} +}
Account Features
➡ EARLY SUPPORTER BADGE
➡ NO QUEST BADGE
➡ 24 MONTHS BOOST BADGE
➡ 1 YEAR NITRO SUBSCRIPTION
➡ CREATION DATE IS 2017
➡ ACCOUNT STANDING STATUS IS ALL GOOD
➡ CLEAN BILLING
➡ OGE MAIL OUTLOOK
PAYMENT METHODS
➡ CRYPTO
➡ PAYPAL
➡ CASHAPP
➡ BANK TRANSFER
➡ GIFTCARDS
➡ ZELLE
➡ VENMO
CONTACTS
➡ DISCORD : crh11s
➡ TELEGRAM : crh11s
CONTACT WITH ME IF YOU ARE SERIOUS BUYE
To check the operation of npc movement. You can turn off all movement in the game and move only the npc you want using the move to package. This way you will reduce a lot of unnecessary code and understand where the problem is.
And all your maps are not thread safe and you are using multithreading
startQuestTimer("move", 5000, npc, null);
Question
nortim
Good morning, I am trying now not to find a forum needing help and I was very well attended. However, I am with a modless error that they have passed me .. The video will explain correctly what is happening, more is basically the following:
I put the area in flagzone, there blocks the healers, but when he returns to city of this bug there.
Can anyone help?
My Codes PvP Area:
<zone type="FlagZone" shape="Cylinder" minZ="-11000" maxZ="-8000" rad="10000"><!-- Pagan Temple Pvp -->
Link Post Block Healers: http://www.maxcheaters.com/topic/213502-block-bs-in-flagzone/
Code:
+if (character instanceof L2PcInstance)
+{
+ _player = (L2PcInstance)character;
+ final int[] supporters = {15,16,29,30,42,43,97,105,112,115,136,116}; // support classes ID's
+ for (int act : supporters)
+ if (_player.getActiveClass() == act)
+ {
+ _player.sendMessage("You can't enter in flag zone with a support class.");
+ _player.teleToLocation(83417 + Rnd.get(101) - 50, 149028 + Rnd.get(101) - 50, -3408);
+ }
+}
Video: https://youtu.be/d3vxJpvZT1g
54 answers to this question
Recommended Posts