Jump to content

Napster321

Banned
  • Posts

    1,639
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Napster321

  1. Thanks a lot dude :)
  2. dude it's easy even with notepad/wordpad you can do it just find the replace button -.-
  3. it still works if you press ctrl+heal it heals the mob and u get flagged
  4. Version.rar extract it inside config folder i had the same error some days before
  5. // We should not heal walls and door if(target instanceof L2DoorInstance) continue; +if(player != null && target instanceof L2MonsterInstance) +{ + player.sendPacket(ActionFailed.STATIC_PACKET); +} + +if(player != null && target instanceof L2RaidBossInstance) +{ + player.sendPacket(ActionFailed.STATIC_PACKET); +} + +if(player != null && target instanceof L2GrandBossInstance) +{ + player.sendPacket(ActionFailed.STATIC_PACKET); +} +if(player != null && target instanceof L2NpcInstance) +{ + player.sendPacket(ActionFailed.STATIC_PACKET); +} // Player holding a cursed weapon can't be healed and can't heal if(target != activeChar) is this the right place to put the code? if it is it doesnt work
  6. that's what i think....but it doesnt work try it if you don't believe me
  7. you can try to apply it on l2jfrozen and then tell me for the 1,2,3
  8. and inside heal.java there are not other disablers for heal
  9. The L2Character in that case means that the player targets a Character?
  10. // We should not heal Npcs if(target instanceof L2NpcInstance) continue; // We should not heal Monsters if(target instanceof L2MonsterInstance) continue; // We should not heal Raidboss if(target instanceof L2RaidBossInstance) continue; // We should not heal Grandboss if(target instanceof L2GrandBossInstance) continue; I added that after for(L2Object target2 : targets) { target = (L2Character) target2; And it doesnt work
  11. there's config only for rbs
  12. How can I disable heal on mobs and rbs? Pack i use l2jfrozen
  13. if this doesnt work try to put it in the npcname-e
  14. what you do is abolutely wrong ....trying to act smart?now everyone will get it and you wont be one of the "few"
  15. replaced the event's names inside events.xml with // Add the events to the list events.put(1, new DM()); events.put(2, new Domination()); events.put(3, new DoubleDomination()); events.put(4, new LMS()); events.put(5, new Lucky()); events.put(6, new Simon()); events.put(7, new TvT()); events.put(8, new VIPTvT()); events.put(9, new Zombie()); events.put(10, new CTF()); events.put(11, new Russian()); events.put(12, new Bomb()); events.put(13, new Mutant()); events.put(14, new Battlefield()); The npc ingame still doesnt work but events run automatically but can't register.
  16. I add them manually in the config folder can that be the problem? :S I dont think so but I dont know i just mention that . This thing is keeping me back from my work please help.
  17. @Rizel if you can help me please
  18. here is prt scrn
  19. EventManager.java Events.xml I think the problem is with event ID:0
  20. i got them inside ...
  21. lol i think that you tell us about that too late....you should make that post about 1 year b4
×
×
  • 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