Jump to content
  • 0

[mechanic] question about autoloot (map_flooritem after death)


anacondaq

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

Some players reported about this one: https://rathena.org/board/tracker/issue-1598-autoloot-bug/

 

Problem:

Enable @autoloot 100

When you die after hitting the mob and you killing the mob while you dead, the drop from this mob will be sent to the ground, not to the player who deal damage to mvp.

 

How reproduce:

  1. @autoloot 100
  2. Spawn any mvp
  3. cast for example asura strike on the mob
  4. mob must kill you a moment before you finish asura to mob (good example -> Atroce)
  5. when you die by monster, and you after death deal damage to monster - all items dropped to the ground, not to the player because of @autoloot

 

I was check sources...

 

I'm talking about this function: https://github.com/rathena/rathena/blob/master/src/map/mob.c#L1934

And about this logic: https://github.com/rathena/rathena/blob/master/src/map/mob.c#L1946

In mob_dead function: https://github.com/rathena/rathena/blob/master/src/map/mob.c#L1946

 

Is it official behavior? Or nope? 

Because i found this: https://rathena.org/board/tracker/issue-1598-autoloot-bug/

 

And i can't find any official information (eathena is totally dead)

And i'm lazy to grow Aegis to test it.

 

Can anyone confirm that issue? Or it's wrong?

Edited by Anacondaqq
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

I know this happens however I've always assume it was as intended. Since you technically die before the mob creates the drops.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

I know this happens however I've always assume it was as intended. Since you technically die before the mob creates the drops.

but you technically deal damage to the boss monster while you dead.

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.

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.

×
×
  • Create New...