Hello guys , is this code going to work for the latest L2j hi5 files?
Index: L2J_Server/com/l2jserver/gameserver/model/actor/instance
===================================================================
---L2J_Server/com/l2jserver/gameserver/model/actor/instance/L2MonsterInstance.java
+++ L2J_Server/com/l2jserver/gameserver/model/actor/instance/L2MonsterInstance.java
@@ 159 , 23 162 , 24 @@
@Override
public boolean doDie(L2Character killer)
{
if (!super.doDie(killer))
return false;
if (_maintenanceTask != null)
{
_maintenanceTask.cancel(false); // doesn't do it?
_maintenanceTask = null;
}
+ if (getNpcId() == YourMobId) //Set here which mob ID you want to "drop" fame on die.
+ {
+ L2PcInstance kil = (L2PcInstance) killer;
+ //kil.setFame(kil.getFame() + Fame_Points); // set here how many fame points you want to add in character
+ kil.getClan().addReputationScore(Clan_points, true) //set on clan_points number of points you want to give
+ }
return true;
}
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.
DISCORD :
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/hood-services
https://campsite.bio/utchihaamkt
Hey. Are you interested in grow your darling faster? Or maybe do you need a rest a bit? The L2Reborn enjoyer from old Interlude on your side!
Price per hour:
3.5 EUR or 3.75 USD
only crypto payments (sorry, paypal does not work in my country)
FAQ:
- You can choose day and exact time when I log in.
- You can choose farm spot by yourself.
- You will get screenshot every 2 hours with open inventory and with any other indicator to track progress.
- I can help you with almost every specific goal like spoil, manor, selling exp with imp.
- All loot is yours, except dropped D-grade or highter grade items.
- Of course middleman from maxcheaters is possible, if you want to involve.
PM here:
Telegram https://t.me/rhinocheater
Question
Justice7
Hello guys , is this code going to work for the latest L2j hi5 files?
Link to comment
Share on other sites
1 answer 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.