BAN_L2JDev Posted March 16, 2021 Share Posted March 16, 2021 hello everyone how can i just leave adena in auto lot ultilizo aCis 398 does anyone have this part of the code? Link to comment Share on other sites More sharing options...
0 Rootware Posted March 31, 2021 Share Posted March 31, 2021 Find this line in Monster.java if (((isRaidBoss() && Config.AUTO_LOOT_RAID) || (!isRaidBoss() && Config.AUTO_LOOT)) && player.getInventory().validateCapacityByItemId(holder)) and change to this if (((isRaidBoss() && Config.AUTO_LOOT_RAID) || (!isRaidBoss() && Config.AUTO_LOOT) || (holder.getId() == 57)) && player.getInventory().validateCapacityByItemId(holder)) 1 Link to comment Share on other sites More sharing options...
Question
BAN_L2JDev
hello everyone how can i just leave adena in auto lot
ultilizo aCis 398 does anyone have this part of the code?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts