PRC8 update
PRC8 update. Full compile.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -17,6 +17,7 @@
|
||||
#include "util_inc"
|
||||
#include "util_names_inc"
|
||||
#include "nwnx_time"
|
||||
#include "prc_inc_skin"
|
||||
|
||||
//:: void main (){}
|
||||
|
||||
@@ -294,7 +295,8 @@ void RemoveBlackScreen(object oPC)
|
||||
|
||||
void chr_ZombieWalk(object oPC, int nDuration)
|
||||
{
|
||||
object oPCSkin = GetItemInSlot (INVENTORY_SLOT_CARMOUR, oPC);
|
||||
//object oPCSkin = GetItemInSlot (INVENTORY_SLOT_CARMOUR, oPC);
|
||||
object oPCSkin = GetPCSkin(oPC);
|
||||
// We only relate this message once, it's just so they know what is going on.
|
||||
if (!GetLocalInt (oPC, CHR_NEARDEATH_VAR_MESSAGE))
|
||||
{
|
||||
|
||||
@@ -272,17 +272,17 @@ void DestroyAllItems()
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_BULLETS)))
|
||||
DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_CARMOUR)))
|
||||
DestroyObject(oItem);
|
||||
//DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_CHEST)))
|
||||
DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_CLOAK)))
|
||||
DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_CWEAPON_B)))
|
||||
DestroyObject(oItem);
|
||||
//DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_CWEAPON_L)))
|
||||
DestroyObject(oItem);
|
||||
//DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_CWEAPON_R)))
|
||||
DestroyObject(oItem);
|
||||
//DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_HEAD)))
|
||||
DestroyObject(oItem);
|
||||
if(GetIsObjectValid(oItem=GetItemInSlot(INVENTORY_SLOT_LEFTHAND)))
|
||||
@@ -543,12 +543,12 @@ void TakeStuff(int Level, object oTarget, object oUser)
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_BOLTS,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_BOOTS,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_BULLETS,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_CARMOUR,oTarget));
|
||||
//DestroyObject(GetItemInSlot(INVENTORY_SLOT_CARMOUR,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_CHEST,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_CLOAK,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_CWEAPON_B,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_CWEAPON_L,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_CWEAPON_R,oTarget));
|
||||
//DestroyObject(GetItemInSlot(INVENTORY_SLOT_CWEAPON_B,oTarget));
|
||||
//DestroyObject(GetItemInSlot(INVENTORY_SLOT_CWEAPON_L,oTarget));
|
||||
//DestroyObject(GetItemInSlot(INVENTORY_SLOT_CWEAPON_R,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_HEAD,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_LEFTHAND,oTarget));
|
||||
DestroyObject(GetItemInSlot(INVENTORY_SLOT_LEFTRING,oTarget));
|
||||
|
||||
Reference in New Issue
Block a user