thelw na kanw to e3eis... otan enas player exei as poume x buff(px. shield) kai to kanei self/target to buff den to pairneis mexri na teliwsh to effect/cast oute mporeis na walk..kai ta upoloipa buffs exoun to diko tous effect... px. dance theloun duals oste na ta knc ktlp.
kati tetoio thelw na kanw se buffer..
px auto to code kanei self effect alla ama knc walk kanei cancel to effect kai to buff to exeis parei :P
StringTokenizer st = new StringTokenizer(command, " ");
String actualCommand = st.nextToken();
int buffid = 0;
int bufflevel = 1;
if (st.countTokens() == 2) {
buffid = Integer.valueOf(st.nextToken());
bufflevel = Integer.valueOf(st.nextToken());
}
else if (st.countTokens() == 1)
buffid = Integer.valueOf(st.nextToken());
if (actualCommand.equalsIgnoreCase("getbuff")) {
if (buffid != 0) {
MagicSkillUse mgc = new MagicSkillUse(this, player, buffid, bufflevel, 5, 0);
SkillTable.getInstance().getInfo(buffid, bufflevel).getEffects(this, player);
showMessageWindow(player);
player.broadcastPacket(mgc);
}
}
:forever alone like a boss: :forever alone like a boss: 3erei knc pws na to kanw?
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.
Dear friends, we are excited to announce a new thrilling event — the "Path of Glory" tournament!
Only the bravest and most skilled fighters will be able to prove their strength and mastery in battle!
Tournament Dates and Formats:
- May 24, 2025 at 16:00 GMT +2 — 2 vs 2
- May 25, 2025 at 16:00 GMT +2 — 4 vs 4
Battle Venue: Gludin Arena
All participants will receive rewards!
Learn more about the tournament and register on the forum.
I have completed global work on player synchronization. Now I continue to implement the UI.
Added to the store: processes any size of the list of products, the store itself expands the cells or removes unnecessary ones.
Added ToolTips for accessories.
Added optimization for the store so that a large number of items can be processed quickly.
Added movement by double clicking in the sell - buy field and back.
Question
vl4d
thelw na kanw to e3eis... otan enas player exei as poume x buff(px. shield) kai to kanei self/target to buff den to pairneis mexri na teliwsh to effect/cast oute mporeis na walk..kai ta upoloipa buffs exoun to diko tous effect... px. dance theloun duals oste na ta knc ktlp.
kati tetoio thelw na kanw se buffer..
px auto to code kanei self effect alla ama knc walk kanei cancel to effect kai to buff to exeis parei :P
:forever alone like a boss: :forever alone like a boss: 3erei knc pws na to kanw?
Edited by vl4d9 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.