Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
DarkHorizons micbaldur CMQUEST1 reward
Browse files Browse the repository at this point in the history
  • Loading branch information
omni-axa committed Sep 1, 2015
1 parent ed53d1f commit f72374c
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
20 changes: 20 additions & 0 deletions BiG World Fixpack/DarkHorizons/CMQUEST1.D.patch
@@ -0,0 +1,20 @@
--- DarkHorizons\dlgs\CMQUEST1.D Thu May 21 17:56:48 2009
+++ C:\BWP Patchstudio\patched files\DarkHorizons\dlgs\CMQUEST1.D Tue Sep 01 20:33:19 2015
@@ -10,7 +10,7 @@
PartyHasItem("BOOK88")
~ THEN BEGIN 1
SAY @2
- IF ~~ THEN DO ~GiveItem("RING07",LastTalkedToBy)
+ IF ~~ THEN DO ~GiveItemCreate("RING07",LastTalkedToBy)
TakePartyItem("BOOK88")
AddexperienceParty(1500)
EscapeArea()
@@ -21,7 +21,7 @@
PartyHasItem("BOOK88")
~ THEN BEGIN 2
SAY @4
- IF ~~ THEN DO ~GiveItem("RING07",LastTalkedToBy)
+ IF ~~ THEN DO ~GiveItemCreate("RING07",LastTalkedToBy)
TakePartyItem("BOOK88")
AddexperienceParty(1500)
EscapeArea()
20 changes: 20 additions & 0 deletions BiG World Fixpack/DarkHorizons/CMQUEST1.D_0.patch
@@ -0,0 +1,20 @@
--- DarkHorizons\Tutu\dlgs\CMQUEST1.D Sun Jul 12 11:27:46 2009
+++ C:\BWP Patchstudio\patched files\DarkHorizons\Tutu\dlgs\CMQUEST1.D Tue Sep 01 20:33:10 2015
@@ -10,7 +10,7 @@
PartyHasItem("_BOOK88")
~ THEN BEGIN 1
SAY @2
- IF ~~ THEN DO ~GiveItem("_RING07",LastTalkedToBy)
+ IF ~~ THEN DO ~GiveItemCreate("_RING07",LastTalkedToBy)
TakePartyItem("_BOOK88")
AddexperienceParty(1500)
EscapeArea()
@@ -21,7 +21,7 @@
PartyHasItem("_BOOK88")
~ THEN BEGIN 2
SAY @4
- IF ~~ THEN DO ~GiveItem("_RING07",LastTalkedToBy)
+ IF ~~ THEN DO ~GiveItemCreate("_RING07",LastTalkedToBy)
TakePartyItem("_BOOK88")
AddexperienceParty(1500)
EscapeArea()
3 changes: 3 additions & 0 deletions BiG World Fixpack/_BWP fixes.txt
Expand Up @@ -741,6 +741,9 @@ Pour en apprendre plus sur les corrections employ
:: micbaldur's fixed Belt of Sune
:: http://www.shsforums.net/topic/47635-notes-oddities-and-possible-bugs-in-my-bwp-game-spoilers/?p=580162

:: micbaldur's Halabaster Dhunshar reward fix
:: http://www.shsforums.net/topic/47635-notes-oddities-and-possible-bugs-in-my-bwp-game-spoilers/?p=580693


----------------------------------------------------------------------------------------

Expand Down

0 comments on commit f72374c

Please sign in to comment.