I find this code "captcha" u see above. I checkout latest version of l2jaCis and i apply the patch!
Everything was ok until i find that some lines are wrong for this version so i try (with my low knowledge) to adapt it correctly but i still cant fix the error in BotPreventionManager.Java and in Captcha.java. i Post you the "error" so if someone knows what i must do exactly or what i must change in order to work properly i ll be very very thankfull!
public void updatecounter(L2Character killer2, L2Character l2Character)
{
if ((killer2 instanceof Player) && (l2Character instanceof Monster))
{
Player killer = (Player) killer2;
if (_validation.get(killer.getObjectId()) != null)
Player and monster cannot be resolved and is with red line under!
The code has import for instance.Player but thats doesnt exist on that rev of aCis so i change it to L2PcInstance. and has import for Character that i change to L2Character cause that also doesnt exist on this rev!
anyway maybe i was do it wrong and maybe need something else in order to adapt on the latest rev correctly! (Im new to java coding so be easy on me.)
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.
well,thx for your reply...i had solved my problem.its source data errors...the old Armorgrp.dat and Armorgrp-classic.dat exist errors...rly swired.
about skillgrp-classic.dat,i decrypt and encrypt it,it works...but in Grand Crusade i didnot know if it exist Auto-cast.
sell adena
l2rebon signature x1 - 1kk = 1 dollars
l2reborn x10 - 500kk = 4 dollars
E-Global x Lu4 - 1kk = 2 dollars
BOHPTS - x20-x500 TOP PRICE
LINEAGE2DEX - TOP PRICE !!!!!
DISCORD - GODDARDSHOP
TELEGRAM - MMOPROMO
Also on sale are Epic jewelry, Clothes at a very good price
🔴The Power of Long Distance
The best results are achieved over the long run.
In a marathon, the winner is not the one who starts fast, but the one who can keep the pace.
With Vibe SMS, you get a service that works reliably and predictably.
We make sure it’s convenient for you today, tomorrow, and a year from now.
And together with you, we go the distance- step by step, building a strong partnership.
Website link — https://vibe-sms.net/
Our Telegram channel — https://t.me/vibe_sms
Question
VaggOne
Hello everyone!!
I find this code "captcha" u see above. I checkout latest version of l2jaCis and i apply the patch!
Everything was ok until i find that some lines are wrong for this version so i try (with my low knowledge) to adapt it correctly but i still cant fix the error in BotPreventionManager.Java and in Captcha.java. i Post you the "error" so if someone knows what i must do exactly or what i must change in order to work properly i ll be very very thankfull!
public void updatecounter(L2Character killer2, L2Character l2Character) { if ((killer2 instanceof Player) && (l2Character instanceof Monster)) { Player killer = (Player) killer2; if (_validation.get(killer.getObjectId()) != null)
Player and monster cannot be resolved and is with red line under!
The code has import for instance.Player but thats doesnt exist on that rev of aCis so i change it to L2PcInstance. and has import for Character that i change to L2Character cause that also doesnt exist on this rev!
anyway maybe i was do it wrong and maybe need something else in order to adapt on the latest rev correctly! (Im new to java coding so be easy on me.)
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.