Jump to content
  • 0

Item Script not working


Question

Posted

Not quite sure what I am doing wrong here, but this seems to not function.

bonus5 bAddEffOnSkill,"AS_CLOAKING",Eff_Bleeding,10000,ATF_SELF,700000;

Its should be that whenever cloaking is activated, Bleeding is applied to self.

Adds a n/100% chance to cause status eff for t milliseconds on the target when using skill sk
                                 	atf is the trigger criteria:
                                 	ATF_SELF   = trigger effect on self
                                 	ATF_TARGET = trigger effect on target

 

5 answers to this question

Recommended Posts

  • 1
Posted
On 8/18/2017 at 5:20 PM, Aisha said:

Not quite sure what I am doing wrong here, but this seems to not function.


bonus5 bAddEffOnSkill,"AS_CLOAKING",Eff_Bleeding,10000,ATF_SELF,700000;

Its should be that whenever cloaking is activated, Bleeding is applied to self.


Adds a n/100% chance to cause status eff for t milliseconds on the target when using skill sk
                                 	atf is the trigger criteria:
                                 	ATF_SELF   = trigger effect on self
                                 	ATF_TARGET = trigger effect on target

 

https://github.com/rathena/rathena/pull/2370
 

I fixed in a PR we should push it to master shortly

  • 0
Posted

i have confirmed this is a bug ,however it appears to be in the duration not the application of the effect.

when testing with Curse (as it has the most indicators) i noticed my stats and model would change for less then 1 seconds before changing back

i went ahead and submitted a bug report here if you have time to test further please add onto the issue

  • 0
Posted

Hi, I added the changed line from the diff but it looks like it still doesn't work. I tried using curse as the effect but I don't see any stat changes, even for a split second.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...