Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Try changing this line -if(getId() != BARAKIEL) +if(npc.getId() != BARAKIEL)
  2. Could be... The only way to be sure is testing it. Checking what happens with the server with that amount of players without hyper. :-X
  3. Are you 100% sure that can't it be about your machine limitations or about kids playing with ddos?
  4. U already found it -> "player.addItem(_eventName+" Event: " + _eventName, _rewardId, _rewardAmount, player, true);" Make a new line after that one like "player.addItem(_eventName+" Event: " + _eventName, 57, 100, player, true);" -> 57 adena id, 100 adena amount
  5. Moved. Use "code" tags please. Try changing the imports to "com." from com.l2scoria.gameserver.model.quest import QuestState from com.l2scoria.gameserver.model.quest.jython import QuestJython as JQuest but probably more errors will show up.
  6. your log says "e com.l2jserver.gameserver.model.L2Skill$SkillOpType required, but found: A1"->>> "found A1" ->>> that means that you didn't change A1 with OP_ACTIVE...
  7. "sure" ? ? I mean just change "A1" with "OP_ACTIVE" . . .
  8. Seems that I missed something inside that method, try with this fix. public static void checkFinishByMobs(L2PcInstance killer) { if (PkHunterEvent.isPk(killer) && Config.ENABLE_PKHUNTEREVENT) { if(killer.getKarma() == 0) { Announcements.getInstance().announceToAll("PkHunter Event ended. "+killer.getName()+" has survived.", true); - PkHunterEvent.setPk(killer); + PkHunterEvent.setPk(null); PkHunterEvent.setActive(false); killer.setTeam(0); endTask(); rewardPk(killer); } } }
  9. Your problem seems to be the operate type. Has not the same name in Freya and H5. set.set("operateType", "A1"); <set name="operateType" val="OP_ACTIVE" />
  10. Locked then.
  11. lol i meant the font color of the buttons xD misunderstood
  12. You can't change buttons font color without client edit, again.It's L2, not a normal html.
  13. You can't change the buttons font color without client edit.
  14. nope, thats why I'm asking it and that's why i said "no clue" but ur rage comes out too fast. Keep calm and try to help him.
  15. did u try leaving the items with id=""? or jumping from id 3 to id 5? have no clue.
  16. Yes sr.
  17. Is what Sweets said. Stop creating the same topic again and again, I think that is the 3rd topic about the same, from you, so stop it now. If it doesn't work is coz u are not compiling it right or u don't replace the files after compiling it. Locked, if you open another topic with the same question it will be directly junked.
  18. <font name="hs12">Lazy Example</font>
  19. this ? http://svn.l2jdp.com/trunk/L2J_DataPack/dist/game/data/enchantData.xml
  20. Jesus christ, all links updated. Now chill and gtfo all plix plux.
  21. U're so mad srsly. Why am I leaving that "bug" inside the code? Because I have no time to re-do all the patches and upload it again. And because I'm pretty bored of this, anyway. If you want to add and share it, feel free and post that. Otherwise just stop spamming.
  22. Try to add the correct ifs inside targethandlers.
×
×
  • Create New...