Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cast Time for Summon Creature
Author Message
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #1
Cast Time for Summon Creature
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
(This post was last modified: 08-07-2012 06:01 AM by admin phoenix.)
08-07-2012 05:56 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Cast Time for Summon Creature
what was the fix Shock ?
08-07-2012 07:25 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #3
RE: Cast Time for Summon Creature
if summon function invokes the summon creature maybe modifying argn3 on spellcast can be resolve this.
08-07-2012 08:00 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
admin phoenix
Master
**

Posts: 354
Likes Given: 1
Likes Received: 23 in 13 posts
Joined: Mar 2012
Reputation: 3



Post: #4
RE: Cast Time for Summon Creature
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!
08-07-2012 03:48 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)