New forum bbcode for GitHub:
[commit]2d6af28bc61162a76d37f74e529e922c9c76f446[/commit]
Code: Select all
[commit]2d6af28bc61162a76d37f74e529e922c9c76f446[/commit]
Code: Select all
[commitdp]b2f62330ea3834687fa98900af2372aa0b2d284e[/commitdp]
SPOILER:
Code: Select all
[commit]2d6af28bc61162a76d37f74e529e922c9c76f446[/commit]
Code: Select all
[commitdp]b2f62330ea3834687fa98900af2372aa0b2d284e[/commitdp]
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body></note>
Code: Select all
[code=xml]<?xml version="1.0" encoding="UTF-8"?><note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body></note>
Code: Select all
class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. }}
Code: Select all
[code=java]class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. }}
Code: Select all
<?php //Hello world in PHP print("Hello World");?>
Code: Select all
[code=php]<?php //Hello world in PHP print("Hello World");?>
Code: Select all
def hello(): print "Hello World!"
Code: Select all
[code=python]def hello(): print "Hello World!"
Code: Select all
### Eclipse Workspace Patch 1.0#P L2_GameServerIndex: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java===================================================================--- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (revision 4422)+++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (working copy)@@ -390,6 +391,9 @@ SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar); Announcements.getInstance().showAnnouncements(activeChar); + if (activeChar.getLevel() == 85)+ activeChar.sendMessage("Hello mate!");+ if (showClanNotice) { NpcHtmlMessage notice = new NpcHtmlMessage(1);
Code: Select all
[code=diff]### Eclipse Workspace Patch 1.0#P L2_GameServerIndex: java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java===================================================================--- java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (revision 4422)+++ java/com/l2jserver/gameserver/network/clientpackets/EnterWorld.java (working copy)@@ -390,6 +391,9 @@ SevenSigns.getInstance().sendCurrentPeriodMsg(activeChar); Announcements.getInstance().showAnnouncements(activeChar); + if (activeChar.getLevel() == 85)+ activeChar.sendMessage("Hello mate!");+ if (showClanNotice) { NpcHtmlMessage notice = new NpcHtmlMessage(1);
Code: Select all
[spoiler]This program is free software: you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the Free SoftwareFoundation, either version 3 of the License, or (at your option) any laterversion. This program is distributed in the hope that it will be useful, but WITHOUTANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESSFOR A PARTICULAR PURPOSE. See the GNU General Public License for moredetails. You should have received a copy of the GNU General Public License along withthis program. If not, see <http://www.gnu.org/licenses/>.[/spoiler]
Code: Select all
[gist=Zoey76]8391277[/gist]
Code: Select all
[pastebin]vfZtYWhT[/pastebin]