Jump to content


Vae Victus's Content

There have been 31 items by Vae Victus (Search limited from 20-May 23)


By content type

See this member's


Sort by                Order  

#145138 Change - Soundset (scripting question!)

Posted by Vae Victus on 24 August 2004 - 01:11 PM in IE Help

So the wav file can also be directed as the one from BECOMING_LEADER:

SetPlayerSound(LastSummonerOf(Myself),~Sorry for being so impatient.~ [Demon_b],INITIAL_MEETING)

SetPlayerSound(LastSummonerOf(Myself),~Blah, blah.~ [Illid_b],SELECT_COMMON1)

Because I do not have the wav file Demon_.wav or Illid_.wav (I can make them but if it is not needed, I will let it be.)

Another thing, how do I command the creature / spell to activate this script?

Thanks already for the big help!

Well I did made two new sound files: Illid_.wav and Demon_.wav.
But when I was testing this script in NI I got an error, saying:

Error 1/3 - Line 6

Expected I:STRREF* But found ~Sorry for being so impatient.~[Demon_]

Error 2/3 - Line 7

blah~[Illid_],SELECT_COMMON1 not found in SNDSLOT.IDS

So more help definately appreciated!



#145102 Change - Soundset (scripting question!)

Posted by Vae Victus on 24 August 2004 - 12:00 PM in IE Help

Hey thanks for responding!

So if I am correct this goes into a *.bcs script?

So if I understand this correctly it will be like this:
(using Illid_ (soundset, standard)
(When Shapeshift in Tanar'i / Demon form Demon_ (soundset, changed)):

IF
Tue() //Should this not be True, instead of Tue?
THEN
RESPONSE #100
SetPlayerSound(LastSummonerOf(Myself),~Sorry for being so impatient.~ [Demon_],INITIAL_MEETING)
SetPlayerSound(LastSummonerOf(Myself),~Blah, blah.~ [Illid_],SELECT_COMMON1)

...

DestroySelf()
END

You were also speaking of an invisible creature? Will it not be easier of this is used by the shapeshifted creature so Creature B (DEM)?

Eitherway thanks again.



#145041 Change - Soundset (scripting question!)

Posted by Vae Victus on 24 August 2004 - 10:03 AM in IE Help

I don't want to be impatient, but I really would like to know an answer to my question!

So anyone, any help is apreciated... :help:



#144939 Change - Soundset (scripting question!)

Posted by Vae Victus on 24 August 2004 - 05:39 AM in IE Help

First of all thanks for the help,

second where does it say which soundset it has to use?
and a follow up question, where do I have to place this script? within the spell script?

Thanks already



#144903 Change - Soundset (scripting question!)

Posted by Vae Victus on 24 August 2004 - 03:34 AM in IE Help

I am planning to use my own created soundset (Demon_).

Thanks already for your help.



#144788 Change - Soundset (scripting question!)

Posted by Vae Victus on 23 August 2004 - 02:11 PM in IE Help

Hey,

I am making a shapeshift spell, what's basicly a demon form (Tana'ri).
And I have included the change portrait variable to change portraits when you shapeshift, now my question was, that I want to do the same to the soundset (PC Voice). I want to change the soundset when I am shapeshifting into the demon.
But I couldn't find any change variables to soundset's. So is there such a variable, that is perhaps not included in the Near Infinity Resource Editor? If so, is there a way to script it myself?

thanks in advance