Page 1 of 1

question about skill and look the error

Posted: Thu Dec 24, 2009 4:44 am
by icemanrj
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

My question issssss......

why i set time for 4h buff time like config folder

SkillDurationList = 1204,14400;1354,14400;4344,14400;4345,14400;4346,14400;\

__init__py code

if event == "8":
st.takeItems(ADENA_ID,10000)
SkillTable.getInstance().getInfo(1204,2).getEffects(st.getPlayer(),st.getPlayer())
SkillTable.getInstance().getInfo(1354,1).getEffects(st.getPlayer(),st.getPlayer())
st.getPlayer().setCurrentMp(st.getPlayer().getMaxMp())
return "2.htm"
st.setState(COMPLETED)


Skill 1204 Wind Walk 14400 4h right it's for my buff why when i set the time i get buff stay 59 min why?

samething worng? on my code

Re: question about skill and look the error

Posted: Thu Dec 24, 2009 10:32 am
by jurchiks
did you set the EnableModifySkillDuration=true?