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
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Get Ready! New Lineage 2 Server Coming Online Soon!
A brand-new adventure is about to begin!
Our Lineage 2 Server will be Online Soon, packed with great features and custom PvP items designed to bring non-stop action and intense battles!
What to Expect:
Custom PvP Gear
Balanced Gameplay
Active GM Support
Smooth Performance
Unique Events & Rewards
This is not just another server—it’s a fresh start with the perfect blend of classic Lineage 2 and modern PvP excitement.
Stay tuned – launch date coming soon!
Prepare for war. Fight for glory. Dominate the battlefield!
Website
Hi Splicho,
thats the first i did, i have already running a Lineage Server.
Im just interested how my webinterface works with a bigger amount of data, how is the scaling etc..
So im not explicit waiting for a database, still working with my own.
but thanks for you reply
HEURISTICS ... IDIOT... SHOWS YOUR LEVEL OF IGNORANCE.
FIND A MALICIOUS CODE AND PROVE IT...
IF YOU ARE NOT JUST ANOTHER IGNORANT OF ALL THE ONES HERE 😉
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 :-\
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.
Note: Your post will require moderator approval before it will be visible.