added things
added a crafting tool merchant, added a training hall (not quite working yet) fixed crafting issues, exchanged the small cave area
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
//:: Created On: Nov 23, 2001
|
||||
//:://////////////////////////////////////////////
|
||||
#include "NW_I0_GENERIC"
|
||||
#include "prc_inc_spells"
|
||||
|
||||
object GetNearestTougherFriend(object oSelf, object oPC) {
|
||||
|
||||
@@ -47,11 +46,6 @@ object GetNearestTougherFriend(object oSelf, object oPC) {
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
// * if not runnning normal or better Ai then exit for performance reasons
|
||||
if (GetAILevel() == AI_LEVEL_VERY_LOW) return;
|
||||
|
||||
ExecuteScript("prc_npc_hb", OBJECT_SELF);
|
||||
|
||||
// Pausanias: monsters try to find you.
|
||||
|
||||
@@ -146,7 +140,7 @@ void main()
|
||||
}
|
||||
}
|
||||
|
||||
if(!PRCGetHasEffect(EFFECT_TYPE_SLEEP))
|
||||
if(!GetHasEffect(EFFECT_TYPE_SLEEP))
|
||||
{
|
||||
if(!GetIsPostOrWalking())
|
||||
{
|
||||
|
Reference in New Issue
Block a user