I present to your attention two options for the Hellbound location map
details in the archive
if you have larger effect files, you do not need to replace them
download
updates can be made behind the scenes, so if you catch a crit, post on the forum or download the archive, it may have already been fixed
additionally you can download
all la2 music from the latest version of the game 2025 download
the entire La2 ambisound from the latest version of the game 2025 download
I do what I like because I don't need to push myself to do things for L2 as a means of income. You, on the other hand, are here trying to scam people for $20k files...
But, since you're so talented and competent, I suppose you must be thriving on the fruits of your talents as an L2Off dev, no?
Oh wait
Guess not
If you have error
[ERR] 1067 - Invalid default value for 'createDate'
`createDate` date DEFAULT NULL '00-00-0000',
need use
`createDate` date DEFAULT NULL,
What game client do you need here?
I can't even log in!
# Auto account creation
# ----------------------------
# Auto account creation
# Default: True
AutoCreateAccounts = True
What did I do wrong?
ServerAddr=127.0.0.1
Question
MegaCheat
Hallo Guys I want make killing spree
this code
ndex: java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java =================================================================== --- java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (revision 4638) +++ java/com/l2jserver/gameserver/model/actor/instance/L2PcInstance.java (working copy) @@ -243,6 +243,7 @@ import com.l2jserver.gameserver.network.serverpackets.UserInfo; import com.l2jserver.gameserver.skills.AbnormalEffect; import com.l2jserver.gameserver.skills.Env; +import com.l2jserver.gameserver.network.serverpackets.ExShowScreenMessage; import com.l2jserver.gameserver.skills.Formulas; import com.l2jserver.gameserver.skills.Stats; import com.l2jserver.gameserver.skills.l2skills.L2SkillSiegeFlag; @@ -5664,14 +5737,63 @@ * Increase the pvp kills count and send the info to the player * */ + private int impro = 0; public void increasePvpKills(L2Character target) { if (target instanceof L2PcInstance && AntiFeedManager.getInstance().check(this, target)) { + impro++; + + switch(impro){ + + case 3: + ExShowScreenMessage case3 = new ExShowScreenMessage("You reached 3 killing spree!", 10000); + sendPacket(case3); + Announcements.getInstance().announceToAll("Player: " + getName() + " :Just got a Triple Kill!"); + break; + + case 5: + ExShowScreenMessage case5 = new ExShowScreenMessage("You reached 5 killing spree!", 10000); + sendPacket(case5); + Announcements.getInstance().announceToAll("Player: " + getName() + " :Just got an Ultra Kill!"); + break; + + case 10: + ExShowScreenMessage case10 = new ExShowScreenMessage("You reached 10 killing spree!", 10000); + sendPacket(case10); + Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 10 kill in a row!"); + break; + + case 15: + ExShowScreenMessage case15 = new ExShowScreenMessage("You reached 15 killing spree!", 10000); + sendPacket(case15); + Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 15 kill in a row!"); + break; + + case 20: + ExShowScreenMessage case20 = new ExShowScreenMessage("You reached 20 killing spree!", 10000); + sendPacket(case20); + Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 20 kill in a row!"); + break; + + case 25: + ExShowScreenMessage case25 = new ExShowScreenMessage("You reached 25 killing spree!", 10000); + sendPacket(case25); + Announcements.getInstance().announceToAll("Player: " + getName() + " :reached 25 kill in a row!"); + break; + default: + ; + } + + @@ -13495,6 +13639,8 @@ setCurrentFeed(0); stopFeed(); dismount(); + + impro = 0; sendPacket(SystemMessage.getSystemMessage(SystemMessageId.OUT_OF_FEED_MOUNT_CANCELED)); }
But not when he dies but with time 1 min
impro = 0; <<<< 1 min
8 answers to this question
Recommended Posts