Jump to content

`NeverMore

Legendary Member
  • Posts

    4,036
  • Credits

  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by `NeverMore

  1. yeah you are right ... i misunderstood your post ;)
  2. i quess he is searching for a compiled pack and not a project ... so l2jesios is a choice ;)
  3. dat there are compiled versions which you can download for free
  4. Thanks guys yeah you are right it was ... but full of bugs ,code was "dirty" , topic was locked and files was deleted ... also shared it was just for farm and not that advanced !
  5. κάνε edit τον τίτλο του τοπικ σου και πρόσθεσε [share] στην αρχή για είσαι σωστός ... καλή δουλειά συνέχισε ...
  6. locked for now since there is no sense . Sniffar pm me if you want to unlock it.
  7. or you can check this share http://maxcheaters.com/forum/index.php?topic=254704.msg2362204#msg2362204 or http://maxcheaters.com/forum/index.php?topic=58722.msg429083#msg429083
  8. or you can use this code ### Eclipse Workspace Patch 1.0 #P gameserver Index: java/net/sf/l2j/Config.java =================================================================== --- java/net/sf/l2j/Config.java (revision 125) +++ java/net/sf/l2j/Config.java (working copy) @@ -294,6 +294,10 @@ /** Misc */ public static int STARTING_ADENA; + public static boolean SPAWN_CHAR; + public static int SPAWN_X; + public static int SPAWN_Y; + public static int SPAWN_Z; public static boolean EFFECT_CANCELING; public static double HP_REGEN_MULTIPLIER; public static double MP_REGEN_MULTIPLIER; @@ -899,6 +903,10 @@ is.close(); STARTING_ADENA = Integer.parseInt(players.getProperty("StartingAdena", "100")); + SPAWN_CHAR = Boolean.parseBoolean(players.getProperty("CustomSpawn", "false")); + SPAWN_X = Integer.parseInt(players.getProperty("SpawnX", "")); + SPAWN_Y = Integer.parseInt(players.getProperty("SpawnY", "")); + SPAWN_Z = Integer.parseInt(players.getProperty("SpawnZ", "")); EFFECT_CANCELING = Boolean.valueOf(players.getProperty("CancelLesserEffect", "True")); HP_REGEN_MULTIPLIER = Double.parseDouble(players.getProperty("HpRegenMultiplier", "100")) /100; MP_REGEN_MULTIPLIER = Double.parseDouble(players.getProperty("MpRegenMultiplier", "100")) /100; Index: java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java =================================================================== --- java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java (revision 125) +++ java/net/sf/l2j/gameserver/network/clientpackets/CharacterCreate.java (working copy) @@ -192,7 +192,10 @@ L2PcTemplate template = newChar.getTemplate(); newChar.addAdena("Init", Config.STARTING_ADENA, null, false); - newChar.setXYZInvisible(template.spawnX, template.spawnY, template.spawnZ); + if (Config.SPAWN_CHAR) + newChar.setXYZInvisible(Config.SPAWN_X, Config.SPAWN_Y, Config.SPAWN_Z); + else + newChar.setXYZInvisible(template.spawnX, template.spawnY, template.spawnZ); newChar.setTitle(""); newChar.registerShortCut(new L2ShortCut(0,0,3,2,-1,1)); // attack shortcut Players.properties # Set true for custom spawn location. CustomSpawn = True SpawnX = 83414 SpawnY = 148628 SpawnZ = -3410
  9. not bad i like it .. keep going nob...
  10. `NeverMore

    GrisoM

    yeah. yes thats what i mean ... many posts of people writing your name ...
  11. `NeverMore

    GrisoM

    http://translate.google.gr/?q=%E4%B8%8D%E5%A4%8D%E9%82%84%20%7C%20%E4%B8%8D%E5%A4%8D%E9%82%84&sugexp=chrome,mod%3D17&um=1&ie=UTF-8&hl=en&sa=N&tab=wT#zh-CN/el/%E4%B8%8D%E5%A4%8D%E9%82%84%20%7C%20%E4%B8%8D%E5%A4%8D%E9%82%84 :D
  12. `NeverMore

    GrisoM

    nice to meet you ... i heard a lot about you but when i had reg here you was already Legendary
×
×
  • Create New...