Removed depreciated location saving functions.

Removed depreciated location saving functions.  Removed duplicate `prc_combatmove.nss` from top hak.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-11-07 07:42:00 -05:00
parent 6aa1491726
commit 3891e0173a
24 changed files with 72 additions and 133 deletions

View File

@@ -47,7 +47,7 @@ if (!GetIsPC(oPC)) return;
//If in the guild only!
//If they are in the guild...
if(GetItemPossessedBy(oPC, "guildpass")!=OBJECT_INVALID)
/* if(GetItemPossessedBy(oPC, "guildpass")!=OBJECT_INVALID) <- location handled by PRC8 now
{
if(GetArea(GetAreaFromLocation(lSaved))!=OBJECT_INVALID)
{
@@ -59,7 +59,7 @@ if(GetArea(GetAreaFromLocation(lSaved))!=OBJECT_INVALID)
//Tell the PC thier location was saved..
SendMessageToPC(oPC, "Location Saved.");
}
}
} */
////////////AUTOMATIC CHARACTER SAVING ON LEVEL UP OPTION///////////////////
//Delete the // on the next 2 lines below to activate Automatic Character Saving.
if(IsShifterMorphed(oPC)!=1)