Jump to content

RandomDude

Members
  • Posts

    1,581
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by RandomDude

  1. not unbalanced!?!? :o My opinion about high enchants is that they just make unbalance...
  2. Not for stabs/skills (backstab, lethal, deadly blow etc..)
  3. Lol, lethal strike is like 1% in PvP... :o
  4. Ye, im 100% sure.. I play Freya, and Dagger is my best class ;)
  5. No, im not saying that! Daggers just dont need Str to make dmg with blows/stabs...
  6. lol? i dont know if you see that we are talking about Freya client?? ;)
  7. Finally someone that understand how to play dagger!!! :D
  8. I perfer Elegia set and -9 Str +5 Con and +4 Dex for high rate pvp servers... This is perfect settings for me ;)
  9. Ye, you farmed for full Eginia set +0 in 1 hour.. If you need ++ items you have to play for months because bosses have 24h respawn, and as i know thats the only way to get blessed, books, boss juwerlys etc. items...
  10. Ye, but Str is totally useless on HR/PvP servers!..
  11. OMG, you dont need Str on high rate server!.. So decreasing their con or dex will just make them more useless than normal :o
  12. Good game, when you look at the fact that its a free to play arena game :D I rate it: Grapich: 4/5 Gameplay: 3/5 (because i dont really like the camera views, but the game is just good enough to keep it on 3 :D) Noob Friendly: 3/5 (it could be better, but when you played the game for a little bit time you'll learn it) xD Total Rank: 4!
  13. look prefix xD Lol? you can farm 30 min on all servers :P I guess you mean 30 min for max gear?? :D
  14. .... Exactly my words xD
  15. Useless for HR servers with maney buffs.. I will personally prefer my PvP dyes in that kind of serves, but yours is also good for servers with low buffs etc.. :P
  16. Farm Dyes: +4 Str - 4 Con, +1 Dex - 1 Con, +4 Dex - 4 Con... PvP Dyes (or for ppl who use much skills on farm): +4 Con -4 Str, +1 Dex -1 Str, +4 Dex -4 Str... Attribute doessent really matters not even if they are difficult to get, just take what you like :P
  17. I just installed this, and added my own colors and added a few more.. This is not the problem, the problem is that the characters only gain the first color from the code and all the other codes is just ignored.. How can this be? :o =================================================================== --- java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java (revision 4092) +++ java/net/sf/l2j/gameserver/clientpackets/EnterWorld.java (working copy) @@ -174,6 +174,51 @@ engage(activeChar); notifyPartner(activeChar,activeChar.getPartnerId()); } + + // PvP Color System + + if (Config.ENABLE_COLOR_PVP) + { + if (activeChar.getPvpKills()>= 100) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PVP_100); + } + if (activeChar.getPvpKills()>= 500) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PVP_500); + } + if (activeChar.getPvpKills()>= 1000) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PVP_1000); + } + if (activeChar.getPvpKills()>= 5000) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PVP_5000); + } + } + + // Pk Color System + + if (Config.ENABLE_COLOR_PK) + { + if (activeChar.getPkKills()>= 100) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PK_100); + } + if (activeChar.getPkKills()>= 500) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PK_500); + } + if (activeChar.getPkKills()>= 1000) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PK_1000); + } + if (activeChar.getPkKills()>= 5000) + { + activeChar.getAppearance().setNameColor(Config.COLOR_PK_5000); + } + } + Worked my problem out, I just delete "Else" like above...
  18. LOL, 100% is good! :D
  19. I like the setup of the "Maxcheaters Beta" logo, and the colors. So i decided to make one that looks a little bit like that... Hope you like it :D
  20. http://www.megaupload.com/?d=WF3V6ZLX Hope it works for you now! :D
  21. I will tell Admin :D
  22. Ye.. I personally think that it was a good choise! because updating a "free" server w/o wipe wont give sense, because everyhóne have go get new gear(items) anyway... ... Im glad that you like it Caccolino ;)
  23. The server just wiped and upgraded to Freya client to offer you the newest stuff ;) +The server got new site: http://l2phoenix.net63.net/
  24. Ok, gl! ;)
×
×
  • Create New...