Jump to content


Photo

The Fix for Inn Resting


  • Please log in to reply
No replies to this topic

#1 horred the plague

horred the plague

    Scourge of the Seven Seas

  • Modder
  • 1899 posts

Posted 22 March 2005 - 10:59 PM

Thanks to Muaddib for pointing this one out, found it in like 10 seconds.

1) Open up hc_innrest.nss in the toolset script editor.

2) Go down to the bottom, line 293-5 in my script.

Change the block that's there to the following:

       if (iFATIGUESYSTEM)
          {
          SetLocalInt(oMod,"FATIGUELEVEL" + GetName(oPC) + GetPCPublicCDKey(oPC), INITFATIGUELEVEL);
          }

The former, bad block says: "FATIGUELEVEL" + GetName(oPC) + GetPCPlayerName(oPC)

May not seem like a big difference, but it's all that it takes.

It'll be in version 10. I'm working on a bunch of new crafting recipes (new leather armors, CEP weapons, and more) so it may be a while till release. That's why I figured I'd better post the fix.

Cheers!