Added helms and dynamic goblins. Added onEnter spawner scripts to all dungeon areas. Fixed the Dishonest Patrol to be dynamic & more like PnP. Full compile. Co-Authored-By: Draygoth <65428430+Draygoth@users.noreply.github.com>
18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
// ra_mod_onleave.nss
|
|
/////////////////////////////////////////////////////////////////////
|
|
//
|
|
// This script has been auto-generated by HakInstaller to call
|
|
// multiple handlers for the onmoduleload event.
|
|
//
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
void main()
|
|
{
|
|
ExecuteScript("prc_onleave", OBJECT_SELF);
|
|
|
|
//:: Rappan Athuk time tracking
|
|
|
|
}
|