NexusXVI Posted March 23, 2014 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Share Posted March 23, 2014 (edited) Is there any way that you can autoloot custom item drops??I've used @alootid and @autoloot command but it seems it doesn't affect items that are not in the actual drop list of a monster. - script Dropall -1,{ OnInit: // blacklisted monsters .blacklist$ = "1664|1665|1666|1667|1954|1031|1002|1062|1113|1857|1242"; end; OnNPCKillEvent: getmapxy( .@map$,.@x,.@y, 0 ); if( !compare( "|"+.blacklist$+"|","|"+killedrid+"|" ) ) makeitem 6187,1,.@map$,.@x,.@y; end; } already tried the mob_item_ratio.. and the item i suggested there doesn't drop on anymonsters xDor maybe is it possible to make the item go STRAIGHT into your inventory?I hope someone could help . Edited March 23, 2014 by NexusXVI Quote Link to comment Share on other sites More sharing options...
Patskie Posted March 23, 2014 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 10 hours ago Share Posted March 23, 2014 Change makeitem 6187,1,.@map$,.@x,.@y; to getitem 6187,1; 1 Quote Link to comment Share on other sites More sharing options...
NexusXVI Posted March 23, 2014 Group: Members Topic Count: 61 Topics Per Day: 0.01 Content Count: 227 Reputation: 6 Joined: 01/18/12 Last Seen: May 22, 2022 Author Share Posted March 23, 2014 Thanks Figured that out already but this will help others Quote Link to comment Share on other sites More sharing options...
Question
NexusXVI
Is there any way that you can autoloot custom item drops??
I've used @alootid and @autoloot command but it seems it doesn't affect items that are not in the actual drop list of a monster.
already tried the mob_item_ratio.. and the item i suggested there doesn't drop on anymonsters xD

Edited by NexusXVIor maybe is it possible to make the item go STRAIGHT into your inventory?
I hope someone could help .
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.