PnP Enhancements continue
PnP Enhancements continue. Fixed some quest logic, made some of the quests reward the entire party instead of the player that turns it in. Updated Warrior's Guild. Colored Wilderness map for the hell of it. Full compile.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
//:: Copyright (c) 2022 Project RATDOG
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Ends & rewards "The Oucasts" quest
|
||||
Ends & rewards "The Outcasts" quest
|
||||
for the vagrants in the woods
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
@@ -12,6 +12,7 @@
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
#include "pqj_inc"
|
||||
#include "x0_i0_partywide"
|
||||
|
||||
void main()
|
||||
{
|
||||
@@ -20,9 +21,9 @@ void main()
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
//:: XP reward
|
||||
GiveXPToCreature(oPC, 200);
|
||||
GiveXPToAll(oPC, 200);
|
||||
|
||||
//:: Set quest stage & update DB.
|
||||
AddPersistentJournalQuestEntry("outcasts", 3, oPC);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user