I cant implement neither dressme, neither cancellation system ,implementing seems easy but, There are errors like these: (a guide or an explanation would help a lot ,best = guide+explanation xD) ,yep i know ,its kinda stupid and long question but not rly ,it could be helpful to many others not just me
+ suppose to be *new line* but the normal line doesnt exist either, this create first confusion
Example 2:
Second confusion, so i am implementing exactly how it shows there yet it shows error [Error: ScheduledFuture cannot be resolved to a type {public static ScheduledFuture<?> _CancelRegTask;} Whats that suppose to mean? any explanation for newbies like me? xD
protected static final Logger _log = Logger.getLogger(EffectCancel.class.getName());
public static L2Effect[] giveback;
public static L2PcInstance playah;
public static ScheduledFuture<?> _CancelRegTask;
public static long _cancelLasts = System.currentTimeMillis() + 15000;
public EffectCancel(Env env, EffectTemplate template)
{
Example 3:
The implementation is just fine but the errors keep showing ,now heres another kind of error:
The method addLastCancelledEffect(L2Effect) is undefined for the type L2Character Oh come on ,whats the problem ,even if i try and implement perfectly how it shows there ,these kind of errors will keep show anywhere ,what im doing wrong here?
SELLING EMPTY TELEGRAM BOTS WITH AGE
Registration date: November 2024
High-quality & clean bots — no subscribers, no bans, created on fresh IPs.
y rested and reliable — perfect for:
— Telegram search ranking
— any technical or marketing tasks
Delivery options:
tdata, by phone number, ownership transfer, or via tokens.
Current price list:
From 3 pcs — $3 each
From 20 pcs — $2.5 each
From 60 pcs — $2.3 each
From 100 pcs — $2.2 each
From 400 pcs — $1.9 each
Over 15,000+ bots available — ready for instant delivery.
Contact on Telegram: t.me/smmtg_link
My project is based on this files i bought data files from dude, got good support everything was perfect, yea needed to spend some time editing but still you have really good extensions for interlude server from here.
Question
Karasu
I cant implement neither dressme, neither cancellation system ,implementing seems easy but, There are errors like these: (a guide or an explanation would help a lot ,best = guide+explanation xD) ,yep i know ,its kinda stupid and long question but not rly ,it could be helpful to many others not just me
Example 1:
First part of cancellation system
+ suppose to be *new line* but the normal line doesnt exist either, this create first confusion
Example 2:
Second confusion, so i am implementing exactly how it shows there yet it shows error [Error: ScheduledFuture cannot be resolved to a type {public static ScheduledFuture<?> _CancelRegTask;} Whats that suppose to mean? any explanation for newbies like me? xD
protected static final Logger _log = Logger.getLogger(EffectCancel.class.getName()); public static L2Effect[] giveback; public static L2PcInstance playah; public static ScheduledFuture<?> _CancelRegTask; public static long _cancelLasts = System.currentTimeMillis() + 15000; public EffectCancel(Env env, EffectTemplate template) {Example 3:
The implementation is just fine but the errors keep showing ,now heres another kind of error:
The method addLastCancelledEffect(L2Effect) is undefined for the type L2Character Oh come on ,whats the problem ,even if i try and implement perfectly how it shows there ,these kind of errors will keep show anywhere ,what im doing wrong here?
if (negateAbnormalType.equalsIgnoreCase(eff.getAbnormalType()) && effect.getSkill().getNegateAbnormals().get(negateAbnormalType) >= eff.getAbnormalLvl()) { if (calcCancelSuccess(eff, cancelLvl, (int)rate)) { if(target instanceof L2PcInstance) target.addLastCancelledEffect(eff); eff.exit(); } } } } }17 answers to this question
Recommended Posts