Jump to content

iAlreadyExist

Members
  • Posts

    350
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Everything posted by iAlreadyExist

  1. -con.addRequestProperty("User-Agent", "L2Hopzone"); +con.addRequestProperty("User-Agent", "Mozilla/4.76");
  2. you can add augment shop and skill +13 shop :D
  3. can u share them once again why u delete them :D
  4. Hello guys im looking for someone trade me 900 rub in webmoney i can give u the money back in paypal +5 euro for the deal i need to buy one russian system and i cant add money in webmoney if someone is interested pm me no kids and scamers.
  5. lock i will start my project from zero with the latest rev of acis :)
  6. 50e meh lol there u go guys for free http://www.maxcheaters.com/topic/193965-enchant-system-xml-acis/ already shared
  7. you need source .java this is not source code
  8. what is the point of this vote manager when it cant be used in live server :D?
  9. maybe this one http://pastebin.com/J4QpmJ3U with item?
  10. so what is the problem if its stores ip? when votesites already did it?
  11. vote sites already store his ip men and they cant vote i dont see problem
  12. in every server when u change your ip u can vote again in this system you can take reward with different characters only with one vote
  13. Hello guys can someone provide me fix for this vote system http://www.maxcheaters.com/topic/204773-individual-vote-reward-system-hoptopnet-api-based/page-1 the bug is here http://www.maxcheaters.com/topic/204773-individual-vote-reward-system-hoptopnet-api-based/page-4?do=findComment&comment=2576048
  14. you can contact https://www.l2jsunrise.com/#contact this is only way i gues
  15. i already help him in skype guys u can lock topic.
  16. you have to add it in your patch and then add it to file data\xml\npcs and u are done :)
  17. i dont want to start from zero becouse it took me one month to make events and all scripts i put in server and for one castle sieges its not worth it. thats lot time especialy when u have to remove + from codes...
  18. if i pay you 10 euro will you provide me a fix for castles i dont wanna start my project from zero again
  19. send me utx in ls i will try to make you patch :) btw your topic is in wrong section you should have posted it in client dev help
  20. i have added this in heal.java and healpercent.java and even you heal rb it does not restore hp i need only a way to block buffs if(!Config.PLAYERS_CAN_HEAL_RB && !activeChar.isGM() && target instanceof L2MonsterInstance) { activeChar.sendPacket(ActionFailed.STATIC_PACKET); continue; } i have tested it and its working :)
  21. im good with heal on heal.java i need only to block buff
  22. thats good but i have to fix for my becouse i really dont have money :D
  23. try my metod :) <?php $script = basename( $_GET['page'] ); $dir = 'pages/'; $file = $dir . $script . '.php'; if ( !file_exists( $file ) ) { $file = $dir . 'default.php'; } require( $file ); ?> link will be index.php?page=contacts
  24. Hey guys i have problems with castle sieges the problem is when i start siege its dont spawn Holy artefact and i have one more problem with castle siege teleporter Exception in thread "GeneralSTPool-15" java.lang.IllegalArgumentException: bound must be greater than origin at java.util.concurrent.ThreadLocalRandom.nextInt(ThreadLocalRandom.java:379) at net.sf.l2j.commons.random.Rnd.get(Rnd.java:48) at net.sf.l2j.gameserver.model.zone.type.L2CastleTeleportZone.oustAllPlayers(L2CastleTeleportZone.java:88) at net.sf.l2j.gameserver.model.entity.Castle.oustAllPlayers(Castle.java:252) at net.sf.l2j.gameserver.model.actor.instance.L2CastleTeleporterInstance$oustAllPlayers.run(L2CastleTeleporterInstance.java:110) at net.sf.l2j.gameserver.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:85) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) im using acis rev 350
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..