Jump to content

Straph

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Straph

  1. How i can set delay for certain skill in sources? I know about skill_delay_db, but option "AfterCastActDelay" makes delay on all skills. I want set cooldown ONLY on Asura Strike AFTER casting Tiger Canon.

    I need something like this:

    skill_set_delay(src, MO_EXTREMITYFIST, 3000) // 3 seconds for example

     

  2. Hello! Please help to solve the problem. When one of the players uses items like S Grade Coin BagWoE Weapon Supply Box etc, he got nothing. In server console i receive following error:

    [Error]: itemdb_pc_get_itemgroup: Invalid group id '347' specified.
    [Error]: buildin_getgroupitem: Invalid group id '347' specified.
    [Debug]: Source (NPC): FAKE_NPC (invisible/not on a map)
    
    [Error]: itemdb_pc_get_itemgroup: Invalid group id '388' specified.
    [Error]: buildin_getgroupitem: Invalid group id '388' specified.
    [Debug]: Source (NPC): FAKE_NPC (invisible/not on a map)

    How to resolve this? My server compiled as Pre-Renewal.

    P.S. Sorry for my English.

     

    UPD. I found the problem, item_package.txt not working if server compiled as Pre-Renewal

×
×
  • Create New...