hi all, I just want a little help in this mod, I have a code but I have worked I think is wrong, I incorporate into my project on: autolootadena for the adena dropping on the floor and other items not
autoloot item in order all exept adena.
this code does not work for me I have to l2jserver freya
@@ -1402,7 +1402,8 @@
// Check if the autoLoot mode is active
if (isFlying()
|| (!isRaid() && Config.AUTO_LOOT)
- || (isRaid() && Config.AUTO_LOOT_RAIDS))
+ || (isRaid() && Config.AUTO_LOOT_RAIDS)
+ || (Config.AUTO_LOOT_ADENA && item.getItemId() == 57))
player.doAutoLoot(this, item); // Give the item(s) to the L2PcInstance that has killed the L2Attackable
else
dropItem(player, item); // drop the item on the ground
Looking for experienced dev to work with acis, have few major work requests which i can mention only in private. pm here or discord uNq#9999.
l2palace.com project.
Soulshot item right click action is hardcoded inside .dll, unless I'm mistaken. So your best bet is to ask someone like AlisaCodeDragon (but I doubt he can do it, I already asked him for this and he said he'll do it but ignored me for months). Otherwise if you don't need pet soulshot in your server you can use their item ids for your new soulshots, which is the way I did it back in L2Eola.
Mmm but i have everything in the client, item and correct grade, effect,etc. Works but you need press te SS when pj is attack to activate... What define the action of click secundary ?
Question
StarSCreams
hi all, I just want a little help in this mod, I have a code but I have worked I think is wrong, I incorporate into my project on: autolootadena for the adena dropping on the floor and other items not
autoloot item in order all exept adena.
this code does not work for me I have to l2jserver freya
any solution? thanks
sorry my bad english :-\
Link to comment
Share on other sites
7 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.