Jump to content

`NeverMore

Legendary Member
  • Posts

    4,038
  • Credits

  • Joined

  • Last visited

  • Days Won

    17
  • Feedback

    100%

Everything posted by `NeverMore

  1. i quess he is searching for a compiled pack and not a project ... so l2jesios is a choice ;)
  2. Tokurukushirinmoshiki
  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. :troll:
  6. κάνε edit τον τίτλο του τοπικ σου και πρόσθεσε [share] στην αρχή για είσαι σωστός ... καλή δουλειά συνέχισε ...
  7. :happyforever:
  8. locked for now since there is no sense . Sniffar pm me if you want to unlock it.
  9. 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
  10. 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
  11. added at skype ... lets talk from there
  12. not bad i like it .. keep going nob...
  13. `NeverMore

    GrisoM

    yeah. yes thats what i mean ... many posts of people writing your name ...
  14. `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
  15. `NeverMore

    GrisoM

    nice to meet you ... i heard a lot about you but when i had reg here you was already Legendary
  16. koble
  17. mono to akousame
  18. :happyforever:
  19. :not bad:
  20. sks nob
  21. goustarw to gelio tou noble
  22. o elfo to eklise kai ston dask vlepw ena mavro
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock