Advance quest stages before removing items in _00E_Theriantrophist_SummonLabSC
This commit is contained in:
parent
0af11ce0de
commit
1e03f1ac9f
Binary file not shown.
@ -20,12 +20,12 @@ Function CheckforQuestPotions()
|
|||||||
int iButton1 = FS_NQ05_AlchemyMessagebox.Show()
|
int iButton1 = FS_NQ05_AlchemyMessagebox.Show()
|
||||||
|
|
||||||
if iButton1 == 0
|
if iButton1 == 0
|
||||||
|
FS_NQ05.SetStage(40)
|
||||||
PlayerREF.RemoveItem(Vynroot, 1)
|
PlayerREF.RemoveItem(Vynroot, 1)
|
||||||
PlayerREF.RemoveItem(SkeeverTail, 1)
|
PlayerREF.RemoveItem(SkeeverTail, 1)
|
||||||
PlayerREF.RemoveItem(MothWingMonarch, 1)
|
PlayerREF.RemoveItem(MothWingMonarch, 1)
|
||||||
PlayerREF.RemoveItem(Garlic, 1)
|
PlayerREF.RemoveItem(Garlic, 1)
|
||||||
PlayerREF.RemoveItem(_00E_FS_NQ05_Rezept, 1)
|
PlayerREF.RemoveItem(_00E_FS_NQ05_Rezept, 1)
|
||||||
FS_NQ05.SetStage(40)
|
|
||||||
ElseIf iButton1 == 1
|
ElseIf iButton1 == 1
|
||||||
;
|
;
|
||||||
EndIf
|
EndIf
|
||||||
@ -35,11 +35,11 @@ Function CheckforQuestPotions()
|
|||||||
int iButton2 = _00E_FS_NQ07_AlchemyMessagebox.Show()
|
int iButton2 = _00E_FS_NQ07_AlchemyMessagebox.Show()
|
||||||
|
|
||||||
if iButton2 == 0
|
if iButton2 == 0
|
||||||
|
FS_NQ07.SetStage(120)
|
||||||
PlayerREF.RemoveItem(FoodMead, 1)
|
PlayerREF.RemoveItem(FoodMead, 1)
|
||||||
PlayerREF.RemoveItem(FrostMirriam, 2)
|
PlayerREF.RemoveItem(FrostMirriam, 2)
|
||||||
PlayerREF.RemoveItem(FoodBananenschnaps, 1)
|
PlayerREF.RemoveItem(FoodBananenschnaps, 1)
|
||||||
PlayerREF.RemoveItem(_00E_FS_NQ07_Rezept, 1)
|
PlayerREF.RemoveItem(_00E_FS_NQ07_Rezept, 1)
|
||||||
FS_NQ07.SetStage(120)
|
|
||||||
ElseIf iButton2 == 1
|
ElseIf iButton2 == 1
|
||||||
;
|
;
|
||||||
EndIf
|
EndIf
|
||||||
|
Loading…
Reference in New Issue
Block a user