Quantcast
Channel: elitepvpers
Viewing all articles
Browse latest Browse all 31591

Scroll of Combat

$
0
0
Hello people, I would like to ask if where I can change the duration of the scroll/buff item. I tried looking for the exact item in the source but it leads me somewhere like here.

Code:

#if __VER >= 8
        else if( pItemProp->dwID == II_SYS_SYS_SCR_DEFENSE20 || pItemProp->dwID == II_SYS_SYS_SCR_DEFENSE50 )
        {
                if( HasBuff( BUFF_ITEM, II_SYS_SYS_SCR_DEFENSE20 ) || HasBuff( BUFF_ITEM, II_SYS_SYS_SCR_DEFENSE50 ) )
                        nResult = 1;
        }
#endif // __VER >= 8


Viewing all articles
Browse latest Browse all 31591

Trending Articles