Skip to content

Commit

Permalink
Merge pull request #19 from Gitjas/master
Browse files Browse the repository at this point in the history
-fixed install error of "Nashkel Monster" for BG:EE (from v25.1).
  • Loading branch information
Gitjas authored Nov 28, 2021
2 parents 36604f4 + 4ca8673 commit db2c5c8
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
4 changes: 1 addition & 3 deletions bgqe/nashkell_monster/dialogues/c#q04eggdelivery.d
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ END

END //APPEND

APPEND player1
BEGIN C#Q04009

IF WEIGHT #-1
~Global("C#Q04_WyvernDeliverer","GLOBAL",10)~ THEN hereiam
Expand All @@ -434,5 +434,3 @@ IF ~~ THEN DO ~SetGlobal("C#Q04_WyvernDeliverer","GLOBAL",11)
AddJournalEntry(@10035%QUEST_DONE%)
CreateCreature("C#Q04009",[-1.-1]%FACE_0%)~ EXIT
END

END //APPEND
2 changes: 1 addition & 1 deletion bgqe/nashkell_monster/scripts/c#q04spiderhatch.baf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IF
PartyHasItem("C#Q04001")
THEN
RESPONSE #100
ActionOverride(Player1,StartDialogOverride("player1",Player1))
ActionOverride(Player1,StartDialogOverride("C#Q04009",Player1))
END

IF
Expand Down
4 changes: 4 additions & 0 deletions bgqe/readmes/english.bgqe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,12 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORY

Version 25.2:
-fixed install error of "Nachkel Monster" for BG:EE (from v25.1).

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.
-named Polish readme in correct syntax.

Version 25:
-Italian setup.tra updated, by improbabile.
Expand Down
4 changes: 4 additions & 0 deletions bgqe/readmes/german.bgqe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,12 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORIE

Version 25.2:
-fixed install error of "Nachkel Monster" for BG:EE (from v25.1).

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.
-named Polish readme in correct syntax.

Version 25:
-Italian setup.tra updated, by improbabile.
Expand Down
4 changes: 4 additions & 0 deletions bgqe/readmes/italiano.bgqe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,12 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORY

Version 25.2:
-fixed install error of "Nachkel Monster" for BG:EE (from v25.1).

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.
-named Polish readme in correct syntax.

Version 25:
-Italian setup.tra updated, by improbabile.
Expand Down
4 changes: 4 additions & 0 deletions bgqe/readmes/polski.bgqe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,12 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORIE

Version 25.2:
-fixed install error of "Nachkel Monster" for BG:EE (from v25.1).

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.
-named Polish readme in correct syntax.

Version 25:
-Italian setup.tra updated, by improbabile.
Expand Down
2 changes: 1 addition & 1 deletion bgqe/setup-bgqe.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BACKUP ~bgqe/Backup~
AUTHOR ~Please post in one of the forums as listed in the readme~

//MODDER
VERSION ~v25.1~
VERSION ~v25.2~

README ~bgqe/readmes/%LANGUAGE%.bgqe.txt~ ~bgqe/readmes/english.bgqe.txt~

Expand Down

0 comments on commit db2c5c8

Please sign in to comment.