question about skill and look the error

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
icemanrj
Posts: 58
Joined: Wed Dec 26, 2007 1:49 am

question about skill and look the error

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: question about skill and look the error

Post by jurchiks »

did you set the EnableModifySkillDuration=true?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply