• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Stealth ring and "utevo res ina" in battle event, how to unable?

ohman

Member
Joined
Oct 24, 2008
Messages
294
Reaction score
8
Location
Sweden
Hi, I want stealth ring to be unable to use in battle event. Is there any way to do this? I also want to unable "utevo res ina "monster" spell, I cant find the .lua file for that spell, its all in functions I think, how to unable that? Thanks :)
 
rev 0.3.7 thing function is bad to manipulate time ( not accurated as it should be )
late ( now going to scholl )
i ll remake it using addEvent () function [ the only accurated way to use timing in 8.6 )
 
rev 0.3.7 thing function is bad to manipulate time ( not accurated as it should be )
late ( now going to scholl )
i ll remake it using addEvent () function [ the only accurated way to use timing in 8.6 )

Ok, I appreciate it!! thanks :)

I fixed it!!

precision = 0.0186 , -- how less the precision is better. ( in second )
doItemSetDuration(ring.uid, (duration-(1*1000))) -- 10*1000 = 10s

haha, in 10 minutes it was around 1~ sec to slow. I can live with it :) Is there any bad by doing like that? Thanks!
 
Last edited:
Back
Top