
METALLAS
Members-
Posts
283 -
Credits
0 -
Joined
-
Last visited
-
Feedback
0%
Content Type
Articles
Profiles
Forums
Store
Everything posted by METALLAS
-
L2j-emulating Ncsoft's files in java coding -Nomimo opos eipan kailloi filoi edo Client modding Illegal
-
pedes help!! exo poli megalo problem me ta npc!
METALLAS replied to Mystikos's topic in Server Development Discussion [Greek]
S protino na pareis to pack ayto http://www.maxcheaters.com/forum/index.php?topic=2904.0 -
Toulaxiston as rotage ti allo na po re pedia ti kick piga sto net kai ton evala mesa sto pc apo opou epeze :P
-
SVN Guide, What do you need? - Java jdk 1.4 and or higher Java - Eclipse 3.1 or better Eclipse - maven 2.0.6 or better Maven And now what ¿? 1) Install Java 2) unpack Eclipse 2.1) download and unpack maven. 3)- Run eclipse 4)- Press on help----> software updates---> Search new features to install, click on New Remote Site and enter: Code: Name:subeclipse URL:http://subclipse.tigris.org/update 6)- press ok and finish, check subeclipse to install and press next, accept the terms, next and finish. 7)- now eclipse is downloading subeclipse, be patient, when it finishes press on install all and then on yes when it ask you to restart eclipse. 8)- now subeclipse (the svn module for eclipse) is installed. ok. close eclipse. first part completed congrats biggrin.gif ----------------------------------------------------- seconf part now we need to setup maven. start.....> control panel.....> system ........>advanced.........> environment variables ....> new: JAVA_HOME value: you java installation folder (including bin) exemple: E:\Arquivos de programas\Java\jdk1.6.0\bin ok close.... start........... run............ cmd (on cm screen) lead cmd to folder where you unpacked maven and enter bin folder exemple: cd c:/maven-2.0.7/bin (when cmd be on bin folder type "mvn" without the " ". now you will get a message "build failure" .. all ok thats normal close cmd. second part finished. congratz again tongue.gif -------------------------------------------------------- open eclipse again..... 1)- Press on help----> software updates---> Search new features to install, click on New Remote Site and enter: Code: Name:m2plugin URL:http://m2eclipse.codehaus.org accept terms wait til update finish (this step will install maven plugin on your eclipse). ok.... after finish show view--- other----- svn repository. rigth click on svn repository widow: new---> repository location: 2)- rigth Click on gameserver/loginserver/datapack and select "Check out" select check out as project to start downloading the sourcecode 3)- When this finishes (be patient, this will take some time) you will see a new project with the latest svn sourcecode of l2emu project. ok third part finished biggrin.gif -------------------------------- now we need to setup eclipse for maven. 1) window ------> preferences ------- installed JREs ( you must point to eclipse where you installed yor JDK and not JRE ) click "search" and select the folder where is your java installation, eclipse will automatically detect jdk after you do this. mark the "v" on the jdk ok. close. 2) rigth click on gameseverver/loginserver on maven option, choose "enable". 2) window --- preferences --- > java -- > build path ---> classpath variables new ...........> name: M2_REPO path: your path to maven ( this is the place where maven created repository folder after that "mvn" on enable command). exemple: E:/Documents and Settings/Rayan RPG/.m2/repository at this time some download will occur just wait. third part finished. -------------------- fourty party (last one ) now we need to create configurations for you build your gs/ls withg maven. ok lets go.......... click run .....> external tools .........> open external tools dialog... on m2 build ......> rigth click --- new ... name: L2Emu LoginServer Eclipse base directory : ${workspace_loc:/L2Emu_LoginServer_IL} goals: eclipse:clean eclipse:eclipse apply ok... run...... refresh your workspace on loginserver..... new m2 build again name:L2Emu GameServer Eclipse base directory : ${workspace_loc:/L2Emu_GameServer_IL} goals: eclipse:clean eclipse:eclipse apply ok... run...... refresh your workspace on gameserver..... new m2 build again name: L2Emu LoginServer Build base directory : ${workspace_loc:/L2Emu_LoginServer_IL} goals: assembly:assembly click "add" name: maven.test.skip value: true apply ok. new m2 build again name:L2Emu GameServer Build base directory : ${workspace_loc:/L2Emu_GameServer_IL} goals: assembly:assembly click "add" name: maven.test.skip value: true apply ok. now we have 4 builds: ls eclipse ls build gs build gs eclise run ls build/ gs build/ to compile ls and gameserver, where is the server? on target folder. for datapack just rigth click on build.xml and select "run as ant build" and pack will be inm build folder. All Credits to L2Emu Vrika bug pano se ayton ton guide start.....> control panel.....> system ........>advanced.........> environment variables ....> pate sto Java_Home kai sviste to Bin..meta pate path kai valte ayto C:\Program Files\Java\jdk1.6.0_04;C:\maven\bin to maven valteto ton fakelo panta ston C:\ kai metanomasteto se maven! elpizo na doulepsei
-
Erotisi gia No-ip kai gia server
METALLAS posted a question in Request Server Development Help [Greek]
Kalispera pedia ,tha ithela na sas rotiso an ginete na Trexoun dio server me tin idia no-ip apo diaforetika pc alla me koino login..Ginete? -
Re pedi am evrise ton server eipe tin ton kratate akomi ree DElete na paei na g@mi@thei@ noobades gm eleos dld!!!!!! Akomi vrizei kai epimenei p na niosei!!!
-
Geniki Boitheia! Deite to!
METALLAS replied to Frank's topic in Server Development Discussion [Greek]
Lpn vrika kati apo ton killer_007 gia to client modding fisika ola ta credits se ayto gia ayto p postara molis Now this is the hard step, because it needs time to understand each row. The easiest way (for example for our custom – zariche) is copying the rows from zariche in weapongrp.dat and itemname-e.dat and just changing the name of the weapon and the p. atk/m.atk and of course the description. If you do something wrong, you will get an error. Well, copying the line from weapongrp.dat and then just changing the id is easy, but in the itemname-e.dat you can easily make a mistake by destroying the columns. You have NOT TO edit after the big gaps (I mean, don’t destroy <(for example)> all the old description, select it UNTIL YOU REACH THE END OF THE LETTERS !DON’T! touch the gap. Edit the ID, the description and you are ready. Just load your GS and watch out for error in the .xml loading. If you don’t get any, you are ok! Client editing needs time to learn it, and it’s time consuming because of the errors you can get easily. Use a patched system for any modification, otherwise you gonna get critical error from the client! (Patched system you can find in any server with custom stuff). For custom armor ~> edit in client the… itemname-e.dat, armorgrp.dat For custom weapon ~> edit in client… itemname-e.dat, armorgrp.dat For custom skill ~> edit in client… skillname-e.dat, skillgrp.dat, skillsoundgrp.dat THIS IS ONLY for full customized skills. If you just edit the affects, you won’t need to change any of these. If you want to change the description of these use the itemname-e/skillname-e.dat files. For custom icons use the armorgrp/skillgrp.dat files. icon.skillXXXX for changing icons in skills (use another’s skill number). icon.armor_t06_u_i00 for changing armor icons (you have to edit all the text <(icon.armor_t06_u_i00)> in order to get it fully working. Credits to Killer_007 -
Re pedia eleos dld exo aganaxtisei me tous noobs tou l2 ... dld ekana event ston server m kai itan glady vs Archer kai o gladi exei fortosei 7 lvl sonic kai ekane sonic barrier peftei o Archer kai leei OMG Gladi me UD!!!!Dn ton klidonete ton Server kai dn ton kaite!! Akou ekei Glady me UD... TI ALLO tha akouso o anthropws!!!!!!!!
-
Do u use ur firewal or Windows; s firewall? if u use generally firewal and u have router try to unblock these ports 7777,2106,9104 tcp/upd in firewall and router
-
Provlima me to Login Mou!
METALLAS replied to Frank's topic in Server Development Discussion [Greek]
Nai to skeftiaka alla pali kai egw ekan dual boxin sto pc m kai dn epefte tpt ! Mallon den exei poli RAM ti allo na skeftw .....epidi to login kai to game pernoun 512 mb ram kai dio parathira l2 2X512 dld etc xane 1.6 GB RAM kai fi ayto tou klinei to login...ayto pisteyw egW! -
Geniki Boitheia! Deite to!
METALLAS replied to Frank's topic in Server Development Discussion [Greek]
lpn akolouthise tis odigies stin foto aytes einai gia tin dimiourgeia xml...prepi na exeis notepad ++ apo ekei kai pera prepi na peraseis to skill stin DB an thes na to pernei kapoio class kai meta an thes na to vlepoun kai oi alloi prpei sto system na pirakseis kati p tha s to dikso alli fora gt simera dn mporo :D :P Isos xreiastei core support dn eimai sigouros! ama xreiastei tha psakso kai tha sou po alla na m peis an xreiastei -
NEDD DEVELOPER GIA L2J -->help :P
METALLAS replied to starbreeze's topic in Server Development Discussion [Greek]
kai ti akrivos thes?kai opos eipe o filos xxrxx....grafeis se elliniko section -
Provlima me to Login Mou!
METALLAS replied to Frank's topic in Server Development Discussion [Greek]
Vsk pezeis apo to idio pc me ton server??? -
[Guide]No-Ip - How to create a website
METALLAS replied to Slayerduckie's topic in Server Development Discussion [Greek]
Nice guide -
Mia mikri voi8ia gia na anixo Server ?
METALLAS replied to CaLeSty's topic in Server Development Discussion [Greek]
episis www.ucoz.com -
oriste to link gia mysql http://dev.mysql.com/downloads/
-
Kalispera .eftiaksa ena site tespa prospatho dld :P ...me freehostia...pira ena theme apo edo...alla.. dn mpro na to kano install...exo joomla san engine (dn ksero an o oros engine einai sostos)alla tespa.. tha ithela kapoios an mporei na me voithisi...na me kanei add sto msn metallas_kostas@hotmail.com Ty ek ton proteron
-
Προβλημα με τον server μου!
METALLAS replied to Frank's topic in Server Development Discussion [Greek]
katarxas pes mas ti pack exeis...kai apo ekei kai pera...vlepoume -
Mia mikri voi8ia gia na anixo Server ?
METALLAS replied to CaLeSty's topic in Server Development Discussion [Greek]
file slayerg1 ekanes lathos sto proto link tou les gia kamael skills 80 % kai ola ta ipolipa 100% kai tou dineis pack tou Killer ??? Calesty to sosto link einai ayto http://rapidshare.com/files/86894024/SiN_Kamael_Server_By_Mordaneus.rar.html gia kamael pack panta -
nai alla ayta ta site p exoun http:enaonoma.servegame.com h no-ip.biz exoun agorasei domain name?
-
Pedia mallon dn katalavate...ama exete proseksei vlepete site me kataliksis .servagame.com ,no-ip.biz klp ayta einai ta legomena domain name ...kai ego kano tin eksis erotisi pos mporo na exo ftiakso site kai na tou exo ena domain name typou .servagame.com???
-
dn nmz...exo parei system poli gnostou server kai trexo me ayto...kai eida pos pernai hlapex..dn thelo na anafero onoma t server gia eunoitous logous
-
pos mpor ona exo site me no-ip ..tha eimoun ipoxreos se ayton p tah me voithouse..ty!
-
Kalispera ..pedia xriazomai voitheia ...exete anti-hlapex??? h protection tespaa...ty !