Jump to content

John Lamprou

Members
  • Posts

    131
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by John Lamprou

  1. As killer said.If l2j and l2jdb didnt exist we will have not l2j today.And be in mind that 95% of the codes of all packS are from l2j and l2jdb.So you vote other packs for 5% of the code And remember that the best pack is that you work on it.I mean you take a pack for example l2jfree and start fixing bugs and ect or implement other features that you think that suits on your server The only team that really works and have his own fixes and codes is l2jfree.Other teams are based on l2j and l2jfree with some customs.And these customs the 95% are from l2jforum the custom available patches in custom cotribution section.
  2. lOk if you want to see the first kamael skills go to http://rapidshare.com/files/50184013/kamael_skills_for_l2joff.rar.html I create them.Not tested.There are bugs but try them.If you use kamel l2jfree edit them and make them for l2jfree.See another skill.xml to see diffrence There are not all and maybe not work as retail
  3. Lol man these include in the code.This is complete.Rewrtite the files to work on another pack and create some htmls and thats all
  4. Well i think to create a l2j packet protector.It will check and block unkown packets,hlapex,antibote protection and check corrupted gms Also protect againt dual box and mysql attacks.However it will have a web admin to restart or start up or start an event and ect without log in the game. I will add it to the source code. I think maybe if anyone want to help Thx in advance
  5. There is not the best pack.All packs have their advantages and dissadvantages.L2joff is the more stable pack and it si good for low and medium servers.L2jfree has the most custom features and it is good for pvp servers or faction server The same for other packs that use these packs for their base
  6. No because 3 month now i have some family problems and i was off so i give my account to my friend to check the forums.And he dint say anything And thx for the comment.As i say it is not fot the niebies.And man i try and works but you mst change in java file to be welcome.htm not npcdefault.htm
  7. Well because noone knows how to create a faction server or at least the most such as gve server i create a mini guide to help you Be sure that you mst spend time and work because i will not give it to you 100% First of all faction system was created by Evill33t and for his old server and now the files are stored in his l2jteam "L2JFREE" Note:The guide was created by EzEraL(John Lamprou) Step 1 Go to www.l2jfree.com and brownze the forum to see l2jfree svn and guides of how to complie with maven L2jfree is not use ant for complying but maven.In l2jfree forum you will find the guide and support Step 2 With eclipse download l2jfree source.When you finish(it will take some time)you will see 3 folders.(Trunk,tags,branches) Well interlude version is in trunk folder.So open trunk folder.You will see many other folders but keep in mind that only 2 folders consider you.The "Gameserver Int" and "Datapack Int"Then go to gameserver int folder Step 3 The faction files are located in: 1)src\main\java\net\sf\l2j\gameserver\instancemanager.Here you will find FanctionManager.java and FanctionQuestManager 2)src\main\java\net\sf\l2j\gameserver\model/actor/instance.Here you will find the L2FanctionQuestManagerInstance 3)src\main\java\net\sf\l2j\gameserver\model\entity\faction.Here you will find the Faction.java the FactionQuest.java and FactionMember.java Read these files carefully and you will understand many things of what you must to do! Step 4 After you read a bit the java files(faction source)you will understand that you must create some new tables and some htms Well so now it begins your work.But during the previous guide that many ppl didnt know how to do it i will help little more. Sql part Well you must create 3 new sqls called "faction_quests.sql" "faction_members.sql" "character_faction_quests.sql" Be carefull that the sqls must be in the correct sql syntax Htm part Well simply create the followings htms: start.htm already.htm switch.htm join.htm accepted.htm noadena.htm switched.htm declined.htm askquit.htm story.htm quited.htm quest.htm shop.htm wrong.htm The htm files must be located in data\html\faction Well thats all.Well if you dont know how to create these sqls and htm files you dont deserve to have a server like this... FAQ : What is faction system? Faction system was created by evil33t for his server.It is like gve but it is not gve.You can choose factions that characters will join and many other things such us faction points and faction war event Is this a gve system? No but it is the most close for it.It has 3 factions (default good,evil,neutral)and many other things that related on gve for example the buff coin and you can take a town in your side by winning it How i can change the faction names because the defaults are neutral,good and evil? In the file faction.java which is located in "src\main\java\net\sf\l2j\gameserver\model\entity\faction" Have fun.... Regards EzEraL(John Lamprou)
×
×
  • Create New...