Skip to content

Commit

Permalink
Merge pull request #18 from Gitjas/master
Browse files Browse the repository at this point in the history
update to v25.1
  • Loading branch information
Gitjas authored Nov 27, 2021
2 parents ddff17e + c2971aa commit 36604f4
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 8 deletions.
15 changes: 15 additions & 0 deletions bgqe/nashkell_monster/dialogues/c#q04eggdelivery.d
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,18 @@ SetGlobal("C#Q04_WyvernDeliverer","GLOBAL",9) %ERASEJOURNALENTRY_10031% %ERASEJO
END

END //APPEND

APPEND player1

IF WEIGHT #-1
~Global("C#Q04_WyvernDeliverer","GLOBAL",10)~ THEN hereiam
SAY @116
IF ~~ THEN DO ~SetGlobal("C#Q04_WyvernDeliverer","GLOBAL",11)
%ERASEJOURNALENTRY_10031%
%ERASEJOURNALENTRY_10033%
%ERASEJOURNALENTRY_10067%
AddJournalEntry(@10035%QUEST_DONE%)
CreateCreature("C#Q04009",[-1.-1]%FACE_0%)~ EXIT
END

END //APPEND
25 changes: 18 additions & 7 deletions bgqe/nashkell_monster/scripts/c#q04spiderhatch.baf
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,29 @@ IF
GlobalTimerExpired("c#q04_SpiderTimer","GLOBAL")
GlobalLT("C#Q04_WyvernDeliverer","GLOBAL",7)
PartyHasItem("C#Q04001")
THEN
RESPONSE #100
SetGlobal("C#Q04_WyvernDeliverer","GLOBAL",10)
END

IF
Global("C#Q04_WyvernDeliverer","GLOBAL",10)
PartyHasItem("C#Q04001")
THEN
RESPONSE #100
ActionOverride(Player1,StartDialogOverride("player1",Player1))
END

IF
Global("C#Q04_WyvernDeliverer","GLOBAL",11)
PartyHasItem("C#Q04001")
THEN
RESPONSE #100
SetInterrupt(FALSE)
SetGlobal("C#Q04_WyvernDeliverer","GLOBAL",9)
ActionOverride(Player1,CreateCreature("C#Q04009",[-1.-1]%FACE_0%))
ActionOverride("C#Q04009",TakePartyItem("c#q04001"))
ActionOverride("C#Q04009",DestroyItem("c#q04001"))
DisplayStringHead(Player1,@116)
%ERASEJOURNALENTRY_10031%
%ERASEJOURNALENTRY_10033%
%ERASEJOURNALENTRY_10067%
AddJournalEntry(@10035%QUEST_DONE%)
SetGlobal("C#Q04_WyvernDeliverer","GLOBAL",12)
SetInterrupt(TRUE)
END


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

HISTORY

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.

Version 25:
-Italian setup.tra updated, by improbabile.
-patching of Sil to make removing of turning hostile more stable.
Expand Down
3 changes: 3 additions & 0 deletions bgqe/readmes/german.bgqe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,9 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORIE

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.

Version 25:
-Italian setup.tra updated, by improbabile.
-patching of Sil to make removing of turning hostile more stable.
Expand Down
3 changes: 3 additions & 0 deletions bgqe/readmes/italiano.bgqe.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,9 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORY

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.

Version 25:
-Italian setup.tra updated, by improbabile.
-patching of Sil to make removing of turning hostile more stable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ MAINTENANCE NOTE: This mod accepts bug fixes, compatibility fixes, and translati

HISTORIE

Version 25.1:
-changed dialogue for appearing spider back into dialogue and egg should really be removed after spider hatches.

Version 25:
-Italian setup.tra updated, by improbabile.
-patching of Sil to make removing of turning hostile more stable.
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~
VERSION ~v25.1~

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

Expand Down

0 comments on commit 36604f4

Please sign in to comment.