Jump to content

John Lamprou

Members
  • Posts

    131
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by John Lamprou

  1. The site is ready i will open it today but tell me do you want to join.ALso if you can help me find another devs not only for l2j but client moddying an l2off
  2. Well i am looking for members that have knowledge to help me in my project My project will be called la2-world dev team.We will give an l2jserverpack,off files client moddying and l2j and l2off tutorials Each category willl have another devs.For exapmle l2j will have different devs from l2off Our website is www.la2-world.com Here post your knowledge and the category you want to participate and send me an email at jlamprou@hotmail.com
  3. Because some users say that the files are not completed and need editing is falsi.All faction codes/faction points/buff coin and all are include just follow the guide and activate the system and spawn correct npcs
  4. Well man can you tell me someting?I have friends that not know enything about java and ect but when i post the gude after a bit work they made the server.So as we understand you are a leacher and you wait from others
  5. This coin is located in inventory in quest items.You click on it and a menu with bufs appear.You choose the buffs and thats all
  6. -- ---------------------------- -- Table structure for `character_faction_quests` -- ---------------------------- CREATE TABLE IF NOT EXISTS `character_faction_quests` ( `char_id` INT NOT NULL DEFAULT 0, `faction_quest_id` INT NOT NULL DEFAULT 0, PRIMARY KEY (`char_id`,`faction_quest_id`) ) DEFAULT CHARSET=utf8; -- ---------------------------- -- Table structure for `faction_members` -- ---------------------------- CREATE TABLE IF NOT EXISTS `faction_members` ( `player_id` INT NOT NULL DEFAULT 0, `faction_id` INT NOT NULL DEFAULT 0, `faction_points` INT NOT NULL DEFAULT 0, `contributions` INT NOT NULL DEFAULT 0, `join_date` INT NOT NULL DEFAULT 0, PRIMARY KEY (`player_id`,`faction_id`,`faction_points`,`contributions`,`join_date`) ) DEFAULT CHARSET=utf8; -- ---------------------------- -- Table structure for `faction_quests` -- ---------------------------- CREATE TABLE IF NOT EXISTS `faction_quests` ( `id` INT NOT NULL DEFAULT 0, `faction_id` INT NOT NULL DEFAULT 0, `name` INT NOT NULL DEFAULT 0, `description` INT NOT NULL DEFAULT 0, `reward` INT NOT NULL DEFAULT 0, `mobid` INT NOT NULL DEFAULT 0, `amount` INT NOT NULL DEFAULT 0, `min_level` INT NOT NULL DEFAULT 0, PRIMARY KEY (`id`,`faction_id`,`name`,`description`,`reward`,`mobid`,`amount`,`min_level`) ) DEFAULT CHARSET=utf8; Thats all have fun man
  7. Well for the first for client sorry you are right but for the second you can config server for gasmeguard protection and download a client anti bot.There are many free out there.And if you dont find use fron another server.Download his patch with antibot.
  8. I must tell you some things 1)Why run a c5 server and not interlude.And not tell me you want stability because l2jc4 is much more stable 2)Why you want a walker in your server 3)There are many topics and post related on this so god dammit search I know how to do this but i dont tell you because you must learn to search and not wait others And plz if anyone knows dont post it or say it.He must learn to search and then if he can not find anything he will ask help
  9. Afto to pack eine to official l2j pedes.To tvt emena m leitourgei mia xara kai kaliera min to katevazete etimo alla katevaste apo me eclipse gia na exete to source code.Telos ama lew,ama exete problem meso source pigenete sta tvt java files kai ftiakte oti thelete.Gia paradeigma egw ebala na kaneis register me .join kai oxi me register se npc
  10. Well hello guys because many users dont know how to compile with maven and switch from l2jfree to another team i made this guide exactly for them This guide has 3 parts Part 1 Download and run maven First go to http://maven.apache.org/download.htmland download maven.I suggest you to download with zip and not with other tools Second when you download it extract it in C: So the location of the programm will be C:\Maven 2.0.7 Then rename Maven 2.0.0.7 to maven.So its location will be C:\maven Finaly go to to l2jfree source that you download with eclipse.Open the cmd and type C:\maven\bin\mvn assembly:assembly And it will start toi run maven.Wait it until it finish. Part 2 Configure Eclipse Go in the location that you have eclipse(not 3.1 but newer.I prefer 3.3)Start eclipse and select:window/preferences\java/Build Path/Classpath Variables click "NEW" and write in "Name"field M2_REPO And in "Path"filed locate the m2 directory.It will be in C:\Documents and Settings\YOURUSERNAME Now refresh your workspace and you are set Part 3 Install Eclipse Maven plugin Open eclipse and select help\software updates\find and install\Select new features to install and press the option "New Remote site" and add: [table][tr][td]Name:m2 plugin Url:http://m2eclipse.codehaus.org[/table] Press ok and finsh.Then it will download maven plugin when it finish press "Install all"and then when eclipse ask you to restart press "yes" At the end go to run\external tools\open external tools dialog and select m2 build.And press the option "New lanch configuration" When you click on "New lanch configuration" option it will pop up a new menu with 2 options.(Base Directory and Goals) In base direcotry select "Browze workspace" and you will see all eclipse projects that you have.Select l2jfree but click on the arrow that it will show you trunk,tags,branches.Select trunk(if you want to complie interlude version)and select gameserver for example. In "Goals option add the goal assembly:assembly and press run And the gameserver will be compiled.If you want to compiled the loginserver just select login server Frequently asked questions I paste them from l2jfree forum I got this error in my console (windows command line) Code: [table][tr][td]ERROR: JAVA_HOME not found in your environment. Please set the JAVA_HOME variable in your environment to match the location of your Java installation[/table] You just have to set JAVA_HOME in your environment variable. workspace => right click => properties => advanced => environment variable Add new variable JAVA_HOME that target your installation path of JDK (ant not your JRE) Diagnosis: Invalid task 'jar': you must specify a valid lifecycle phase, or a goal The good command is : mvn assembly:assembly to build your project You can add -Dmaven.test.skip=true to skip the test -U to force the download of new maven plugin versions -o to keep offline mvn clean to clean your build I have an error message, CHECKSUM FAILED This is just a warning, not an error. The build will continue. Plug-in org.maven.ide.eclipse was unable to load class org.maven.ide.eclipse.preferences.Maven2PreferencePage. Eclipse 3.2 plugin < Maveen 2.0 integration 0.0.9 > The problem is not with the plugin. What you need to keep in mind is that the plugin is built on top on Maven. So you need to install Maven first and run it at least one time from the command line so that the "Documents and Settings/<username>/.m2" directory is created. Once that is done, go back in Eclipse and everything will be ok. Usefull tips when you ready to compile open your cmd and go to the main folder of your workspace project(such c:, cd workspace, cd l2_gamesever_il). When u get on its folder only type ur path to maven and the mvn inside bin folder (u'll be on ur l2_gamesever_il folder, you type c:\maven\bin\mvn assembly:assembly) And Thats it. its takes bout 1~2 mins Have fun... I hope i help with this guide.Any problems post it here!
  11. Nice programm but i prefer to work with the old way.But nice share
  12. Well there are plenty of guides of how to do that in all forums.Search a little and not wait others And why to have 2 servers in 1 pc?Lag,lag,lag,,,,,,
  13. Well and because you bored we must do it for you?Do it b your own man but with your post i understand that you dont know
  14. To finish this isue make a code preview in faction source and you will see what you must to do.To make it configurable with true or false you must know little java.For example go and see auto tvt source and then it will help you
  15. Well not so hard you can make it with true or false. In oneo site i share the files of evil and ahmed dev said that he will do that
  16. Well i dont understand why you share this?Faction files are in l2jfree source and as killer said if you read the file you will see what you must create htm sql ....
  17. Well i am looking for a good dedicate host.Does anyone knows something? Plz post the link
  18. Lol it is not nightly db.Well nightly is official l2j serverpack(mainworkers)The db you use is from l2jdb the offcial db team.And it is not old.The sql that you want to batch has not the right syntax coloums.Well it is easy to fix it because actually it is not an error. Well try Ekoice code i didnt check if it is correct but it must work
  19. Wel in my opinion wow is better in exp and l2 in pvp.Thats all P
  20. Kala afto to fenomeno eine sinithismeno.Exw xiliades tetious mexri p anagastika na ftiakso ena patcaki p otan logarw msn prin sinde8ei me rwtaeri apo contracts p exw poioi thelw na me vlepoun kai pataw mono friends mon se spanies periptoseis mpenw na me vlepoun oloi Vlepoun ennow oti kai na m milane to msn den dixnei tpt
  21. What is remo pack?I can help with anything in l2j but be more specific plz
×
×
  • Create New...