Jump to content

iAlreadyExist

Members
  • Posts

    350
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by iAlreadyExist

  1. yea but i dont want people to buff monsters and raid bosses :D
  2. Hey guys i have problem with when i have target raid boss or npc i cant use skils like frenzy zealot can u tell me how to fix it if (activeChar.getTarget() instanceof L2MonsterInstance) { switch (skill.getSkillType()) { case BUFF: return; case HEAL: return; case HEAL_PERCENT: return; } }
  3. s topic title says i'm looking for Npc to Pc Polymorph code for aCis 350 rev.
  4. but in the end its dont announce server is restarting now or server is shuting down now
  5. you dont understand me guys i dont need commands i want messages when server got restarted or shut down these messages Broadcast.announceToOnlinePlayers("Server aborts " + MODE_TEXT[_shutdownMode] + " and continues normal operation."); in acis is only this one there is no annnounce when server is restarting or shutdown and SIGTERM
  6. wich pack do u use? mine instances has public L2NpcInstance(int objectId, NpcTemplate template) { super(objectId, template); } and i dont have to type any npc id on it... if u have any sort of think you should put the id of npc... :D
  7. hey guys can you give me shutdown, restart and sigterm announce for acis? and tell me where to put them i know its shutdown.java i just dont know where to put them :D
  8. what instance are you looking for? you want to create your own npc ? make your question readable there is many instances... what exacly you want to do..
  9. pm me i will help u for free its not that hard :)
  10. protected boolean checkSingleBox(L2PcInstance player) { if(player.getClient()!=null && player.getClient().getConnection()!=null && !player.getClient().getConnection().isClosed()){ String playerip = player.getClient().getConnection().getInetAddress().getHostAddress(); if(already_rewarded.contains(playerip)) return false; already_rewarded.add(playerip); return true; } return false; }
  11. hey guys can u help me make my vote reward system to no give rewards to offline traders im using this offline trade system http://www.maxcheaters.com/topic/165825-offline-shop-craft-309-rev/ and my check for dual box is for(L2PcInstance player : pls) { if(player != null) { if(checkSingleBox(player)) { player.addItem("reward", Config.TOPZONE_REWARD_ID, Config.TOPZONE_REWARD_COUNT, player, true); } } } can u tell me how to fix this?
  12. i dont like communityboard.
  13. can u help me make it work i saw these in htm action="bypass -h voice .startrepair $name" to what i have to change it?
  14. yea i dont like with / :D now i have different problem i type .repair i select character then button repair and nothing happens its dont give me any errors.
  15. Hey guys can someone share .repair code for acis? i search on google but i found only this http://www.maxcheaters.com/topic/161456-repair-character-voice-command/ and i cant make it works :S it gives me these errors http://prntscr.com/buxc5v
  16. set it <property name="managerNpcId" value="50001" /> and restart server by reloading configs will not work
  17. just change it on your npc id :D
  18. he is using l2jfrozen...
  19. do u set in Events.xml this ? <property name="managerNpcId" value="3232" />
  20. do u make npc? and u put this on it? <set name="type" val="L2EventManager"/>
×
×
  • Create New...