Hello i have a problem with this code i get no errors in eclipse but in game it doesnt work..
to Player.java
if(getParty()!= null){for(Player p : getParty().getMembers()){if(Config.Synergy_Class.contains(p.getClassId().getId())&& p.isInCombat()&&(Rnd.get(100)<=90)){
p.sendMessage("You have earned a pvp by supporting "+ target.getName());
p.getPvpKills();}}}
and the config
publicstaticList<Integer>Synergy_Class=newArrayList<>();StringSynergy_Class= customs.getProperty("ClassesSupp","97");String[] atdc_splitted =Synergy_Class.split(",");for(String s : atdc_splitted){Synergy_Class.add(Integer.valueOf(s));}
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.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Question
ThelwHelpRePaidia
Hello i have a problem with this code i get no errors in eclipse but in game it doesnt work..
19 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.