Hello, I need help with this. I wanted to make a teleport so that a clan leader can take the whole clan, but they have to be close to the clan leader so that he can teleport. I was able to do it, but if 1 pj is not close, it won't let me travel to no one what he wanted to do if 1 pj of the clan is not close that pj does not travel but the others do thanks anyway
privatevoid doClanTeleport(L2PcInstance player,int val){
L2TeleportLocation list=TeleportLocationTable.getInstance().getTemplate(val);if(!player.isClanLeader()&& player.getClan()!= null){
player.sendMessage("Solo El lider de Clan Puede Usar El Teleport");return;}if(player.getClan()== null){
player.sendMessage("No Estas en un clan");return;}for(L2PcInstance member : player.getClan().getOnlineMembers("")){if(!member.isInsideRadius(player,1000,false,false)){
player.sendMessage("El Jugador "+ member.getName()+" Esta muy Lejos y no sera teleportado.");return;}}for(L2PcInstance member : player.getClan().getOnlineMembers("")){if((member == null)||(member == player)){continue;}if(member.isInDuel()&&((member.getDuelId()!= member.getDuelId()))){continue;}if(player.getClanId()== member.getClanId()&& member.getLevel()>=76&& member.getClan()!= null && player.getClan()!= null && member.getClanId()== player.getClanId()){
member.teleToLocation(list.getLocX(),list.getLocY(),list.getLocZ());
member.sendMessage("Entrando A una Zona De Clan");
player.teleToLocation(list.getLocX(),list.getLocY(),list.getLocZ());}else{
player.sendMessage("No Cumples Los Requisitos.");return;}}}
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.
Special Offer Until 30 April
Complete Server Pack + Source Files:
C4 Scions Of Destiny: P656
Retail X1 L2OFF Server Pack + Source: Price: 150EUR
C4 Scions Of Destiny: P656
ESL2 Athena x45 L2OFF Server Pack + Source: Price: 200EUR
Screenshots: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl
C6 Interlude: P746
ESL2 Athena x45 L2OFF Server Pack + Source: Price: 200EUR
The same as C4 but in C6 Client so the Screenshots is the same: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl
C6 Interlude: P746
ESL2 Athena x45 Java Server Pack + Source: Price: 100EUR
The same as C4 but in C6 Client so the Screenshots is the same: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl
C6 Interlude: P746
L2Gold L2OFF Server Pack + Source: Price: 200EUR
Screenshots: https://imgur.com/a/9kB3oA9
C6 - Classic Interlude: P110
ESL2 Athena x45 L2OFF Server Pack + Source: Price: 300EUR
Screenshots: https://imgur.com/a/Z2kZxuv
Contact me here via PM (only serious buyers).
Payments via:
- Paypal (Friends and Family)
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
Question
tensador3
Hello, I need help with this. I wanted to make a teleport so that a clan leader can take the whole clan, but they have to be close to the clan leader so that he can teleport. I was able to do it, but if 1 pj is not close, it won't let me travel to no one what he wanted to do if 1 pj of the clan is not close that pj does not travel but the others do thanks anyway
4 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.