Jump to content

  •  

boeyskie

Member Since 16 Sep 2015
Offline Last Active Apr 03 2019 04:15 PM
-----

Topics I've Started

Count spirit balls

15 January 2017 - 06:53 AM

How do i count the active spirit balls of a player?

Or read an active skill instead "CH_SOULCOLLECT"

 

I tried this one but doesn't seem to work

if (getstatus(CH_SOULCOLLECT)) 


Auto-cast soul collect & critical explosion

14 January 2017 - 04:39 PM

Is it possible to attach a script on an item that makes the user auto-cast "CH_SOULCOLLECT" whenever its not active?

Same as "MO_EXPLOSIONSPIRITS" but Dangerous Soul Collect takes priority.

So when both skills are inactive, sequence goes: CH_SOULCOLLECT > MO_EXPLOSIONSPIRITS > CH_SOULCOLLECT

Thanks in advance!!!