Hugofasima
Website: thenosegang.servegame.com
- Joined
- Jun 24, 2015
- Messages
- 206
- Reaction score
- 23
Bro. Which TFS does it works?
>> Loading script systems
[Error - CreatureEvent::configureEvent] Invalid type for creature event: PVPMode
[Warning - BaseEvents::loadFromXml] Failed to configure event
Requesting assistance with the newer TFS revisions.I am running TFS 1.2 and get this error upon statup. It looks like "combat" is an invalid creaturescript type. Any idea how to resolve this?
Code:>> Loading script systems [Error - CreatureEvent::configureEvent] Invalid type for creature event: PVPMode [Warning - BaseEvents::loadFromXml] Failed to configure event
i kinda disagreeto host ot is not for girls
function onCombat(cid, target)
if (getPlayerPVPMode(cid) == 1 and getPlayerPVPMode(target) == 1) or isPlayer(target) == FALSE then
return TRUE
else
return FALSE
end
end