Skip to content

Commit

Permalink
General Repairs
Browse files Browse the repository at this point in the history
Preparation for v19 release
  • Loading branch information
cmorganbg committed Sep 17, 2011
1 parent 3cc0e2f commit e24fc8f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 17,572 deletions.
2 changes: 1 addition & 1 deletion bg1npc.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -3791,7 +3791,7 @@ BEGIN @1007
WRITE_SHORT 0x24 ~25~ // Current HP (usually 18)
WRITE_SHORT 0x26 ~25~ // Maximum HP (usually 18)
WRITE_ASCII 0x268 ~X#IMPSPL~ #8 // Default Script
WRITE_ASCII 0x248 ~X#IMPSPL~ #8 // override script no combat scripting assigned in bcs, so should not respond
WRITE_ASCII 0x248 ~none~ #8 // override script no combat scripting assigned in bcs, so should not respond
WRITE_ASCII 0x280 ~ichthraa~ #32 // death variable

COPY_EXISTING ~MEPSMO01.cre~ ~override/x#mepht1.cre~
Expand Down
4 changes: 2 additions & 2 deletions bg1npc/phase2/baf/x#imint2.baf
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ PlaySound("imoen99")
StartDialogNoSet(Player1)
END

/* Jenkal Dead */
/* Laryssa Dead */
IF %BGT_VAR%
AreaCheck("%ArchaeologicalSite%")
Global("X#ImoenLaryssa2","GLOBAL",0)
Expand All @@ -225,7 +225,7 @@ RESPONSE #100
SetGlobal("X#ImoenLaryssa2","GLOBAL",1)
END

/* Initiate Jenkal Dead */
/* Initiate Laryssa Dead */
IF %BGT_VAR%
Global("X#ImoenLaryssa2","GLOBAL",1)
InParty(Myself)
Expand Down
Loading

0 comments on commit e24fc8f

Please sign in to comment.