Jump to content

Williams

Members
  • Posts

    239
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Williams

  1. This source is for frozen and the lib is missing.
  2. Event Demo Procure por commandname-e em seu sistema e adicione no final dele 115 114 register 116 115 unregister /** restrictions for event */ * Cannot Potion in Event. * Cannot Summon in Event. * Cannot Restart in Event. * Cannot Logout in Event. * Cannot attack same team. code v1 : https://pastebin.com/YRaCbU9T code v2 : * added event prize name announcement. Thank you @StinkyMadness * CopyOnWriteArrayList moved to ConcurrentHashMap.newKeySet, for better performance. Thank you @Tryskell * TVT_DOOR_LIST moved to getProperty and removed arrays. Thank you @Tryskell * Removed useless calls * added weather message for next event when coming into play. Thank you @ edusz93 for the idea Código v2 : https://pastebin.com/raw/59jyZa14 Autor do novo evento Williams Autor do código original DnR
  3. Hi, I would like to know if any performance difference or multisel improvement for buylist. I'm creating an NPC shop I'd like to know which one to use.
  4. I get it right, the error is the% of the items have to be 100% everything can not exceed
  5. Hello I'm trying to create this but I'm in error my ability <skill id="7065" levels="2" name="Adventurer's Box"> <table name="#extractableItems"> 1882,20,18;1876,20,16;1879,20,10;1881,20,10;1880,20,5;1874,20,10;1875,20,10;1877,20,11;57,150000,10 4039,4,20;4043,4,20;4044,4,20;4040,4,10;4042,4,10;4041,4,10;57,160000,10 </table> <set name="capsuled_items_skill" val="#extractableItems" /> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="EXTRACTABLE" /> <set name="operateType" val="OP_ACTIVE" /> <cond msgId="129"> <and> <player invSize="10" /> <player weight="80" /> </and> </cond> </skill> my item <item id="9217" type="EtcItem" name="Adventurer's Box"> <set name="default_action" val="capsule" /> <set name="material" val="PAPER" /> <set name="weight" val="1" /> <set name="is_stackable" val="true" /> <set name="is_oly_restricted" val="true" /> <set name="handler" val="ItemSkills" /> <set name="item_skill" val="7065-2" /> </item>
×
×
  • Create New...