Jump to content

07.03.2015 addition: Bard Quest I_C_Ts


cmorgan

Recommended Posts

http://gibberlings3.net/forums/index.php?showtopic=25193&p=208400

 

PiperB: Also have a game going with a Bard PC. Should Aran's comment about the Bard quest (in the FF playhouse) be adjusted a bit for a PC that is a Bard?

 

in-project pre-Beta_Luridel:

/* SoA Interjections : Haer'Dalis search : started */
I_C_T RAELIS 53 c-aranraelistrickier /* ~Fly, then...fetch our brother away from his captor however you might, and return to us soon.  My prayers go with you, my good <MANWOMAN>.~ */
== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[ARAN] Aye, we are in for an adventure, for sure. Bards be trickier than illusionists. Mostly more entertainin', though.~
== RAELIS IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[RAELIS] Why, thank you, sweet boy. That sounds like a high compliment.~
END

/* SoA Interjections : Haer'Dalis search : reaction */
I_C_T RAELIS 52 c-aranaelisdragon /* ~(sigh)  It is as I feared.  If you change your mind, child, please do return... I have a feeling Haer'Dalis will not return soon to our side, otherwise.~ */
== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[ARAN] Your call, o' course, <CHARNAME>. Sounds like a good thing to do. Then again, most bards could talk a dragon into givin' up a scale or two , an' sell it back to him.~
== RAELIS IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[RAELIS] Ah! Someone in the Company has been telling that old tale again...~
END

No changes for PC=BARD_ALL or Aran=BARD_ALL.

 

So, Adjustments:

/* SoA Interjections : Haer'Dalis search : started */
I_C_T RAELIS 53 c-aranraelistrickier /* ~Fly, then...fetch our brother away from his captor however you might, and return to us soon.  My prayers go with you, my good <MANWOMAN>.~*/

== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID) !Class(Player1,BARD_ALL)~ THEN ~[ARAN] Aye, we are in for an adventure, for sure. Bards be trickier than illusionists. Mostly more entertainin', though.~

== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID) Class(Player1,BARD_ALL)~ THEN ~[ARAN] Aye, then, we be in for a right fine adventure. An' mayhap even one worthy o' your bardic talents, <CHARNAME>.~

== RAELIS IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[RAELIS] Why, thank you, sweet boy. That sounds like a high compliment.~
END

/* SoA Interjections : Haer'Dalis search : reaction */
I_C_T RAELIS 52 c-aranaelisdragon /* ~(sigh)  It is as I feared.  If you change your mind, child, please do return... I have a feeling Haer'Dalis will not return soon to our side, otherwise.~ */

== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[ARAN] Your call, o' course, <CHARNAME>. Sounds like a good thing to do. Then again, most bards could talk a dragon into givin' up a scale or two, an' sell it back to him.~

== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID) Class("c-aran",BARD_ALL)~ THEN ~[ARAN] I sorta did that once, you know. Used a right fine combinination o' song an' sweettalk. Sold a blighted dwarf his own hammer. Not goin' back to that inn any time soon, believe you me.~

== C-ARANJ IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID) Class(Player1,BARD_ALL) !Class("c-aran",BARD_ALL)~ THEN ~[ARAN] No offense meant to our leader here, eh, but you an' she both have to admit you bards have a way wi' gettin' th' rest o' us to do things what we wouldn't usually do if we be thinkin' clearly.~

== RAELIS IF ~InParty("c-aran") InMyArea("c-aran") !StateCheck("c-aran",CD_STATE_NOTVALID)~ THEN ~[RAELIS] Ah! Someone in the Company has been telling that old dragon-scale tale again...~
END

Tested ingame on BG2:EE with no other mods added.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...