Difference between revisions of "Status Change End"

From Hercules Wiki
Jump to: navigation, search
(Created page with "== End a status effect == int status_change_end( struct block_list* bl , int type,int tid ) status_change_end(target,type,INVALID_TIMER); * target ** sd = user ** bl = ta...")
 

Latest revision as of 03:18, 13 January 2013

End a status effect

int status_change_end( struct block_list* bl , int type,int tid )
status_change_end(target,type,INVALID_TIMER);
  • target
    • sd = user
    • bl = target
  • type = STATUS_NAME (SC_NAME found at status.c or .h)