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);
+ }

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...