Jump to content

Autoshots & Autoarrows + No Consumption


^Wyatt

Recommended Posts

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...
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

Link to comment
Share on other sites

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

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

 

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.

Link to comment
Share on other sites

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