Jump to content

Xombie

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Xombie


  1. 2 hours ago, AnnieRuru said:

    https://rathena.org/board/topic/124591-asura-movement/

    https://rathena.org/board/topic/119177-src-code-old-asura-spam/?do=findComment&comment=361337

     

    ok from what I understand, asura strike old behavior was teleporting to the target
    and the new behavior was moving across the target

     

    you want the behavior of teleporting, which I think might cause the client to behave weirdly ....

     

    searching for related code from your posted one ...

    wait where this code comes from ?
    I search both hercules and rathena, couldn't find them in my src folder for both emulators

    at least please tell this code is from which function, and which emulator you are using

    is from eathena and is working on rathena the slide effect working


  2. On 9/28/2020 at 5:09 AM, AnnieRuru said:

    that's because the monster with event labels doesn't trigger OnNPCKillEvent

    this has been discuss for years and there are no perfect solution to solve this issue

    EDIT: it seems there is, Kenpachi suggest we add another flag to monster spawn with or without event labels

    anyway this is developer talk ...

     

    to fix your problem just need to remove the OnNPCKillEvent label and incorporate it into OnKill label

     

    by the way I have no idea why your screenshot shows so many kills, the `gold_rank` field has been default to 0 in the SQL syntax...

    try create another table to solve those incorrect value kills then

     

    I don't think its a good idea to run query_sql inside OnNPCKillEvent label, since this script is made for high rate server and players can kill peco fast

    so I made minor changes

     

    https://gist.github.com/AnnieRuru/6f41d54b03417a768167820ee6f1f037

    i try this script but whn i killed on gold room map ranking not updated

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.