LearningRO Posted May 24, 2018 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Share Posted May 24, 2018 hi, all i have script for drop item to all monster - script alldrop -1,{ OnInit: // blacklisted monsters .blacklist$ = "1097"; end; OnNPCKillEvent: getmapxy( .@map$,.@x,.@y, 0 ); if( !compare( "|"+.blacklist$+"|","|"+killedrid+"|" ) ) makeitem 32041,5,.@map$,.@x,.@y; end; } when player use @alootd 32041, why sometime item not auto looting into iventory??it's bug or no?? Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted May 24, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted May 24, 2018 autoloot doesn't auto loot the item that create by script. it only loot item that dropped by monster. Quote Link to comment Share on other sites More sharing options...
0 LearningRO Posted May 24, 2018 Group: Members Topic Count: 107 Topics Per Day: 0.02 Content Count: 778 Reputation: 73 Joined: 02/10/12 Last Seen: 13 hours ago Author Share Posted May 24, 2018 (edited) 8 hours ago, Emistry said: autoloot doesn't auto loot the item that create by script. it only loot item that dropped by monster. if alootid doesn't support that but why sometime can auto loot into inventory?? Edited May 24, 2018 by melv0 Quote Link to comment Share on other sites More sharing options...
Question
LearningRO
hi, all i have script for drop item to all monster
- script alldrop -1,{ OnInit: // blacklisted monsters .blacklist$ = "1097"; end; OnNPCKillEvent: getmapxy( .@map$,.@x,.@y, 0 ); if( !compare( "|"+.blacklist$+"|","|"+killedrid+"|" ) ) makeitem 32041,5,.@map$,.@x,.@y; end; }
when player use @alootd 32041, why sometime item not auto looting into iventory??it's bug or no??
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.