Ray Rewind
Doctor
SOLVED!
Last edited:
fight = createConditionObject(CONDITION_INFIGHT)
setConditionParam(fight, CONDITION_PARAM_TICKS, -1)
doAddCondition(cid, createConditionObject(CONDITION_INFIGHT, -1))
doAddCondition(cid, fight)
CREATE TABLE `events` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`event_name` varchar(255) NOT NULL,
`winner_name` varchar(255) NOT NULL,
`won_item` varchar(255) NOT NULL,
`time_win` int(7) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=45 ;
Not inside those { }, so not between line 3 and line 39 from the part you just posted.Add this in the config part (not inside the configFireStormEvent table).