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:
@@ -51,7 +51,7 @@ void main()
|
||||
lSaved = GetLocation(oPC);
|
||||
|
||||
//If they are in the guild...
|
||||
if(GetItemPossessedBy(oPC, "guildpass")!=OBJECT_INVALID)
|
||||
/* if(GetItemPossessedBy(oPC, "guildpass")!=OBJECT_INVALID) <- Handled by PRC8 now
|
||||
{
|
||||
//Let's make sure their area is valid!
|
||||
if(GetArea(GetAreaFromLocation(lSaved))!=OBJECT_INVALID)
|
||||
@@ -69,7 +69,7 @@ void main()
|
||||
else
|
||||
{
|
||||
SendMessageToPC(oPC, "Your location was NOT saved, you need to rest to save your location.");
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
||||
//Make their death log empty again if they aren't dead..
|
||||
@@ -94,4 +94,4 @@ void main()
|
||||
}
|
||||
|
||||
//End Script
|
||||
}
|
||||
//}
|
||||
|
Reference in New Issue
Block a user