Bugfix pass.
Fixed onRespawn & onDying scripts. Fixed XP awards. Added temple hospital & library.
This commit is contained in:
15
_module/nss/temple_wander.nss
Normal file
15
_module/nss/temple_wander.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
Random wandering.
|
||||
|
||||
WWWWolf 2003-10
|
||||
*/
|
||||
|
||||
void main()
|
||||
{
|
||||
// Usual heartbeat stuff
|
||||
ExecuteScript("nw_c2_default1",OBJECT_SELF);
|
||||
|
||||
// Walk wherever you want
|
||||
if(!IsInConversation(OBJECT_SELF) && !GetIsInCombat())
|
||||
ActionRandomWalk();
|
||||
}
|
Reference in New Issue
Block a user