Jump to content
  • 0
Sign in to follow this  
Tzuridis

Summon/NPC Exclusive

Question

Hello I was wondering if anyone ever messed around with applying summon to an item. Or possible npc exclusive skills to items. I kind have a few questions:
 

 
*summon "Monster name",<monster id>{,<Time Out>{,"event label"}};
 
This command will summon a monster. (see also 'monster') Unlike monsters
spawned with other commands, this one will set up the monster to fight to
protect the invoking character. Monster name and mob id obey the same
rules as the one given at the beginning of this document for permanent
monster spawns with the exceptions mentioned when describing 'monster'
command.
 
The effect for the skill 'Call Homunculus' will be displayed centered on
the invoking character.
 
Timeout is the time in milliseconds the summon lives, and is set default
to 60000 (1 minute). Note that also the value 0 will set the timer to
default, and it is not possible to create a spawn that lasts forever.
If an event label is given, upon the monster being killed, the event label
will run as if by 'donpcevent'.
 
// Will summon a dead branch-style monster to fight for the character.
summon "--ja--",-1;
 

 
{ summon "--ja--",-1;  }, {}, {}

1. The script sort of works, the character does the skill call homuculus but nothing is spawned so my question is what exactly did I do wrong to that script? onequip doesnt do anything either.

 

2. Also does addtoskill not work for NPC exclusive skills? I know bAutospell does (#1186) is it possible to make NPC_SUMMONSLAVE or NPC_SUMMONMONSTER work with autospell? It doesnt work with the code Ive tried.

 

3. How would I define mob id for addtoskill or bAustospell NPC_?

Edited by Tzuridis

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

#1 try to use a specific monster id, for example 

 

summon "High Priest Margaretha",1643;

about 2 and 3 question have no idea :sry:

 

Yup that works, so you have to put the name and the id# hmm... Since this works I dont really need the NPC ones then :).

 

One more question though { summon "High Priest Margaretha",1643; }, {}, {} <-On unequip how could I unsummon/desummon?

Edited by Tzuridis

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.