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.
bro you need other tools for do that working... and other files...
listen to me... you need UTPT to open the class or take the textures like this...
https://prnt.sc/cHneGXEgxlwJ
from here you can take what ever you want and after go make in Notepad ++ paste -> save as .uc
latter on you must have source for interface to compile your new interface.u with new .uc
you put inside this .uc what you made and thats create all the script lets say about the fuctionality of buttons...
NEXT...
Go download Xdat Editior
go open file -> interface.xdat
and copy one by one handmade all the Wnd and childrens...
after you get in l2.exe and you can use ///reloadui or ///show windowname to help you fix your windows without close and open the l2.exe all the time...
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.