Jump to content

panchio

Members
  • Posts

    258
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by panchio

  1. those files are giving me an error related with logD when i run cache, and it request a serial when l2server is started
  2. mmm when i run cache-dll-exe.. it says " cant connect to log" :<
  3. Whats the best interlude files pack at this time? i have seen many around here, could somebody recommend me a pack? Thanks.
  4. its not a trick or exploit, its an update from epilogue and its not for free, you must pay 3KK in order to complete it...
  5. wheres the interlude pack?
  6. Workin for me.. now the question is how to make the verification with the IG version?
  7. There are some ways to Change the IMEI number too, but its illegal by the way....
  8. Erol! you are wrong here: # --------------------------------------------------------------------------- # Punishment # --------------------------------------------------------------------------- # Player punishment for illegal actions: # 1 - broadcast warning to gms only # 2 - kick player # 3 - kick & ban player(default) # 4 - jail player (define minutes of jail with param: 0 = infinite) # Default: 3 DefaultPunish = 3 <-- # This setting typically specifies the duration of the above punishment. # Default: 0 DefaultPunishParam = 0 <-- Default player punishment isnt Kick & Ban...... its the number 2! " Just kick "
  9. np! jejeje keep sharing!
  10. Its not mine, im just resharing from other site... but thx anyway :]
  11. Event explanation As many of you know, this event treat about something hided (a npc on this case). 3 Clues about his position are gave out and the players must find it. First on find it, win the event Heres a little engine which automate the Hide and Seek event. At l2jmods.properties you can edit many aspects of the event. How to add zones and clues ?. Usind data/hideandseek/HideAndSeek.xml, followind this structure: Code: <id value="0"> <zone value="Behind the Giran's Magic Shop" /> <x value="83451" /> <y value="150270" /> <z value="-3533" /> <npcId value="85555" /> <rewardId value="57" /> <rewardAmount value="1000000" /> <clue1 value="Im at Giran Castle Town!" /> <clue2 value="I hear how potions are cooked!" /> <clue3 value="Near here, symbols are drawed!" /> </id> Created and Tested in - L2JServer 3729 - L2JDp 6815 Download Hide & Seek Credits: B1ggBoss i found it in ragezone :D
  12. Who knows which walker is working in oficial server? cracked or whatever! thx =)
  13. and missed Epilogue too CT 2.4!!! heehhehe
  14. OMG thx for the share, and its for epilogue! great =)
  15. Im using L2jServer Gracia Final Epilogue DP 6813... i was looking into the core and then i saw smth awful, the question is...why did they changed from net.sf.l2j to com.l2jserver?
  16. Take the LineageII.exe and update ur client so u get the system too :P btw thx for the sharin
  17. I have the same problem ! General protection fault! History: UStruct::SerializeBinGC <- UObject::Serialize <- (ShadowBitmapMaterial Transient.ShadowBitmapMaterial105) <- ObjectTestReach <- (ShadowBitmapMaterial Transient.ShadowBitmapMaterial105) <- UStruct::SerializeBinGC <- UObject::Serialize <- (ShadowProjector Transient.ShadowProjector557) <- AActor::Serialize <- ObjectTestReach <-
  18. With morph u mean " Template " ?... and collision radius and height?
  19. I tested with the new servers in hopzone cuz it had more chances, i dont remmember the names!
  20. [Hidden Content]
  21. I have the same problem, and its not a system problem cuz i have tested with a clean one, i guess its a custom npc or.. i dont know lol
  22. mmm so its for 1 hit only, mmm could be fine a script for it =/
  23. man u are wrong... Code: <zone id="11041" type="Town" shape="Cuboid" minZ="-1900" maxZ="-2050"> <stat name="name" val="My Cool Town" /> <stat name="townId" val="33" /> <stat name="spawnX" val="19495" /> <stat name="spawnY" val="254006" /> <stat name="spawnZ" val="-2026" /> </zone> Thats not correct..... MINZ > MAXZ This is Correct ........ MINZ < MAXZ it should be: Code: <zone id="11041" type="Town" shape="Cuboid" minZ="-2050" maxZ="-1900"> <stat name="name" val="My Cool Town" /> <stat name="townId" val="33" /> <stat name="spawnX" val="19495" /> <stat name="spawnY" val="254006" /> <stat name="spawnZ" val="-2026" /> </zone> Z is the ground so its invested
×
×
  • 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