Rathena: command npcskilleffect show no effect on most skill

Created on 18 May 2017  路  3Comments  路  Source: rathena/rathena

  • rAthena Hash: Latest
  • Client Date: -
  • Server Mode: -
  • Description of Issue:

    • Result: The command didn't show effect on coordinate on most skill.
    • Expected Result: It should be work just like how the document said.
    • How to Reproduce: Just loop the skill id in the skillid parameter to see the result.
    • Official Information:
  • Modifications that may affect results:

core low bug

Most helpful comment

The packet behind that script command is ZC_NOTIFY_GROUNDSKILL which is used for non-damaging ground skill effects. This prevents all skills that do not fall into that kind of category to be rendered of course.

The script documentation is wrong in this case, because it states that it behaves just like 'skilleffect', which does not use x and y coordinates and uses another packet(ZC_USE_SKILL), which is used for all kind of non-damaging skill effects.

So I guess both of them might need additional checks to call the correct clif functions.

All 3 comments

can you please provide an excerpt of your script?

The packet behind that script command is ZC_NOTIFY_GROUNDSKILL which is used for non-damaging ground skill effects. This prevents all skills that do not fall into that kind of category to be rendered of course.

The script documentation is wrong in this case, because it states that it behaves just like 'skilleffect', which does not use x and y coordinates and uses another packet(ZC_USE_SKILL), which is used for all kind of non-damaging skill effects.

So I guess both of them might need additional checks to call the correct clif functions.

Still broken, don't work with any skills (tested non agresive and agresive ground/not ground types)

Was this page helpful?
0 / 5 - 0 ratings