Jump to content

StinkyMadness

Legendary Member
  • Posts

    1,041
  • Credits

  • Joined

  • Last visited

  • Days Won

    21
  • Feedback

    100%

Everything posted by StinkyMadness

  1. Rolf... you mean 2 augment in same weapon? xD Good luck with that.. i don't think its possible without really client and java skill :D
  2. This skill is PASSIVE, you can't stack 2 passives because you can't equip 2 weapons.
  3. data/xml/skills -> stackType="abnormal_item" but i think aCis already have it one active one passive. just test it and its already 1 active 1 passive by default.
  4. Make all active same "stackType" and the passive always is 1 :P that's all
  5. I found somewhere this code : https://pastebin.com/P0hzbnPN I don't test it, i don't read it but i think you looking something like this one.
  6. There its and Elfo API vote manager, why you want to use that old code?
  7. https://pastebin.com/Lv6KDDzp
  8. If you have done it without need restart player it will worth. Else...
  9. BossZone#onEnter(...) Find the : // Skip other checks for GM. if (player.isGM()) return; Replace it with : // Skip other checks for GM. if (player.isGM() || _invadeTime == 0) return; And set invadeTime 0
  10. Just try 2 other zones from another xml as they are if that works then you doing something wrong on xml (if your console have not errors ofc)
  11. Nice zone... its around the TOP of the Sky take a look on you minZ maxZ.... also aCis have //check_zone if there not appear "random zone" then your nodes are wrong... but on current XML the minZ maxZ looks TOTAL to much... If you are not inside zone how you will be teleport ?
  12. Cuboid required : 2 node locations. NPoly required : 3+ node locations. //Edit Here is one good tutorial from @SweeTs Tutorial Link
  13. Code is working fine and with zone type RandomZone not with Arena Also ofc you can use NPoly, the diff is coded on aCis 377 if you have older version or newest you have to adapt parts of code.
  14. One of my clients just told me he bought something similar for 30e -.-
  15. aCis have and AdminBuffs#removeBuff(...) i think you don't need something else.
  16. Looks cool but most of server using AutoLoot so i don't know if you will find buyers for this trade. Also good luck ofc, its something new :)
  17. Its just one solution
  18. Agree. So you have to use 2 codes: The code of +6 armor set and the dressme. (also have the second armor on your system files). That's all.
  19. I can tell you many reasons why this code will not work: - L2PcInstance player = null; (and its always null so will never work) - if (item.getId() == ITEM_NAME) (looks wrong if "ITEM_NAME" its not int or Integer) - if (item.getId() == -1) (i think lineage client do not support negative item ID) - player.teleToLocation(DIMENSIONAL_CRACK) (player can not been found "its null" also "DIMENSIONAL_CRACK" have to been "Location DIMENSIONAL_CRACK = new Location(x,y,z);" You have double check on Item ID and and if "ITEM_NAME" isn't "-1" then the check will always return to "false", but its not the only problem as you can read above. Better tell us how you will use this Item and there will be better way for that.
  20. This is created by me when i saw your request ^_^ (Just it is for Interlude) Inside pastebin is also an modify for Interface.u (if you know how "Looks more cool") Example : Multisell.xml https://pastebin.com/461YLz9h
  21. None... if you have java knowledge use aCis (it's clean) and cheep (or free some rev behind). If you don't have knowledge use L2JFrozen or L2jHellas. Lucera for me not worth even 1 euro, without the source there is no point to run a server. Else search on Marketplace for ready server (with features you like) or pay somebody to create you the server. Marketplace Prices are from 200 to infinity euros.
  22. Reply to this topic to see the hidden content. Still bump old topics.. Remove that option from the forum -.-
  23. i answer to question "1" you are talking for question "2".. read better the posts please.
×
×
  • Create New...