Jump to content

Runfoldas

Members
  • Posts

    11
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Runfoldas

  1. <!-- Status:Fixed Pack:l2jfrozen author:Nefer --> <skill id="30" levels="37" name="Backstab" enchantLevels1="30" enchantLevels2="30"> <table name="#enchantMagicLvl">76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 82 83 83 83 84 84 85 85 85 </table> <enchant1 name="magicLvl" val="#enchantMagicLvl"/> <enchant2 name="magicLvl" val="#enchantMagicLvl"/> <table name="#mpConsume">60 62 64 64 66 68 70 72 74 76 78 80 82 82 84 87 89 91 93 95 97 99 101 101 103 105 107 109 111 113 115 116 118 120 122 123 125 </table> <table name="#ench2MpConsume">110 109 108 108 107 106 105 104 104 103 102 101 100 99 99 98 97 96 95 95 94 93 92 91 90 90 89 88 87 86 </table> <table name="#power"> 1107 1176 1249 1325 1405 1488 1574 1664 1757 1853 1953 2057 2164 2274 2388 2505 2625 2748 2875 3004 3136 3217 3408 3548 3690 3834 3980 4127 4275 4425 4575 4726 4878 5029 5180 5330 5479 </table> <table name="#ench1Power"> 5493 5506 5520 5534 5547 5561 5575 5588 5602 5616 5629 5643 5657 5670 5684 5698 5711 5725 5738 5752 5766 5779 5793 5802 5820 5834 5848 5861 5875 5889 </table> <table name="#magicLvl">38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 </table> <set name="weaponsAllowed" val="16"/> <set name="mpConsume" val="#mpConsume"/> <set name="magicLvl" val="#magicLvl"/> <set name="power" val="#power"/> <set name="target" val="TARGET_ONE"/> <set name="condition" val="24"/> <!-- Behind/Crit --> <set name="nextActionAttack" val="true"/> <set name="reuseDelay" val="11000"/> <set name="hitTime" val="1080"/> <set name="coolTime" val="720"/> <set name="skillType" val="BLOW"/> <set name="baseCritRate" val="15"/> <set name="lethal1" val="5"/> <set name="dmgDirectlyToHp" val="true"/> <set name="operateType" val="OP_ACTIVE"/> <set name="castRange" val="40"/> <set name="effectRange" val="400"/> <set name="SSBoost" val="1.5"/> <enchant1 name="power" val="#ench1Power"/> <enchant2 name="mpConsume" val="#ench2MpConsume"/> how i can nerf this skill? because now it's crazy:D 11k~ dmg :D
  2. Reborn12, can you tell me, about what this error is? WARN java.lang.ClassCastException: com.l2jfrozen.gameserver.model.actor.instance.L2RaidBossInstance cannot be cast to com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance at com.l2jfrozen.gameserver.handler.skillhandlers.Disablers.useSkill(Disablers.java:590) at com.l2jfrozen.gameserver.model.L2Character.callSkill(L2Character.java:9285) at com.l2jfrozen.gameserver.model.L2Character.onMagicHitTimer(L2Character.java:8542) at com.l2jfrozen.gameserver.model.L2Character.onMagicLaunchedTimer(L2Character.java:8364) at com.l2jfrozen.gameserver.model.L2Character.doCast(L2Character.java:2124) at com.l2jfrozen.gameserver.model.L2Character$AIAccessor.doCast(L2Character.java:4970) at com.l2jfrozen.gameserver.ai.L2AttackableAI.thinkAttack(L2AttackableAI.java:966) at com.l2jfrozen.gameserver.ai.L2AttackableAI.onEvtThink(L2AttackableAI.java:1005) at com.l2jfrozen.gameserver.ai.L2CharacterAI.onEvtReadyToAct(L2CharacterAI.java:712) at com.l2jfrozen.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:363) at com.l2jfrozen.gameserver.ai.AbstractAI.notifyEvent(AbstractAI.java:314) at com.l2jfrozen.gameserver.model.L2Character$NotifyAITask.run(L2Character.java:3445) at com.l2jfrozen.gameserver.thread.ThreadPoolManager$RunnableWrapper.run(ThreadPoolManager.java:95) 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:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
  3. public static int getTopZoneVotes() { int votes = -1; try { final URL obj = new URL(Config.VOTES_SITE_TOPZONE_URL); final HttpURLConnection con = (HttpURLConnection) obj.openConnection(); con.addRequestProperty("User-Agent", "L2TopZone"); con.setConnectTimeout(5000); final int responseCode = con.getResponseCode(); if (responseCode == 200) { try (BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()))) { String inputLine; while ((inputLine = in.readLine()) != null) { votes = Integer.valueOf(inputLine); break; } } } } catch (Exception e) { e.printStackTrace(); System.out.println("TOPZONE is offline. We will check reward as it will be online again."); } return votes; } Is that from your vote manager npc? In with java file need change it?
  4. I'm added this code to l2jfrozen, but for me every time write i'm not voted for l2topzone. What i do wrong? Mhm, no errors in eclipse.. hopzone and network work fine.
  5. So which pack now are the best for interlude free or paid doesn't matter...?
  6. https://lucera2.ru/threads/buy-lucera2-kupit-lucera2.1339/ people, what are you thinking about that pack?
  7. how to reset in l2jfrozen olympiad weekly period change?
  8. Hello. I'm looking for .checkbot code for l2jfrozen pack. Maybe anyone have, and can share? Thank you for your answers!
  9. Write to Strain or Lelouch. They making amazing templates.
×
×
  • 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