Jump to content

LarysL2

Members
  • Posts

    10
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About LarysL2

Profile Information

  • Gender
    Not Telling

LarysL2's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. ladyofl2, why the hell do you post to this topic, when it has nothing to do with L2Retribution ? Do you think that you're really experienced/clever ? Nope, you're not, smartass. You want to say something about whole forum ? Go and post it to General Zone section, smartass. About the reviews of L2Retribution, they're fair and real by highly knowledgeable players! And yeah, it's an advertising event which you can check in L2Retribution forums, you will see the reply of each player who reviewed us in maxcheaters, also, the reward is not "vorpal +99", it's few coins to exchange for useful items like lifestones, giant's codex, enchant scrolls, etc, smartass. Maxcheaters is glad for having any l2 server running advertisement events like this, smartass. As about Aphrodite, is one of the best persons who any l2 server owner would like to have in his staff, so stfu talking about fair ways, smartass. In topic, L2Retribution deserved to be played, its staff is the best, reports are being reviewed and resolved very fast, every player say that L2R is one of the best servers. Only one thing is missing, the big community, so don't hesitate and join!
  2. 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.
  3. 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.
  4. 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 :/
  5. Very useful, good job Fortuna Btw, i think it should be Pinned Topic, so people can find it more easy
  6. Topic updated with full informations about the server! If you join the server, please reply for any comments! Το topic αναβαθμίστηκε με όλες τις πληροφορίες του server! Έαν μπείτε στον server, παρακαλώ απαντήστε για οποιαδίποτε σχόλια!
  7. 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!
  8. ok blimbl00m, i will update it later! By the way, what's your opinion for the server ?
  9. << 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 Forum: http://l2farenheit.highforum.net
  10. 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
×
×
  • Create New...