• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Need script, something like combo system.

kiritowot

New Member
Joined
Aug 23, 2014
Messages
12
Reaction score
0
Hello otlanders. I need script on combo system. Its should deal
additional damage when player use spell X and spell Y in a small time interval. If someone have got this script or he can easily write it post it here.
I will be very grateful.

Thanks,
Greetings.

(Sorry if i wrote something wrong, my english isn't the best one :D)

T.F.S 0.3.6 VER. 8.54 <3 ;)
 
Use storages, set targets storage to os.time() + time then for the next spell on cast if getCreatureStorage(target, x) >= os.time() then do y
 
Back
Top