Jump to content

Trelos007

Members
  • Posts

    40
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Trelos007

  1. +1 trusted trader safe and fast !!!!
  2. yes i know but i tested it in other pack and it worked very well ...
  3. i removed firewall in router ... i tested other port like 7778 i opened it and it give me the same message ... i dont know ...
  4. i checked them and is the same like the other packs ... maybe it would be some java error in game.sh
  5. I have make a pack interlude and when i start it it gives me this message Port 7777 is already in use . Please free it and restart I checked it in cmd and i dont have any program which use port 7777 can somebody help me it is important !!!
  6. Γεια σας παιδια εχω ετοιμασει ενα pack και την ωρα που ηταν ετοιμο για να το ανεβασω online μου βγαζει αυτο το error Port 7777 is already binded. Please free it and restart Μπορει κάποιος να βοηθήσει την κατάσταση ??
  7. It may need some changes but if y don't know how to compile don't even try it.learn first how to compile and then give it a try ;)
  8. When some1 do retail ?? you probably mean to do sub ^_^ Anyway in order to do that you need to know how to compile & have some java knowledge :P Check this guide First of all you need to get the source code with eclipse: You can do that using the wiki`s CODE FROM HERE: Index: C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/config/altsettings.properties =================================================================== C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/config/altsettings.properties (revision 223) C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/config/altsettings.properties (working copy) # - skills of fighters/mages costs x3 SP AltGameSkillLearn = False # If true, previous skills will not be removed when you change your subclass. # Default = False AltSubClassSkills = False # Allow player sub-class addition without checking for unique quest items. AltSubClassWithoutQuests = False Index: C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/net/sf/l2j/Config.java =================================================================== C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/net/sf/l2j/Config.java (revision 223) C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/net/sf/l2j/Config.java (working copy) /** How much adena receive characters who pick two or less of the winning number */ public static int ALT_LOTTERY_2_AND_1_NUMBER_PRIZE; /** AltSettings for subclass. Load Subclass skills if false, Load all character skills if true. */ public static boolean ALT_SUBCLASS_SKILLS; /* ************************************************************************** * GM CONFIG General GM AccessLevel * ALT_LOTTERY_4_NUMBER_RATE = Float.parseFloat(altSettings.getProperty("AltLottery4NumberRate","0.2")); ALT_LOTTERY_3_NUMBER_RATE = Float.parseFloat(altSettings.getProperty("AltLottery3NumberRate","0.2")); ALT_LOTTERY_2_AND_1_NUMBER_PRIZE = Integer.parseInt(altSettings.getProperty("AltLottery2and1NumberPrize","200" )); ALT_SUBCLASS_SKILLS = Boolean.parseBoolean(altSettings.getProperty("AltSubClassSkills", "False")); } catch (Exception e) { Index: C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/net/sf/l2j/gameserver/model/actor /instance/L2PcInstance.java =================================================================== C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/net/sf/l2j/gameserver/model/actor /instance/L2PcInstance.java (revision 223) C:/Documents and Settings/Administrator/My Documents/Workspace/L2_GameServer_c5/java/net/sf/l2j/gameserver/model/actor /instance/L2PcInstance.java (working copy) public final class L2PcInstance extends L2PlayableInstance { private static final String RESTORE_SKILLS_FOR_CHAR = "SELECT skill_id,skill_level FROM character_skills WHERE char_obj_id=? AND class_index=?"; + private static final String RESTORE_SKILLS_FOR_CHAR_ALT_SUBCLASS = "SELECT skill_id,skill_level FROM character_skills WHERE char_obj_id=?"; private static final String ADD_NEW_SKILL = "INSERT INTO character_skills (char_obj_id,skill_id,skill_level,skill_name,class_index) VALUES (?,?,?,?,?)"; private static final String UPDATE_CHARACTER_SKILL_LEVEL = "UPDATE character_skills SET skill_level=? WHERE skill_id=? AND char_obj_id=? AND class_index=?"; private static final String DELETE_SKILL_FROM_CHAR = "DELETE FROM character_skills WHERE skill_id=? AND char_obj_id=? AND class_index=?"; try { // Retrieve all skills of this L2PcInstance from the database con = L2DatabaseFactory.getInstance().getConnection(); PreparedStatement statement = con.prepareStatement(RESTORE_SKILLS_FOR_CHAR); statement.setInt(1, getObjectId()); statement.setInt(2, getClassIndex()); ResultSet rset = statement.executeQuery(); // Go though the recordset of this SQL query while (rset.next()) if(!Config.ALT_SUBCLASS_SKILLS) { int id = rset.getInt("skill_id"); int level = rset.getInt("skill_level"); if (id > 9000) continue; // fake skills for base stats // Create a L2Skill object for each record L2Skill skill = SkillTable.getInstance().getInfo(id, level); // Add the L2Skill object to the L2Character _skills and its Func objects to the calculator set of the L2Character super.addSkill(skill); } rset.close(); statement.close(); } CODE END HERE CREDITS:distroy
  9. The PVP Server seems nice.I'm gonna give it a try! :P It's not hard,go at enterworld and add this code if (activeChar.getPvpKills()>= 100) { activeChar.getAppearance().setNameColor(0x0000FF); } You have to enter the color code from the opposite! It means that the first goes to last :P But anyway this is a hardcoded code cuz it's not configurable! ;)
  10. Here is a small list about what we have add to the server some fixes of the bug Skill might fixed it doesnt grow up npcs like it was Hack with announcmenets fixed Tattoo of doom fixed Enchant of skills now are normal .online .info commands added to the server Added required items for clan skills in Custom shop TvT/CtF events fixed New custom shop with better interface added Marriage System Implemented This is a small list about what we have add and what we have fix for more infos will be psot here
  11. Go to http://www.l2thunder.net It is good server try it.
  12. yea stefoulis and vent00za and zunix are the best serer devs java programmers and html editors i really like them Thanks!!!
  13. As stef told we are going soon in dc now we waiting pc
  14. .:: Rates ::. * x3000/3000/4000 ( Super PvP ServeR ) ::) .:: Skills ::. * Auto-Learn Skills * Custom SKills To Powerless Classes * All Buffs/d/s Last More than 3h * All C1-C6 Skills Working ( Soon We Will Add CT1/CT1.5 Skills ) :o .:: General ::. * New Players Spawn To Antharas Lair For Faster Xp ( Custom Mobs ) ;D * Many Towns Will be Pvp Zones ! ;) * Siegez Working ! * Olympiad & Hero System Works ! * Noblesse Q Easy With Just Buying Caradine's letter ! * Tvt,CTf,Dm Events With Much Rewards ! * Full Gm Shop With All Items Available ! * Npc Buffer With Buffs From Every Class ! * Global Gk ! * Very Easy Clan System For Lvls 6/7/8 ( you dont need Much Members ) * Zariche Works ! * Custom Farming Zone For Special Items * Friendly & NOT Corrupted gms ! .:: Armors ::. * Titanium Armors :-X * Epic Armors .:: Weapons ::. * Epic Weapons * Dynasty Weapons :D * Custom Duals ( Zariche/Arcana Mace & others...) * Dawn/Dusk Weapons .:: Scrolls :.. * Normal Scrolls 85% For Weapons & 80% For Armors :P * Blessed Scrolls(Taken By Events) 98% For Weapons & Armors... * Safe Enchant Is +3,Max For Weapons +24 & For Armors +25 !--------Log In Now To See & Feel What a Real Pvp Server Means-------! ;D Website Url : www.l2thunder.net
  15. Mporei kaneis na mou dwsei Shop pou na poualei mordor weapons me Multisell oxi buylists kai Icons gia to systextures?
  16. Can you share the armor grp within this titanium fixed plx plox?
×
×
  • Create New...