Added helms and dynamic goblins
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>
This commit is contained in:
17
_module/nss/ra_mod_onleave.nss
Normal file
17
_module/nss/ra_mod_onleave.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
// 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
|
||||
|
||||
}
|
Reference in New Issue
Block a user