Jump to content

Recommended Posts

Posted (edited)

What about having it so only  skills use spirits/bss and physical hits only use soulshot?

I think using soulshot on physical skills increase the dmg, so I don't feel like doing it. If you wan't, try to do it adding the proper checks but I think that, like this, is enough for what the guy that wanted it asked for.

Edited by ^Wyatt
Posted

I think using soulshot on physical skills increase the dmg, so I don't feel like doing it. If you wan't, try to do it adding the proper checks but I think that, like this, is enough for what the guy that wanted it asked for.

Oh no no, I didn't mean physical skills but physical dmg such as normal hit. ^_^

  • 3 weeks later...
Posted
i have problem

 

The method setAutoShots(AutoShots) is undefined for the type L2PcInstance

 

what i need to do?

its dont give me to do BUILD ANT !

 

Compiling 1663 source files to C:\workspace\L2J_Server\build\bin

    [javac] C:\workspace\L2J_Server\java\com\custom\AutoShots.java:32: error: cannot find symbol

    [javac]                activeChar.setAutoShots(this);

    [javac]                          ^

    [javac]   symbol:   method setAutoShots(AutoShots)

    [javac]   location: variable activeChar of type L2PcInstance

    [javac] 1 error

 

BUILD FAILED

C:\workspace\L2J_Server\build.xml:64: Compile failed; see the compiler error output for details.

 

Total time: 7 seconds

Posted

Why dont you make it so you dont even have to buy soulshots and spiritishots?

? And who said that you must buy something here?

  • 4 weeks later...
  • 2 months later...
Posted

On normal hits it also charges Spiritshot which it should be used only for magic skills.

Is that even possible ? Since, how can it charge while it's charged - normal hits doesn't use spiritshots, so it's charged one time.. It's kinda impossible, but may happen with shiet code :D

Posted

Is that even possible ? Since, how can it charge while it's charged - normal hits doesn't use spiritshots, so it's charged one time.. It's kinda impossible, but may happen with shiet code :D

 

I think he changed the method which charges the shots/spiritshots, so even when you're using only auto attacks it chargets spiritshot aswell :P

Posted

 

In order to be able to enable/disable this mod , the check should be added only in AutoShots.java or in everything part of this code ?

 

Try adding a check inside getAutoShots() if config.disabled -> return null.

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...