The Black Wyrm Lair Forums
The Black Wyrm's Lair Terms of Use Help Search Members Calendar

Welcome Guest ( Log In | Register )

> Crash!, NEJ crashes when Hrothgar joins
NightLife
post Mar 11 2006, 09:56 AM
Post #1





Forum Member
Posts: 5
Joined: 8-March 06




The problem is just like the name suggests, the game crashes when I try to have Hrothgar join to party for the expidition. Also as a lesser note the Priestess os Tempus won't join the party as H-gar's dialog says she will. Any ideas?
Go to the top of the page
 
Quote Post
 
Start new topic
Replies
horred the pl...
post Mar 16 2006, 01:14 PM
Post #2





Forum Member
Posts: 58
Joined: 11-January 05




Vlad,

A little blurb from Setup-BPv174.tp2 you may (may not?) find useful:

CODE

PRINT ~Patching all the existing innate spells, setting level to one.....~

COPY_EXISTING_REGEXP GLOB ~.*\.spl~ ~override~
 READ_SHORT 0x1c spell_type
 PATCH_IF (%spell_type% = 4) BEGIN
   READ_LONG 0x34 spell_level
   PATCH_IF (%spell_level% =0) BEGIN
     WRITE_LONG 0x34 ~1~
   END
   PATCH_IF (%spell_level% > 1) BEGIN
     WRITE_LONG 0x34 ~1~
   END
 END
BUT_ONLY_IF_IT_CHANGES


Eliminates this issue from all spells in-game, not just those two. wink.gif
Go to the top of the page
 
Quote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:



- Lo-Fi Version Time is now: 27th October 2025 - 06:21 PM