Jump to content

Recommended Posts

  • 3 weeks later...
Posted (edited)

Any1 can help me with that ? i using l2jfrozen files.

[javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:113: error: cannot find symbol



    [javac]                             ItemSkills is = new ItemSkills();



    [javac]                             ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:113: error: cannot find symbol



    [javac]                             ItemSkills is = new ItemSkills();



    [javac]                                                 ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:144: error: cannot find symbol



    [javac]                             ItemSkills is = new ItemSkills();



    [javac]                             ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:144: error: cannot find symbol



    [javac]                             ItemSkills is = new ItemSkills();



    [javac]                                                 ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:175: error: cannot find symbol



    [javac]                             ItemSkills is = new ItemSkills();



    [javac]                             ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:175: error: cannot find symbol



    [javac]                             ItemSkills is = new ItemSkills();



    [javac]                                                 ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:292: error: cannot find symbol



    [javac]                 ItemSkills is = new ItemSkills();



    [javac]                 ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots.AutoPot



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:292: error: cannot find symbol



    [javac]                 ItemSkills is = new ItemSkills();



    [javac]                                     ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots.AutoPot



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:305: error: cannot find symbol



    [javac]                 ItemSkills is = new ItemSkills();



    [javac]                 ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots.AutoPot



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:305: error: cannot find symbol



    [javac]                 ItemSkills is = new ItemSkills();



    [javac]                                     ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots.AutoPot



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:318: error: cannot find symbol



    [javac]                 ItemSkills is = new ItemSkills();



    [javac]                 ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots.AutoPot



    [javac] C:\Users\aaa\workspace\l2j-mutant\trunk\gameserver\head-src\com\l2jfrozen\gameserver\handler\itemhandlers\SoulShots.java:318: error: cannot find symbol



    [javac]                 ItemSkills is = new ItemSkills();



    [javac]                                     ^



    [javac]   symbol:   class ItemSkills



    [javac]   location: class SoulShots.AutoPot



    [javac] 12 errors



    [javac] 1 warning
Edited by Grave
Posted

So what? I am selling it if you are interested, I didn't share it.

Its easy u create this code and u should give support for this even if u not share it or maybe u dont know how to fix it definitely.

Posted

Its easy u create this code and u should give support for this even if u not share it or maybe u dont know how to fix it definitely.

Haha be sure about it. Since I am selling it, I am giving private paid support for this code. When I share it, I will give 100% free support.

 

Already someone from here before few days bought the rework for L2JFrozen.

Posted

Nice share it works w/o problems but I have one question - how can i change activation key from left mouse button to right mouse button and make potions manually usable?

To make right mouse button, is client related action (I don't even have a clue).

 

I suggest you to create new potions to be automatic and let the retail for retail :P

Posted

I know it's a kind of solution but I'd like to make normal potions usable in 2 mods. Manually and auto :D

 

It can be done, but not with right-left click.

Posted

It can be done, but not with right-left click.

Can you then tell me how please? I just started with java and all this stuff it's really hard for me. That's why I'm looking for tips. :D I'd be thankful <3

Posted

Can you then tell me how please? I just started with java and all this stuff it's really hard for me. That's why I'm looking for tips. :D I'd be thankful <3

I don't support the code without money. If you want edits or fixes or whatever you have to buy the code from me. Othwerise, ask at help section (but dunno if someone help you).

  • 5 months later...
Posted

Can anyone tell me where to put this 

 

+ if (isAutoPot(728))
+ {
+ sendPacket(new ExAutoSoulShot(728, 0));
+ setAutoPot(728, null, false);
+ }
+ if (isAutoPot(1539))
+ {
+ sendPacket(new ExAutoSoulShot(1539, 0));
+ setAutoPot(1539, null, false);
+ }
+ if (isAutoPot(5592))
+ {
+ sendPacket(new ExAutoSoulShot(5592, 0));
+ setAutoPot(5592, null, false);
+ }

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • First of all, its great to finally have something meaningful to discuss on this forum  and good job pushing this community forward, even if its mostly dead. I always wondered why, in the last 15 years, no one has properly documented any of the source code (acis mobius) or at least exposed common functionality through something like a rest api, which is straightforward enough for most people to understand and use.   I have some technical questions since im really interested   Regarding real time features like maps and enchanting  are you using technologies like grpc? And what happens when both a logged in player and panel try to enchant the same item at the same time? Do we run into a race condition how do you handle that ?   Regarding  fake player system  external models calls typically take 1-2 seconds to respond, while an local models might take around 200-300ms. During that time a lot can happen in game. So when the plan becomes stale you override it and wait for the new one  meaning the node handles everything in real time and the LLM simply sets the goal asynchronously. Is that the correct understanding ?   Regarding the security aspect a lot can go wrong when exposing crucial server logic to the open web (experimental is good). My real concern is  the mcp in the panel where  a lot can go wrong with bad user input.      Wasn't the game client always the limiting factor for l2j?
    • Migrating a legacy Interlude server to PostgreSQL while adding real observability is basically forcing 2006 MMO engineering to attend a 2026 infrastructure conference at gunpoint. PS: which revision of aCis? PS: 🧻what was broken during this whatever you call it.    AAC Guard beign asked to adapt to this be like: - Creating bugs since early 2018
    • OH MY LORDDDDDDDDDDDDDDDDDDDDD   FINALLY
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..