Update time
@Creepin: Done
@Nightfarer: Done & please do attach the fixed file
@agb1:
Re: Revision betas
That's not possible purely via the fixpack framework unfortunately The workaround would be to make sure the item_rev and spell_rev folders in the fixpack are deleted before installing.
Like the Imp said, however, the patch might not even install correctly if they reworked the files (or fixed them)
Re: WMA
Done
@Roxanne:
Re: Askaria
Done
@SoA:
I couldn't find this block anywhere
@SoA:
I couldn't find this block anywhere
It is in soa/snips/ar4300.baf >>> ar4300 being BGT ar3200 however the refence is not updated in BGT installation and furthermore the code itself does not work
Spoiler
It looks for two situations
A) Global("DoorS001Active","AR4300",1)
GlobalLT("CearwinQuest","GLOBAL",2)B)Global("DoorS001Active","AR4300",0)
GlobalGT("CearwinQuest","GLOBAL",1)However when you first enter ar3200 (North Nashkel Road) you will always have
C) Global("DoorS001Active","AR4300",0) (Does not exist)
Global("CearwinQuest","GLOBAL",0) (Does not exist)
Consequently the door supposed to be closed until you receive CearwinQuest is open and those blocks never trigger.
For BGT I therefore proposed to use
Spoiler
While at it, maybe the premature display of the SOA maps ARS002 and ARS005 could also be inhibited by expanding the proposed code:
The areas are supposed to be shown after Cearwin dialogue, not from the edge of adjacent areas.
IF ~~ THEN BEGIN 18 // from: 17.0
SAY @48
IF ~~ THEN DO ~SetGlobal("SpokeToCearwin","GLOBAL",3)SetGlobal("CearwinQuest","GLOBAL",2)SetInterrupt(FALSE)
CreateItem("SOAITM21",0,0,0)GiveItem("SOAITM21",LastTalkedToBy)
RevealAreaOnMap("ARS002")
RevealAreaOnMap("ARS005")~ %UNSOLVED_JOURNAL% @10006 EXIT
Edited by Roxanne, 11 November 2015 - 08:46 AM.