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.
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
Question
StarSCreams
hi, i working with Fandc/ro team files and try add Killing spree system
Any can help me with add killing spree?
i already add some lines in java/model/player.java but dont work properly
Problem: cannot stop killer on death, i need stop killing_spree when killer die
find: private long _resurrectionBuffBlockedTime = 0;
i put below
find: protected void doPKPVPManage(Creature killer) {
and search pk.setPvpKills(pk.getPvpKills() + 1); and i put below
find protected void onDeath(Creature killer) {
i put below
When i test in game nothing happens and only show messages from switch if i delete kill_streak = 0; on protected void onDeath(Creature killer) { class
any can help me? thanks sorry for my bad english.
Edited by StarSCreamstest results
4 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.