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

    • 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
    • I came out of my cave as I do once every 5 years. By now, I know nobody really cares about L2, but I still find it fun to experiment. Everything you see here will be free and open source. I have no interest in selling anything.   Long story short, I like to revisit Interlude and apply what I've learned to see how far I can push it. Here's Outerlude, a public fork of aCis for the modern age.   Video demo:   Work that has been done:   Redone the netcode from scratch to be async The NPC AI was completely redone based on Finite State Machines Moved to PostgreSQL and using some of its cool features Lots of config that should be hot reloadable has moved to the database OpenTelemetry instrumentation, where it makes sense, and a Grafana dashboard A built-in REST API for server management A built-in MCP Server for LLMs Nidrah AI, an AI Agent to make managing the server easier Real-time server map view Chat auditing and live snooping A new Fake Players Engine with a Node logic system and a new LLM planner for any behavior Just watch the video   If there is interest in this and I'm happy with it, or I get bored (which I always do), I will open-source it. Let me know what you think and if there is some feature you'd like me to implement.
  • 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..