Jump to content

Xenokage

Members
  • Posts

    78
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Xenokage

  1. since the link for acis 370 is locked or not having permision , i was able to take the code beforeit went down , so here you are https://pastebin.com/VPYKxRBr it need major fixes though
  2. it is acis , just change the imports
  3. thank you for ur answer , i made it work , [ topic can be locked }
  4. is there any adapted code for disarm skill for interlude acis ?
  5. where can it fail ?
  6. Fixed . Thank you
  7. well i did used this , but it just shows item +10 in multisell but when u buy its +0 :P
  8. Thank you , Helpful as always :)) can lock !
  9. this didnt helped at all :P
  10. and this is an old rev of smartguard not sure if it works : https://mega.nz/#!yNQDACrT!4ACgkgw0GPMo5uh7r2rrlfwpTwXG4KAYQBPNKSIQvB0
  11. some example or a hand to parse the xml on fencetable ?
  12. can u be specific on wich xml i have to add the location values ? would it be on the zone xml like this ? <spawnfence 2 2000 2000 X="-119418" Y="-225003" Z="-3327" /> ????
  13. how am i supposed to add a fence to a zone ? i use //spawnfence 2 2000 2000 but after restart it dissapears , anyway to save ?
  14. REMOVE THIS final CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.getName(), text); final int region = MapRegionTable.getMapRegion(activeChar.getX(), activeChar.getY()); for (L2PcInstance player : L2World.getInstance().getPlayers()) { if (!BlockList.isBlocked(player, activeChar) && region == MapRegionTable.getMapRegion(player.getX(), player.getY())) player.sendPacket(cs); } } AND USE THIS final CreatureSay cs = new CreatureSay(activeChar.getObjectId(), type, activeChar.getName(), text); for (L2PcInstance player : L2World.getInstance().getPlayers()) { if (!BlockList.isBlocked(player, activeChar)) player.sendPacket(cs); } } do that for ChatTrade & ChatShout in chathandlers
  15. thank you
  16. another way to convert this into INT i get error public static boolean checkItem (ItemInstance item) { int o = item.getItem().getCrystalType(); <- on this line after = l2jacis
  17. this system really works in windows 10 but after a while when u ingame it kicks u without event a crit error just terminating without any log or smth
×
×
  • 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