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

    • I would like to emphasize that I am selling the tool used to generate geodata for the client you are developing, not the geodata itself; therefore, I consider the price reasonable. As for your view that the price is high and shows a lack of respect for the customer—that is your own opinion. Thank you. I have also purchased his products, and—just as you said—he is skilled and provides very enthusiastic support. If you feel he is deserving, then you should continue buying from him.
    • Ημουν μικρος οταν τον επαιξα, οριακα δεν ηξερα τι ειναι το Lineage, θυμαμαι πηγαιναμε στα νετ με τους φιλους και προσπαθουσαμε να κανουμε log-in αλλα πολλες φορες δεν μπορουσαμε γιατι ο server ηταν heavy σε load και πολλες φορες προλαβαιναμε να παιξουμε μονο κανα τεταρτακι η εικοσαλεπτο απ την μια ωρα που βαζαμε για να ανοιξουμε pc, ωστοσο εχω πολλες αναμνησεις να βλεπω τους μεγαλυτερους τοτε να παιζουν και εγω να καθομαι διπλα και να χαζευω gameplay, Λιγα πραγματα που ξερω (δεν ξερω αν ισχυουν) ειναι οτι τον σερβερ τον ειχε ανοιξει η αλυσιδα TheWeb, επισης οτι ηταν δυο οι σερβερ, ενας rpg low rate και ενας pvp με higher rates, περα απο αυτο δεν μπορεσα να βρω καμια αλλη χρησιμη πληροφορια, ουτε στα forum του theweb.gr ουτε στo l2.thegame.gr (waybackmachine) οποτε ερχομαι εδω που ειμαι σιγουρος οτι θα υπαρχουν σιγουρα καποιοι που επαιξαν εκει και δεν ηταν οσο πιτσιρικας οσο ημουν εγω που δεν καταλαβαινε τι γινοταν.   Γενικοτερα οποιος ξερει οτιδηποτε για τον thegame ας το πει, ακομη κι ας ειναι μια μικρη ιστορια που ακουσε πριν πολλα χρονια, ακομη κι αν ειναι μια μικρη πληροφορια για κατι που θυμαται μεσα στο παιχνιδι, οπως πως λεγανε τους admins, κανα σκηνικο ιντερνετ καφε και μπουνιδια, οοοοοτι μα οτιδηποτε κι αν ειναι αυτο αρκει να εχει να κανει με τον TheGame   (εννοειται εαν εχετε φωτογραφιες η βιντεο να τα linkαρετε)   μερικες δικες μου αποριες ειναι: απο τι chronicle αρχισε και μεχρι που εφτασε? ποια χρονια ηταν το peak του και σε ποιο chronicle? επισης μεχρι πιο chronicle εξελιχθηκε? γιατι εκλεισε αφου τοτε ηταν στο peak το να πηγαινει ο κοσμος στα ιντερνετ καφε και να παιζει λ2, τι features ειχε σαν σερβερ? επι ποσο ηταν? custom πραγματα κτλπ? η ηταν ενας bone stock server?    να'στε καλα!
    • Yeah... the price for the project at this stage is the kind of disrespect to the customer I was talking about.     As for deMEV, he’s overpriced too, but he’s one of the very few people in the L2 market who is available almost 24/7.
    • Thank you all for your interest in my post. I confirm that I did indeed use L2MapConv to develop my tool, adding my own customizations. If you are already a customer of deMEV, please continue to support him; I believe his products are excellent—I have purchased from him myself, and he is truly talented. Below is the Giran 22_22 geodata file generated using my tool; feel free to take a look. Thanks again to everyone for your comments. https://drive.google.com/file/d/1owpXCGEAhAO6TjjBJTYuVFqeUDu9RNoI/view?usp=drive_link
  • 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..