TєђGëØrge
Members-
Posts
638 -
Joined
-
Last visited
Never -
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by TєђGëØrge
-
[Share] Official L2-Dot Compiled Versions !
TєђGëØrge replied to GoDofAdeN's topic in Server Development Discussion [L2J]
If you want i created a link list and i have already uploaded and the rev 280 so i added and your links! Go To Link List (also yes i started l2 again xD) -
mmm i dont know the english word.... (σφηνοπότηρα)
-
ThE aNsWeR wIlL bE tOlD aT tHe LaSt SuNdAy Of ThE MoNtH 29/03/2009
-
[GR + ENG] Looking for some POWER House Tracks from youtube!
TєђGëØrge replied to K4rMa's topic in Spam Topics
electro, tecktonic kai bitakia uploading apo to phone card (memory stick) m ipomoni... -
BAN γιατί δεν με προσβάλει!
-
BAN γιατί θα δω τώρα LOST και έχασα την αρχή!
-
Τα μάζεψα όλα και τα έγραψα έτσι στο χαρτί! Σαν ευχαριστώ όλους...
-
Καλησπέρα... Επέστρεψα για λίγο και θα ήθελα λίγη βοήθεια! :) Μια κοπελιά από το σχολείο με ζήτησε κανα ποιηματάκι για τον Άρη αν ξέρω και εγώ της είπα πως τάχα έχω ένα αρχείο στο pc με 3-4 ποιηματάκια για τον Άρη και ότι θα της τα φέρω... Λοιπόν ξέρετε κανένα; Αν ναι κάντε τα εδώ αν φυσικά ξέρετε ή μπορείτε! ( Να μην είναι προβλητικά, να τον υποστηρίζουν... ) Ευχαριστώ εκ τον προτέρων!
-
Καλησπέρα γνωστοί και άγνωστοι... xD Aποφασισα να αποχωρήσω και εγώ από το forum όπως και 5-6 άτομα ακόμα που έφυγαν! επισις ο λογος που φεύγω είναι ότι παράτησα το l2 (παιίω λίγο cs LAN με friends :D) και γενικά τα pc τα βαρέθηκα. Απλός είπα να πω ένα Bye! στο spam τοπικ! :Δ Μην μου Banarete το account γιατί θα μπένω 1 στον μήνα να βοηθάω κάποιους friends... Και τέλος συνηδειτοποίησα ότι ενώ 1/2 γυμανσίου ήμουν μαθητής του 13-14 μπορώ να έχω καλύτερο βαθμό (3 γυμναίου ξεκίνισα με 15,8 και ανεβαίνω!) αν δεν κάθομαι στο pc με τις ώρες... Σε όλους τους κολιμένους στα pc: Ξεκολίστε από τα pc και θα δείτε τι εννοώ!
-
Φάτε όλοι BAN επειδή έχω καιρό να κάνω Post!
-
[Share] Forbid to equip some kind of items
TєђGëØrge replied to Rizel's topic in Server Shares & Files [L2J]
\UseItem.java:[437,22] ';' expected \UseItem.java:[441,1] ';' reached end of file while parsing that it shows me in cmd console when i try to compile... i haven't edit sth at these lines! -
[HELP]I Need class Balance for my server!!
TєђGëØrge replied to stalkerl2's question in Request Server Development Help [L2J]
Set up ur server in beta mode say that all will be wiped(if you want) at first time and tell the ppl to report bugs and post in your forum the unbalanced classes! Also wrogn section... it should be posted here http://www.maxcheaters.com/forum/index.php?board=64.0 -
Share How to put .online command for L2JFree
TєђGëØrge replied to TєђGëØrge's topic in Server Shares & Files [L2J]
Thanks but now what i have to do? Remove Fully the credits? Say that i made it for l2jfree so credits go to me? Say Credits: L2J ? or Leave it as it is? -
If you see at config/options.properties it has that # Show server version + license when player enter game. ShowLicense = True And when starting L2JFree Gameserver it also shows a big text of L2JFree you can edit and that too! Just go and open C:\test\l2jfree-core\src\main\java\com\l2jfree\gameserver\L2JfreeInfo.java It has these things /** * */ package com.l2jfree.gameserver; import com.l2jfree.gameserver.model.actor.instance.L2PcInstance; /** * @author noctarius */ public class L2JfreeInfo { public static final void showStartupInfo() { System.out.println(""); System.out.println(""); System.out.println(""); System.out.println(" ___ ___"); System.out.println("/\\_ \\ /'___`\\ __ /'___\\"); System.out.println("\\//\\ \\ /\\_\\ /\\ \\ /\\_\\/\\ \\__/ _ __ __ __"); System.out.println(" \\ \\ \\ \\/_/// /__\\/\\ \\ \\ ,__\\/\\`'__\\/'__`\\ /'__`\\"); System.out.println(" \\_\\ \\_ // /_\\ \\\\ \\ \\ \\ \\_/\\ \\ \\//\\ __//\\ __/"); System.out.println(" /\\____\\/\\______/_\\ \\ \\ \\_\\ \\ \\_\\\\ \\____\\ \\____\\"); System.out.println(" \\/____/\\/_____//\\ \\_\\ \\/_/ \\/_/ \\/____/\\/____/"); System.out.println(" \\ \\____/"); System.out.println(" \\/___/ [starting Version: " + GameServer.getVersionNumber() + "]"); } public static final void versionInfo(L2PcInstance activeChar) { activeChar.sendMessage(":__. :_____:_____:_____:_____:_____:_____:"); activeChar.sendMessage("| |__|___ |__. | __| | __| __|"); activeChar.sendMessage("| | ___| | | __| ) _| __| __|"); activeChar.sendMessage("|_____|_____|_____|__| |__|__|_____|_____|"); activeChar.sendMessage("l2jfree version: "+ GameServer.getVersionNumber() + " license: gpl 3 "); } } I made it like for my server like that! /** * */ package com.l2jfree.gameserver; import com.l2jfree.gameserver.model.actor.instance.L2PcInstance; /** * @author noctarius */ public class L2JfreeInfo { public static final void showStartupInfo() { System.out.println("Welcome to L2 WanteD!!!"); System.out.println("Don't forget to vote for us every 12 hours!"); } public static final void versionInfo(L2PcInstance activeChar) { activeChar.sendMessage("Welcome to L2 WanteD!!!"); activeChar.sendMessage("Don't forget to vote for us every 12 hours!"); } } So what happends... By editing System.out.println("Welcome to L2 WanteD!!!"); you are editing the message at start up of "startGameServer.bat" By editing activeChar.sendMessage("Welcome to L2 WanteD!!!"); you are editing the message that a character takes when he is logged in the server! PS: My server L2WanteD (name taken from the movie) is now offline due to problem with the computer...
-
Share How to put .online command for L2JFree
TєђGëØrge replied to TєђGëØrge's topic in Server Shares & Files [L2J]
Link and Guide UPDATED! because of some problems.... when righting .online it says Players Online! but no number but now it is fixxed! @Theonegandalf i changed the imports, S1_S2 maked S1 also some ) didn;'t exis also now i have updated it it doesn't have anything same like Mafia's Guide if you check it! -
Share How to put .online command for L2JFree
TєђGëØrge posted a topic in Server Shares & Files [L2J]
According to that TOPIC i wanted to add .online command to my server so i add it but it was for L2J and i wanted it for L2JFree when i finished it i decided to post it and for other members! First open src\main\java\com\l2jfree\gameserver\handler\VoicedCommandHandler.java and add at line 49 that registerVoicedCommandHandler(new OnlinePlayers()); so it will look sth like this registerVoicedCommandHandler(new CastleDoors()); registerVoicedCommandHandler(new Online()); registerVoicedCommandHandler(new Hellbound()); registerVoicedCommandHandler(new Banking()); registerVoicedCommandHandler(new VersionInfo()); Now download that file i give you at the end of my topic and place it at C:\test\l2jfree-core\src\main\java\com\l2jfree\gameserver\handler\voicedcommandhandlers Then Compile and you are ok! It will look like that image http://rapidshare.com/files/193977215/Online.java Special Thanks to: Mafia_007 for creating it for L2J! Download link and guide updated 04/02/2009 23:25 -
[Help]Compile Trunk Core problem!
TєђGëØrge posted a question in Request Server Development Help [L2J]
It is with cleared pom.xml no edit it is simple like after checkout.... That problem with edited pom.xml .... http://i43.tinypic.com/hw0tah.jpg[/img] i just need help with these problems.... -
[HELP db install]
TєђGëØrge replied to maximus9898's question in Request Server Development Help [Greek]
Κάνε δεξί click άνοιγμα με σημειωματάριο θα λέει κάπου στην αρχή set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.1\bin οκ? -
Είσαι στο spam topic φίλε.... κάνε και 50 post αν θες!
-
[REQUEST]GRACIA PACK
TєђGëØrge replied to maximus9898's question in Request Server Development Help [Greek]
i pane kalitera http://www.l2jfree/releases -
[Request]Olympiads Same IP
TєђGëØrge replied to liquid_ice's question in Request Server Development Help [L2J]
what pack do you use? for l2jfree go to configs and open altsettings.properties and find that thing!
