SphereCommunity
Cast Time for Summon Creature - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Cast Time for Summon Creature (/Thread-Cast-Time-for-Summon-Creature)



Cast Time for Summon Creature - admin phoenix - 08-07-2012 05:56 AM

Hello there,

at the moment, I tried to script a new summon spell via skillmenu and summon.
so I decided to do this like this one.

Code:
ON=@SELECT
skillmenu sm_elemente_beschwoeren
RETURN 1
and

Code:
[SKILLMENU sm_elemente_beschwoeren]
Elemente beschwoeren

ON=i_pet_elem_earth <name>
    TESTIF=MAGERY 60.0
    SUMMON=c_elem_earth_summon

the problem there is that I want to reducde the cast time, so I have to change it in the summon creature spell but when I changed it under 20.0 sec the spell always fizzle "This items lacks of any enchantment" is the error message.

so how can I change the cast time of this one? I don“t want to softcode the summon command.

gr

Phoenix

fixed


RE: Cast Time for Summon Creature - darksun84 - 08-07-2012 07:25 AM

what was the fix Shock ?


RE: Cast Time for Summon Creature - Shaklaban - 08-07-2012 08:00 AM

if summon function invokes the summon creature maybe modifying argn3 on spellcast can be resolve this.


RE: Cast Time for Summon Creature - admin phoenix - 08-07-2012 03:48 PM

i you use summon=c_dog on your new spell you have to modify the summon creature spell with the trigger under this hardcoded spell you need like @success, @effect and so on.

argh, I have to check all my script where I am using summon...shit!