Hello,
when when I add to
playersettingmodule.py
Code:
#ŔÚµżą°ľŕ HP, SP
chrmgr.RegisterCacheEffect(chrmgr.EFFECT_AUTO_HPUP, "", "d:/ymir work/effect/etc/recuperation/autodrugup_red.mse")
chrmgr.RegisterCacheEffect(chrmgr.EFFECT_AUTO_SPUP, "", "d:/ymir work/effect/etc/recuperation/autodrugup_blue.mse")
When I log falls client..
Sysser:
Code:
playerSettingModule.py(line:1340) LoadGameData
playerSettingModule.py(line:193) __InitData
LoadGameData - exceptions.AttributeError:'module' object has no attribute 'EFFECT_AUTO_HPUP'
Line 1340
Line 193
Code:
chrmgr.RegisterCacheEffect(chrmgr.EFFECT_AUTO_HPUP, "", "d:/ymir work/effect/etc/recuperation/aut
Thanks :-)