how can i check if the player make, for example, 2 kills in 5 seconds.
[Algorithmic]
private date&hour time; (IDK actually the real name of this type)
private date&hour timelast;
private int cumulkill = 0; // 3 global variables in L2PcInstance
in setPvpKills() method // method that add a pvp point
setCumulKill(CumulKill()+1);
if ( cumulkill() == 1)
{
time = current time;
timelast = time +5 sec;
}
doublekill();
public void doublekill ()
if ( time =< timelast)
{
if (CumulKill() >=2)
{
reward doublekill;
}
}
else
{
SetCumulKill (0);
}
public void SetCumulKill (int x)
{
cumulkill = x;
}
public int CumulKill ()
{
return cumulkill;
}
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.
L2jMobius has a variety of servers, that all are actively developed.
https://gitlab.com/MobiusDevelopment/L2J_Mobius
Better version if you donate 200 euros to the project? Yes.
https://l2jmobius.org
A tutorial is provided.
https://l2jmobius.org/forum/index.php?topic=3231.0
Please do not come if you cannot compile and test on your own.
MidnightSell team WTB/WTS GOLD TWW EU/US all servers
Cataclysm all servers
Payment Visa/Master/Btc/Eth/Trc-20/Erc-20 (all payments within 10 min)
For all question pls dm
Discord https://discord.gg/h8AN57qJjK
Or Telegram @MidnightSell
Looking for gracia final or gracia epilogue java server. The seller must include full source files
test server is a must,please dont come with shared files. PM ME
Question
Bleadd
Hello,
how can i check if the player make, for example, 2 kills in 5 seconds.
[Algorithmic]
[/algorithmic]
This algo can works?
Cordially,
Bleadd
10 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.