Jump to content

MiReEn

Members
  • Posts

    25
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About MiReEn

Profile Information

  • Current Mood
    Wideyed
  • Gender
    Male
  • Country
    EU

Recent Profile Visitors

739 profile views

MiReEn's Achievements

Newbie

Newbie (1/16)

  • First Post Rare
  • Collaborator Rare
  • Dedicated Rare
  • Reacting Well Rare
  • Week One Done Rare

Recent Badges

1

Reputation

  1. I get these errors in RequestBypassToServer in acis revision 405 The method showDressMeMainPage(Player) is undefined for the type RequestBypassToServer The method showSkinList(Player, String, int) is undefined for the type RequestBypassToServer The method showMySkinList(Player, int) is undefined for the type RequestBypassToServer The method checkWeapons(Player, ItemInstance, WeaponType, WeaponType) is undefined for the type RequestBypassToServer Duplicate local variable itemId Duplicate local variable player Illegal modifier for parameter getItemNameById; only final is permitted Void methods cannot return a value void is an invalid type for the variable showSkinList void is an invalid type for the variable showDressMeMainPage Syntax error on token "++", Expression expected after this token private static void showMySkinList(Player player, int page) ---> Syntax error on token "(", ; expected public static boolean checkWeapons(Player player, ItemInstance skin, WeaponType weapon1, WeaponType weapon2) --> Syntax error on token ",", ; expected Illegal modifier for parameter sdf; only final is permitted htm.replace("%time%", sdf.format(new Date(System.currentTimeMillis()))); -------->sdf cannot be resolved
  2. Good evening i have the following error : Using Acis rev 401 public version [javac] C:\Users\USER\Desktop\BACKUP\l2\source\workspace\acis_public-master\aCis_gameserver\java\net\sf\l2j\gameserver\DressMeData.java:17: error: DressMeData is not abstract and does not override abstract method parseDocument(Document,Path) in IXmlReader [javac] public class DressMeData implements IXmlReader [javac] ^ [javac] C:\Users\USER\Desktop\BACKUP\l2\source\workspace\acis_public-master\aCis_gameserver\java\net\sf\l2j\gameserver\DressMeData.java:46: error: cannot find symbol [javac] parseDatapackFile("./data/xml/dressme.xml"); [javac] ^ [javac] symbol: method parseDatapackFile(String) [javac] location: class DressMeData [javac] C:\Users\USER\Desktop\BACKUP\l2\source\workspace\acis_public-master\aCis_gameserver\java\net\sf\l2j\gameserver\DressMeData.java:54: error: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] C:\Users\USER\Desktop\BACKUP\l2\source\workspace\acis_public-master\aCis_gameserver\java\net\sf\l2j\gameserver\network\clientpackets\RequestBypassToServer.java:128: error: incompatible types: String cannot be converted to int [javac] player.sendMessage("The command " + command.substring(7 + " does not exist!")); [javac] ^ [javac] C:\Users\USER\Desktop\BACKUP\l2\source\workspace\acis_public-master\aCis_gameserver\java\net\sf\l2j\gameserver\network\clientpackets\RequestBypassToServer.java:320: error: method sendMessage in class Player cannot be applied to given types; [javac] player.sendMessage("You have successfully purchased ", sp.getName(), " skin."); [javac] ^ [javac] required: String [javac] found: String,String,String [javac] reason: actual and formal argument lists differ in length [javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output [javac] 5 errors
  3. Greetings maxcheaters community, I am searching for closed beta testers for the upcoming Interlude server L2Ambrosial. You can find more info about the server by gaining Beta Tester Role in our server's discord channel. Any kind of help in the early stages of the server's development is highly appreciated and will be reward at the live stage of the server. Discord Channel Custom Items will be unlocked periodicaly depending on the server's community progression. Currently Unlocked: Apella / Monster Only Weapons Tier 1 Items Tier 2 Items Tier 3 Items Best Regards, MiReEn.
  4. problem solved , lock it (changed the method which calculates karma status while in town)
  5. Already tested this one , the problem is only inside the TownZone
  6. Greetings, As the title says i changed Gluding Village to a nopeace zone and the following issue occures: Players can attack each other normally , they get Flagged and also get PvP Kills. On the other hand when a player kills a non-flagged player his PK score increases normally but he doesn't get any Karma or Red name. I checked zone xml , Gludin is set as a Town , and nopeace = True Checked L2TownZone.java , checked L2PeaceZone.java but can't figure what is the cause of the problem. Using Frozen Rev. 1004 Thanks in advance.
  7. Greetings, After i changed to JDK 11 these following errors occured to L2NPCINSTANCE.java import org.omg.PortableServer.POAManagerPackage.State; (The import org.omg cannot be resolved) and following the previous error this error occures: || qs.getState().equals(State.active)) (State cannot be resolved to a variable) After searching in google i realised that it's possible that method org.omg is no longer used in JDK 11 , any suggestions on fixing it? Thanks in advance!
  8. Greetings friends, as the title mentions , i am looking for Testers for my IL server which is currently in Closed Beta Mode. Testers will be rewarded on the server launch. Contact me via message for more info Thanks in advance , have a nice day. http://prnt.sc/vhb52x http://prnt.sc/vhb6ej
  9. Hello and thank you for your answer , the feature that you meantioned , is implemented in my pack as well , but the thing is that it's not the solution to this bug ..
  10. Greetings guys , Bug: Duel ends in tie , and they can walk normally with Snipe or Ultimate Defense while keeping the stats after duel ends Could anyone help me understand what's causing this bug and point me in the right direction in order to fix it ? (Using L2JFrozen ) Thanks in advance
×
×
  • Create New...