nw_o2_coninclude
Functions
Name | Brief Description |
---|---|
CreateAmmo | Spawns in a ammunition suited for that class as part of the random treasure distribution. |
CreateAnimalPart | Creates an animal part on the corpse of the animal |
CreateArcaneScroll | Creates a scroll as part of the treasure |
CreateBook | Creates a random book as part of the treasure distribution system |
CreateDivineScroll | Creates a gem as part of the treasure |
CreateGem | Creates a Gem as part of the NWN treasure distribution system |
CreateGenericClassItem | Creates a treasure item for wizards, sorcerers, clerics, monks, rogues and bards |
CreateGenericDruidWeapon | Creates an appropriate druid weapon that fits the level of the PC, and places it in/on an object. |
CreateGenericExotic | Creates an appropriate exotic weapon that fits the level of the PC, and places it in/on an object. |
CreateGenericHeavyArmor | Spawns in a Piece of Generic Heavy Armor as part of the random treasure distribution. |
CreateGenericLightArmor | Spawns in a piece of generic light armor as part of the random treasure distribution. |
CreateGenericMartial | Spawns in a generic weapon as part of the random treasure distribution. |
CreateGenericMediumArmor | Spawns in a piece of generic armor as part of the random treasure distribution. |
CreateGenericMiscItem | Spawns in a generic item as part of the random treasure distribution. |
CreateGenericMonkWeapon | Creates an appropriate monk weapon that fits the level of the PC, and places it in/on an object. |
CreateGenericRodStaffWand | Spawns in a generic Rod, Staff or Wand as part of the random treasure distribution. |
CreateGenericSimple | Spawns in a Generic Simple Weapon as part of the random treasure distribution. |
CreateGenericWizardWeapon | Creates an appropriate wizard weapon that fits the level of the PC, and places it in/on an object. |
CreateGold | Spawns in Gold as part of the random treasure distribution. |
CreateHealingKit | Spawns in a Healing Kit as part of the random treasure distribution. |
CreateJewel | Creates a Jewel in the container as part of the NWN trasure distribution system |
CreateJunk | Creates random items for the container treasure. |
CreateKit | Spawns in a Kit as part of the random treasure distribution. |
CreateLockPick | Spawns in a Lock Pick as part of the random treasure distribution. |
CreatePotion | Creates a random potion in a container as part of the treasure system. |
CreateSpecificDruidWeapon | Spawns in a Specific Druid Weapon as part of the random treasure distribution. |
CreateSpecificExotic | Spawns in a Specific Exotic Item as part of the random treasure distribution. |
CreateSpecificHeavyArmor | Spawns in a Specific Heavy Armor as part of the random treasure distribution. |
CreateSpecificLightArmor | Spawns in a Specific Light Armor as part of the random treasure distribution. |
CreateSpecificMartial | Spawns in a Specific Martial Item as part of the random treasure distribution. |
CreateSpecificMediumArmor | Spawns in a Specific Medium Armor as part of the random treasure distribution. |
CreateSpecificMiscItem | Spawns in a Specific Item as part of the random treasure distribution. |
CreateSpecificMonkWeapon | Spawns in a Specific Monk Weapon as part of the random treasure distribution. |
CreateSpecificRodStaffWand | Spawns in a Rod, Staff, or Wand as part of the random treasure distribution. |
CreateSpecificSimple | Spawns in a Simple Weapon as part of the random treasure distribution. |
CreateSpecificWizardWeapon | Spawns in a Specific Wizard Weapon as part of the random treasure distribution. |
CreateTable2Item | Randomly creates an item on an object. |
CreateTrapKit | Spawns in a Trap Kit as part of the random treasure distribution. |
dbCreateItemOnObject | This function creates the item for the NWN Treasure Distribution System. |
GenerateBookTreasure | This Function is part of the random treasure distribution. |
GenerateBossTreasure | Generates boss-level treasure. |
GenerateHighTreasure | This function creates High Level Treasure |
GenerateLowTreasure | This script creates Low value treasure in the container |
GenerateMediumTreasure | Spawns in treasure as part of the random treasure distribution. |
GenerateNPCTreasure | Use the random treasure functions to generate appropriate treasure for the creature to drop. |
GenerateTreasure | This is the Main function in the NWN Treasure Distribution System |
GetLastOpener | Gets the creature that last opened or destroyed the container calling this script. |
GetNumberOfItems | Determines the number of items to create as treasure. |
GetRange | Determines whether the HD falls in a range category. |
nDetermineClassToUse | Determines which of a PCs three classes to use in the random treasure system. |
ShoutDisturbed | Turns NPCs of the container's faction hostile towards the PC that destroyed or opened the container. |
TrimLevel | Returns the valid upper limit for any arcane spell scroll. |
author: Charles Feduke
Send comments on this topic.