Jump to content
  • 0

autoloot


Enkel

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.02
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/08/24
  • Last Seen:  

Can we made autoloot only work in 1 screen, so when we hit monster 75% then get killed by another player the autoloot wont work instead the loot is droping from the monster

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   11
  • Joined:  11/26/16
  • Last Seen:  

7 minutes ago, Enkel said:

Where i can find it, i try using VS code search but found nothing, thanks for the reply

mob.hpp
find

//This is the distance at which @autoloot works,
//if the item drops farther from the player than this,
//it will not be autolooted. [Skotlex]
//Note: The range is unlimited unless this define is set.
//#define AUTOLOOT_DISTANCE AREA_SIZE

just uncomment it and then recomplie

//This is the distance at which @autoloot works,
//if the item drops farther from the player than this,
//it will not be autolooted. [Skotlex]
//Note: The range is unlimited unless this define is set.
#define AUTOLOOT_DISTANCE AREA_SIZE
Edited by Thanna20
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  137
  • Reputation:   11
  • Joined:  11/26/16
  • Last Seen:  

On 10/17/2024 at 3:34 AM, Enkel said:

Can we made autoloot only work in 1 screen, so when we hit monster 75% then get killed by another player the autoloot wont work instead the loot is droping from the monster

there is an autoloot distance option that you can enable.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.02
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/08/24
  • Last Seen:  

11 minutes ago, Thanna20 said:

there is an autoloot distance option that you can enable.

Where i can find it, i try using VS code search but found nothing, thanks for the reply

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