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?
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
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?
Link to comment
Share on other sites
17 answers to this question
Recommended Posts