LarysL2
-
Posts
10 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Posts posted by LarysL2
-
-
1 hour is remaining for the exclusive Grand Opening of Lineage II MMOPlay!
MMOPlay Patch is released - http://www.mediafire.com/download/jr7fblko5aqj1y5/MMOPlay+Patch.zip
Do NOT delay download it, it's 830MB... so hurry up!
Make sure you have a clean High Five client.
-
Thank you SweeTs for your fast reply, about your solution, it worked but somehow still there is a problem.
If the Player2 who wins the +1 pvp has the lower level, it does not work.
Example1: Player2(64level), Player1(85level) - Player2 wins the PvP but the code is not working, he gets +1 pvp while he has 20+ level difference than Player1.
Example2: Player2(85level), Player1(64level) - Player2 wins the PvP and the code is working, he does NOT get the +1 pvp.
Edit:
I tried to do it with 1 case like as:
if((PLAYER1.getLevel() - PLAYER2.getLevel()) <= 20)
It had the same result of the above Example1,2 but with opposite levels at Player2,Player1.
Edit2:
if((PLAYER1.getLevel() - PLAYER2.getLevel()) >= 20)
Has the same result of the above Example1,2, same levels.
-
Hello there, i am a newbie to java... so if you could help me, i would appreciate it.
i have a code for Maximum level difference for the PvP count, for example look below:
if((PLAYER1.getLevel() - PLAYER2.getLevel()) >= 20 || (PLAYER2.getLevel() - PLAYER1.getLevel()) >= 20) { PLAYER2.setPvpKills(PLAYER2.getPvpKills() + 1); }the PLAYER2 is the winner of the PvP and he will get the +1 pvp count.the code above... works as the player2 must be 20 level higher than player1 to get the +1 pvp count, but i want the opposite.i want the PLAYER2 must have 20 maximum level more than the player1 to get the +1 pvp count, not more than 20.I tried to change it from >=20 to <= 20 but it didn't work :/ -
Very useful, good job Fortuna
Btw, i think it should be Pinned Topic, so people can find it more easy
-
Topic updated with full informations about the server!
If you join the server, please reply for any comments!
Το topic αναβαθμίστηκε με όλες τις πληροφορίες του server!
Έαν μπείτε στον server, παρακαλώ απαντήστε για οποιαδίποτε σχόλια!
-
Server's name changed to L2 Farenheit!
Server updated! Exp/Sp/Adena rates changed to x500/x500/x700!
Many buggs are fixed! No more lag!
Give our server a try, you will not lose!
-
ok blimbl00m, i will update it later! By the way, what's your opinion for the server ?
-
<< Lineage II Farenheit - PvP Server >>
WebSite: http://l2farenheit.dom.gr
Forum: http://l2farenheit.highforum.net
Μερικές πληροφορίες:
Server's Chronicle: * Gracia Part 2 *
Ο server έχει αρκετά καλά ισοροποιμένα τα class, υπάρχει πολύ PvP, δεν υπάρχει καθόλου LAG και γίνεσε τούμπανο πολύ γρήγορα!
Το GM Team είναι πολύ ενεργό, συμπαθητικό και βοηθάει οποιονδίποτε που έχει πρόβλημα.
Server's Rates:
- Exp Rate: x500
- Sp Rate: x500
- Drop Rate: x1
- Drop Adena Rate: x700
- PartyExp Rate: x1
- PartySp Rate: x2
Server's Enchants:
- Safe Enchant: +10
- Max Enchant: +20
- Enchant Rate: 85%
- If item's enchant fail, the item will be +0! It will NOT break!
Server's Special Features:
- PvP Color System:
- 1000 PvP = Purple Title
- 2000 PvP = Blue Title
- 3000 PvP = Orange Title
- 4000 PvP = Yellow Title
- 5000 PvP = Red Title
- New Auto Event every 50 minutes! Don't lose it! Nice prizes!
- NO Grade Penalty.
- Working Lv 81 Skills.
- Working Attributes.
- Tattoo with custom stats.
- Cloaks with custom stats.
Normal Features:
- GM Shop with all necessary items.
- NPC Buffer with many useful buffs. (Buff's duration time: 4 hours.)
- Character's buff slots: Infinity.
- Special Global Gatekeeper.
- Custom Farming Areas.
- NO Quest for Subclass.
- Custom Noblesse Quest.
- Normal Olympiad Period.
- Auto TvT/CTF Events.
- Sieges every week.
WebSite: http://l2farenheit.dom.gr
- Exp Rate: x500
-
Very nice job with the buffer Rin4a. I have to notice you that you missed to add Config.DANCES_MAX_AMOUNT or getDanceCount at l2j's version. I mean that Dances/Songs have a different count at l2j's configs. So your l2j's buffer does not work right... If you would add this feature too, it would be great! :) Btw, if any other user has already replied this problem here, i'm very sorry for my reply!
P.S: I know that it needs a bit more work and you have to change bufftype of dances/songs and many other things at buffer.py but with this way it will work great on l2j's version! :P

[L2J] Lineage 2 Retribution
in Private Servers
Posted · Edited by LarysL2