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?
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.
Hey! It's been years since I tried this, just redownloaded everything for the nostalgia but I'm having the "mismatch" problem.
You were right, I used another system, not the one from the post! My bad!
Now I can't find the system that works with AuthGateD 🤣
I see you have found it and uploaded it but the link you provided no longer works. If you are still around, can you please reupload? Thank you!
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