• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Buff Trigger (hook up) ?

Malacay2k11

New member
I found inside the Buffs.xml some trigger events which are marked with // and HookUp

Code:
//onSelfDiscoveredPOI, //Hook Up
//onSelfDiscoveredArea, //Hook Up
//onSelfEnteredPOI, //Hook Up
//onSelfExitedPOI, //Hook Up
//onSelfEnteredArea, //Hook Up
//onSelfExitedArea, //Hook Up
//onQuestStart, //Hook Up
//onQuestLocationReached, //Hook Up
//onQuestLocationLeft, //Hook Up
//onQuestCompleted, //Hook Up
//onQuestFailed, //Hook Up
//onGameBloodmoonStart, //Hook Up
//onGameBloodmoonEnd, //Hook Up
//onGameDayStart, //Hook Up
//onGameNightStart, //Hook Up
//onGameRainStart, //Hook Up
//onGameRainEnd, //Hook Up
//onGameSnowStart, //Hook Up
//onGameSnowEnd, //Hook Up
//onGameFogStart, //Hook Up
//onGameFogEnd, //Hook Up
what does this mean ? aren`t they implemented, and would it be in near future ?

Would be cool to use tigger like "onGameBloodmoonStart/End" ... But game said "onGameBloodmoonStart not found".

is there a other way to trigger buffs when Bloodmoon event starts/Ends ?

 
Last edited by a moderator:
That is a comment indicating that the code for that feature isn't included in the release version yet, but is intended for a future release.

 
Back
Top