Tweaked items, creatures, and areas
Added 2 new quests to Displaced Valley connected areas.
This commit is contained in:
18
_module/nss/eldricreward2.nss
Normal file
18
_module/nss/eldricreward2.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName eldricreward1
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 1
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
// Give the speaker some XP
|
||||
//RewardPartyXP(1000, GetPCSpeaker());
|
||||
|
||||
// Give the speaker the items
|
||||
CreateItemOnObject("nw_it_msmlmisc17", GetPCSpeaker(), 1);
|
||||
|
||||
}
|
Reference in New Issue
Block a user