Jump to content

`Rοmeο

Legendary Member
  • Posts

    8,223
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by `Rοmeο

  1. The website in the image is realy cool dude thank you :)
  2. 1) Wrong section - It must be HERE 2) We don't have that kind of tool :(
  3. Thanks alot for the karma and the good words :) :D
  4. LOL Why I cant edit mine post ? http://img15.imageshack.us/img15/6217/31503532.jpg ??? And thanks dude you have right I did not test it at 100%
  5. Hi. I did not see that share so I wanted to share it with you guys. Its an old share and the time is not christmas :D But I decided to share it with you. Ok what it does ? When you type : //christmas_start The engine starts. It will take him 2-3 hours to load fully. And it will spawn Christmas trees in every town ingame. Also it will reward the players with special presents from santa :D And alot of more... (I did not test it at all) How to stop it ? Just type : christmas_end Download Here. Credits: Darki699
  6. Oka Boss :D And thanks
  7. addy removed him share so i decided to recode it and reshare it :) and I thing the credits are mine :D
  8. Hello guys ! Yesterday I was serching for that thing but I did not found it on the forum :( I found only 1 topic but it was deleted. So here what is it : This is colored community. When you click Alt+B and you open the community you will see a legend : Wich color for what kind of player is. And all the users will be colored as the color says. For example : If you or the user that you are seeng is in jail the nick in the community will be colored. Index: /trunk/PvP-GS/java/net/sf/l2j/gameserver/communitybbs/Manager/RegionBBSManager.java =================================================================== --- /trunk/PvP-GS/java/net/sf/l2j/gameserver/communitybbs/Manager/RegionBBSManager.java (revision 3) +++ /trunk/PvP-GS/java/net/sf/l2j/gameserver/communitybbs/Manager/RegionBBSManager.java (revision 56) @@ -412,5 +412,13 @@ htmlCode.append(trOpen); - htmlCode.append(tdOpen + getOnlineCount("gm") + " Player(s) Online</td>"); + htmlCode.append(tdOpen + getOnlineCount("gm") + " Player(s) Online : "); + htmlCode.append("<font color=\"00FF00\">Administrator</font>, "); + htmlCode.append("<font color=\"00FF00\">Game Master</font>, "); + htmlCode.append("<font color=\"DD9537\">Noble</font>, "); + htmlCode.append("<font color=\"5192B0\">Hero</font>, "); + htmlCode.append("<font color=\"DA00C3\">Karma</font>, "); + htmlCode.append("<font color=\"E41E00\">Cursed</font>, "); + htmlCode.append("<font color=\"979797\">Jailled</font>."); + htmlCode.append("</td>"); htmlCode.append(trClose); htmlCode.append("</table>"); @@ -428,10 +436,22 @@ htmlCode.append("<td align=left valign=top FIXWIDTH=110><a action=\"bypass _bbsloc;playerinfo;" + player.getName() + "\">"); - - if (player.isGM()) htmlCode.append("<font color=\"LEVEL\">" + player.getName() - + "</font>"); - else htmlCode.append(player.getName()); - - htmlCode.append("</a></td>"); + + if (Config.COLOR_COMMUNITY_BOARD) + { + if (player.isGM())htmlCode.append("<font color=\"00FF00\">" + player.getName() + "</font>"); + else if (player.isGM())htmlCode.append("<font color=\"00FF00\">" + player.getName() + "</font>"); + else if (player.isNoble())htmlCode.append("<font color=\"DD9537\">" + player.getName() + "</font>"); + else if (player.isHero())htmlCode.append("<font color=\"5192B0\">" + player.getName() + "</font>"); + else if (player.isCursedWeaponEquiped())htmlCode.append("<font color=\"E41E00\">" + player.getName() + "</font>"); + else if (player.isInJail())htmlCode.append("<font color=\"979797\">" + player.getName() + "</font>"); + else if (player.getKarma() > 0)htmlCode.append("<font color=\"DA00C3\">" + player.getName() + "</font>"); + else htmlCode.append(player.getName()); + } + else + { + if (player.isGM()) htmlCode.append("<font color=\"LEVEL\">"+ player.getName()+"</font>"); + else htmlCode.append(player.getName()); + htmlCode.append("</a></td>"); + } if (cell < Config.NAME_PER_ROW_COMMUNITYBOARD) htmlCode.append(colSpacer); Index: /trunk/PvP-GS/java/net/sf/l2j/Config.java =================================================================== --- /trunk/PvP-GS/java/net/sf/l2j/Config.java (revision 40) +++ /trunk/PvP-GS/java/net/sf/l2j/Config.java (revision 56) @@ -279,4 +279,5 @@ public static boolean LOG_PACKETS; public static boolean LOG_FLOOD; + public static boolean COLOR_COMMUNITY_BOARD; /** Other Settings Parameters */ @@ -1200,5 +1201,5 @@ THREAD_P_GENERAL = Integer.parseInt(optionsSettings.getProperty("ThreadPoolSizeGeneral", "15")); GENERAL_PACKET_THREAD_CORE_SIZE = Integer.parseInt(optionsSettings.getProperty("GeneralPacketThreadCoreSize", "4")); - IO_PACKET_THREAD_CORE_SIZE =Integer.parseInt(optionsSettings.getProperty("UrgentPacketThreadCoreSize", "2")); + IO_PACKET_THREAD_CORE_SIZE = Integer.parseInt(optionsSettings.getProperty("UrgentPacketThreadCoreSize", "2")); AI_MAX_THREAD = Integer.parseInt(optionsSettings.getProperty("AiMaxThread", "10")); GENERAL_THREAD_CORE_SIZE = Integer.parseInt(optionsSettings.getProperty("GeneralThreadCoreSize", "4")); @@ -1236,4 +1237,5 @@ KNOWNLIST_FORGET_DELAY = Integer.parseInt(optionsSettings.getProperty("KnownListForgetDelay", "10000")); LOG_FLOOD = Boolean.valueOf(optionsSettings.getProperty("LogFlood", "False")); + COLOR_COMMUNITY_BOARD = Boolean.parseBoolean(optionsSettings.getProperty("ColorCommunityBoard", "False")); } catch (Exception e) Index: /trunk/PvP-GS/Settings/General/Options.properties =================================================================== --- /trunk/PvP-GS/Settings/General/Options.properties (revision 40) +++ /trunk/PvP-GS/Settings/General/Options.properties (revision 56) @@ -234,4 +234,7 @@ NamePerRowOnCommunityBoard = 5 +# Allow color name in Community Board +# Retail: False +ColorCommunityBoard = False # ============================== # I was inspired from HERE. Have fun :)
  9. Здравейте хора !
  10. They are on private svn the trac can't be seen without you to be in the team
  11. bring me the website of your "Protected" Server ;)
  12. yup you can close it :)
  13. Sorry for that reply Im testing for that: http://www.maxcheaters.com/forum/index.php?topic=136124.0
  14. Great dude thanks you :D
  15. but when you reply you can see them :(
  16. Error in the password... Only I ahve it ?
  17. Hello. If this post is in the wrong section do something about it but fix the problem please :( Ok here is the problem: When I'm viewing the hidden text/topic I get that message: [Hidden Text: You have to become a VIP Member to see it] PS: I have the needed posts But when I reply to the post/topic Automaticly I can see it. The problem is from me or ?
  18. Awesome looking ! Just add the screen to the main post
  19. strange :D as you are telling in the post I will rate it 0/10 and I will comment that they are Strange :D
  20. DOTA CUSTOM SKILL ? What about that ? Some skill from the DOTA Game or what ? If is posible will you post a video ?
  21. http://www.l2-aof.tk/ comming soon ! read the features
  22. Check in Here. About the test I don't thing that some one will help you. Those are clean versions thats why.
  23. I see in your server website that you are telling that the connection problem is fixed. Thats true ? You steel need help ?
  24. Thank you man !!! I was serching for this realy long time !!!!!
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock