Jump to content

Recommended Posts

Posted

Hello, I bring you the dressme system of the latest l2jorion revs adapted to acis 405 and 372

 

code acis 405:https://pastebin.com/965X2mTb

code acis 372:https://pastebin.com/vtmZA378

 

 

sql: https://www.mediafire.com/file/itjrhfyt3cwf29f/characters_dressme_data.sql/file

 

video 

 

  • Like 1
Posted (edited)

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

 

Edited by MiReEn
Posted (edited)
23 hours ago, MiReEn said:

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

 

 

 

https://pastebin.com/qfgXjPPi acis 401 clean core       

https://pastebin.com/zM6K5t0j acis 401 clean data

 

item_icons.sql https://www.mediafire.com/file/b526nf6i6kuckjm/item_icons.sql/file

 

 

video 

 

 

 

 

Edited by tensador3
video
  • 2 weeks later...
Posted

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

  • Vision locked this topic
Guest
This topic is now closed to further replies.


  • Posts

    • I created a system of FAKES to improve my GeoEngine, but I'm having problems with blocks. I've tried everything to fix it, but a block going from the inside out bugs the player's movement and freezes them. However, the reverse doesn't cause this bug. If I'm outside and click inside, the path is traced normally, but if it's reversed, it bugs at the fence. I've created several debugs and read all kinds of GeoEngine versions, but I haven't had any success. Can someone give me some insight into graphical data?   When fakes spawn, they are given possible routes, but they don't follow them. If there's a target, instead of following the correctly drawn path, it simply uses a straight line.  
    • The legendary L2Elixir you remember from 2008 is officially back — remastered, refreshed, and reborn! Our x3 Interlude server launched on 28 November, and the community is growing every single day.   🔥 Fresh start 🔥 Active players joining daily 🔥 Long-term project — Licensed for over 5 years from PlayINERA. 🔥 True 2008 nostalgia with modern stability & polish   If you were part of the original Elixir family, this is your chance to relive the magic. If you’re new — welcome to a classic Lineage II experience built with passion, not profit.   Join the battles. Join the nostalgia. Join L2Elixir Reborn. Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs
    • still available?  java version? client  salvation?  accept smarguart¡?
    • 🎉 L2NeverPain StuckSub - GRAND OPENING 12 December 2025🎉 After beta, testing, mistakes, laughs and a lot of PvP, the moment has finally come. L2NeverPain StuckSub is officially opening its gates on 12 December 2025.   ⚔️What to expect: ✦Main Class +2 Stuck Sub system ✦Balanced PvP & custom party farm areas ✦Custom events, bosses and strong rewards ✦Competitive clan scene with castle rewards   📌Until the opening: ✦Create your clans and register them in the Clan-Register channel ✦Invite your friends / old parties / CPs ✦Stay tuned for more information (rates, events, siege times, etc.)   Get your setups ready, prepare your macros and your Discord/voice. On 12 December 2025 20:00 GMT+2, we write the first chapter of NeverPain together. 🔥 https://l2neverpain.com/ https://discord.gg/kNP3UXgkmN
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock