Shop wont Activate
#1
Posted 03 December 2007 - 01:01 PM
She keeps asking me if i care about imoen multiple times though where i can say no or yes then hear her tell a story and can tell her about accidently picking poison ivy. But other than that conversation appearing multiple times nothing is happening.
#2
Posted 17 December 2007 - 07:57 PM
"I read about the evils of drinking, so I gave it up." "You gave up drinking?" "No, I gave up reading..."
#3
Posted 18 December 2007 - 08:18 AM
Oh, and merely re-installing won't fix the issue, since if your install is FUBAR'ed, that information is contained within your savegame.
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move - Douglas Adams
I like persons better than principles, and I like persons with no principles better than anything else in the world - Oscar Wilde
Give a man a fire, and he's warm for a day. But set a man on fire, and he's warm for the rest of his life. - Terry Pratchett
#4 -Adam-
Posted 08 January 2008 - 03:46 PM
This sounds like an install screwup, pretty much. Mixed up strings and triggers is definitely not pretty. What other mods have you got installed?
Oh, and merely re-installing won't fix the issue, since if your install is FUBAR'ed, that information is contained within your savegame.
I'm actually having the same problem. The only mod's that I have installed beside's the Tashia mod is Ascension and Redemption.
Right now her lovetalk is set to 62 and her romance is still set to 2.
Thanks for any help.
#5
Posted 24 March 2008 - 03:09 PM
-Cloak of mirroring removal
-Keep people in party happy despite reputation
-Shut up You Must Gather Your Party
Anyone else have any thoughts on this? I want to give her new stuff!!
Edit: my lovetalk is at 62 and the romance is at 2 (same as Adam)
Edited by Slugfest, 24 March 2008 - 10:33 PM.
#6
Posted 26 March 2008 - 07:15 PM
#7
Posted 31 March 2008 - 04:16 PM
"I read about the evils of drinking, so I gave it up." "You gave up drinking?" "No, I gave up reading..."
#8
Posted 31 March 2008 - 07:37 PM
I am not sure about one thing, Lord Ernie, when you get a chance -
Searching for: Global("LoveTalk","LOCALS",62)
Tashia\update\dialogues\LE#TashiaA.d(611): IF ~Global("LoveTalk","LOCALS",62)~ THEN BEGIN LE#TashiaSoACapperLT
Tashia\update\dialogues\LE#TashiaN.d(517): IF ~Global("LoveTalk","LOCALS",62)~ THEN BEGIN LE#TashiaSoACapperLT
Found 2 occurrence(s) in 2 file(s)
set by
Searching for: Global("LoveTalk","LOCALS",61)
Tashia\update\Scripts\LE#Tashia.baf(161): Global("LoveTalk","LOCALS",61)
Tashia\update\Scripts\LE#TashiaN.baf(141): Global("LoveTalk","LOCALS",61)
Found 2 occurrence(s) in 2 file(s)
IF InParty(Myself) Global("TashiaMatch","GLOBAL",1) Global("TashiaRomanceActive","GLOBAL",2) RealGlobalTimerExpired("TashiaRomance","GLOBAL") !AreaType(DUNGEON) CombatCounter(0) !StateCheck("Tashia",CD_STATE_NOTVALID) !See([ENEMY]) OR(2) Global("LoveTalk","LOCALS",51) Global("LoveTalk","LOCALS",61) THEN RESPONSE #100 IncrementGlobal("LoveTalk","LOCALS",1) PlaySong(0) PlaySound("TashiaM1") Interact(Player1) END
both files have similar calls. I guess it is possible that the variable hanging open is messing with other things.
IF ~Global("LoveTalk","LOCALS",62)~ THEN BEGIN LE#TashiaSoACapperLT SAY @293 = @294 = @295 IF ~~ THEN REPLY @296 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTA IF ~~ THEN REPLY @297 GOTO LE#TashiaSOACLTB IF ~~ THEN REPLY @298 GOTO LE#TashiaSOACLTC IF ~~ THEN REPLY @299 GOTO LE#TashiaSOACLTD IF ~~ THEN REPLY @300 GOTO LE#TashiaSOACLTE END
ends up with the top LT hanging open (B,C,D,and E do not increment, so you have to answer the following:)
@296 = ~Irenicus may have my soul, but you have my heart... guess which is more important to me.~
I am afraid I have always answered that question that way, so I never had any troubles with the global hanging open...
Slugfest, try saving a second "throwaway" savegame, and try setting Global("LoveTalk","LOCALS",63) on Tashia. Then see if the problem persists.
(The shop thig is a bit more involved, and I don't quite see how to do it right away.)
Edited by cmorgan, 31 March 2008 - 07:48 PM.
#9
Posted 01 April 2008 - 08:03 AM
Hopefully this weekend I'll have some time to look at this. Sorry for the silence, folks.
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move - Douglas Adams
I like persons better than principles, and I like persons with no principles better than anything else in the world - Oscar Wilde
Give a man a fire, and he's warm for a day. But set a man on fire, and he's warm for the rest of his life. - Terry Pratchett
#10
Posted 12 April 2008 - 02:39 PM
#11
Posted 12 April 2008 - 08:37 PM
#12
Posted 13 April 2008 - 10:05 AM
CLUAConsole:SetGlobal("LoveTalk","LOCALS",63)
while the cursor is over Tashia?
If it fixes it, Lord Erie has a one line change to make, and it is an easy one - if it doesn't work, then he has to go do more stuff -
(I'm sorry I missed this too, Lord Ernie... especially as I forgot that i had dropped in to help... )
IF ~Global("LoveTalk","LOCALS",62)~ THEN BEGIN LE#TashiaSoACapperLT
SAY @293
= @294
= @295
IF ~~ THEN REPLY @296 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTA
IF ~~ THEN REPLY @297 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTB
IF ~~ THEN REPLY @298 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTC
IF ~~ THEN REPLY @299 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTD
IF ~~ THEN REPLY @300 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTE
END
repaired file for Tashia_Remix_v1.1\Tashia\Dialogues\ LE_TashiaN.rar 7.08K 425 downloads
Good luck!
Edited by cmorgan, 13 April 2008 - 10:08 AM.
#13
Posted 14 April 2008 - 02:11 PM
Guys, did setting
CLUAConsole:SetGlobal("LoveTalk","LOCALS",63)
while the cursor is over Tashia?
If it fixes it, Lord Erie has a one line change to make, and it is an easy one - if it doesn't work, then he has to go do more stuff -
(I'm sorry I missed this too, Lord Ernie... especially as I forgot that i had dropped in to help... )
IF ~Global("LoveTalk","LOCALS",62)~ THEN BEGIN LE#TashiaSoACapperLT
SAY @293
= @294
= @295
IF ~~ THEN REPLY @296 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTA
IF ~~ THEN REPLY @297 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTB
IF ~~ THEN REPLY @298 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTC
IF ~~ THEN REPLY @299 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTD
IF ~~ THEN REPLY @300 DO ~IncrementGlobal("LoveTalk","LOCALS",1)~ GOTO LE#TashiaSOACLTE
END
repaired file for Tashia_Remix_v1.1\Tashia\Dialogues\ LE_TashiaN.rar 7.08K 425 downloads
Good luck!
Sorry, no change. What are the variables to activate this lovetalk? (Rest outside or something?). I still just get the poison ivy talk repeatedly.
#14
Posted 20 April 2008 - 07:56 AM
#15
Posted 20 April 2008 - 02:24 PM
Global("LE#ShopkeepersSpawn","AR0713",0)
GlobalGT("LE#TashiaGiftLoveTalk","GLOBAL",0)
THEN
RESPONSE #100
CreateCreature("LE#SHOP",[521.379],13)
CreateCreature("LE#AIMIL",[505.308],13)
SetGlobal("LE#ShopkeepersSpawn","AR0713",1)
END
AR0713
So try seeing why the gift love talk isn't firing:
update\Scripts\LE#Tashia.baf(571): Global("LE#TashiaGiftLoveTalk","GLOBAL",0)
update\Scripts\LE#Tashia.baf(576): SetGlobal("LE#TashiaGiftLoveTalk","GLOBAL",1)
// Gift Lovetalk IF InParty(Myself) Global("TashiaRomanceActive","GLOBAL",2) CombatCounter(0) AreaCheck("AR0700") Global("LE#TashiaGiftLoveTalk","GLOBAL",0) !See([ENEMY]) !StateCheck("Tashia",CD_STATE_NOTVALID) THEN RESPONSE #100 SetGlobal("LE#TashiaGiftLoveTalk","GLOBAL",1) PlaySong(0) PlaySound("TashiaM2") Interact(Player1) END
fires
update\dialogues\LE#TashiaA.d(1517): IF ~Global("LE#TashiaGiftLoveTalk","GLOBAL",1)~ THEN BEGIN LE#TashiaGiftLoveTalk
so using Interact() on the banter file is allowing something else that hasn't closed in your game to block this. I just can't see what it is.
later on, after she has spoken, you get
IF
InParty(Myself)
Global("TashiaRomanceActive","GLOBAL",2)
CombatCounter(0)
AreaCheck("AR0713")
Global("LE#TashiaGiftLoveTalk","GLOBAL",2)
!See([ENEMY])
!StateCheck("Tashia",CD_STATE_NOTVALID)
THEN
RESPONSE #100
SetGlobal("LE#TashiaGiftLoveTalk","GLOBAL",3)
ActionOverride(Player1,StartDialogue("Player1",Player1))
END
#16
Posted 21 April 2008 - 12:33 AM
When and where is the shop supposed appear? The FAQ says "There is now a shop at an empty space on the Promenade" which empty spot?
I found the shop. Waukeen's Promenade, about half-way between the Adventurer's Mart and the guy who upgrades the Berserk Warrior horns, 2 or 3 levels up. But the shopkeep and the Aimil-whatever his name is, both have nothing to say to me, since I guess the proper LoveTalk won't fire.
#17
Posted 21 April 2008 - 01:41 AM
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move - Douglas Adams
I like persons better than principles, and I like persons with no principles better than anything else in the world - Oscar Wilde
Give a man a fire, and he's warm for a day. But set a man on fire, and he's warm for the rest of his life. - Terry Pratchett
#18 --Covdrummer--
Posted 27 April 2008 - 06:19 AM
#19 -agnar-
Posted 23 June 2008 - 01:03 PM
Now, i did have the imoen romance installed for at least the last 2 play throughs of Tashia, but i don't think it was installed that first time, it was just normal imoen and the shop didn't work.
I know, it's a bit cold to drop imoen before getting her soul back but what the hell, i still kill bohdi so she gets her soul back, and i got bored with the same imoen dialogues over and over.
So i wonder if there's some kind of conflict with just having imoen in the group at that point?
#20
Posted 03 November 2008 - 02:21 PM
I really enjoyed this Mod so far (completed Arilistan and Bodhi quest) but I also got this shop bug and dialogue loop bug about Imoen etc. (got her in my party). So which item(s) can you get from this shop? Are any items needed for ToB? Or can get this item/those items by Shadow Keeper (last resort) and proceed with the story (Chapter 7 - Suldanessalar/ Irenicus)?
Thanks for any hints and advice in advance!
Edited by Rymigusol, 03 November 2008 - 02:23 PM.