IS_AFFECTED bug [ LOP ]
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Oct 23, 2016 12:46 pm
GroupMembers
Posts57
JoinedNov 24, 2016
I am messing around with LOP codebase and noticed...
when I added a new skill to LOP in skills.c
This skill checked with IS_AFFECTED to see if the affect was there.
It didn't recognize the affect.
I worked around this using if is_affected( ch, gsn_sn )
when I added a new skill to LOP in skills.c
This skill checked with IS_AFFECTED to see if the affect was there.
It didn't recognize the affect.
I worked around this using if is_affected( ch, gsn_sn )
#2 Oct 25, 2016 5:36 am
GroupMembers
Posts57
JoinedNov 24, 2016
Disregard this report, I found I had a missing comma in my const.h affects that was confusing what affects a player had.
Pages:<< prev 1 next >>