Difference between revisions of "Talk:OBSE Wish List"

Jump to navigation Jump to search
134 bytes added ,  12:24, 31 August 2006
imported>Behippo
imported>DragoonWraith
Line 6: Line 6:


these Is______ functions suggested by Dejaside (unless noted otherwise)
these Is______ functions suggested by Dejaside (unless noted otherwise)
*IsEmpty - checks if container is empty. [[Available]] - If GetNumItems returns 0.
*IsEmpty - checks if container is empty. ''Available'' - If [[GetNumItems]] returns 0.
*IsBook - checks if item is a book [[DONE]]
*IsBook - checks if item is a book [[IsBook|DONE]]
*IsSkillBook - checks if book teaches a skill
*IsSkillBook - checks if book teaches a skill
*IsWeapon - checks if item is a weapon [[DONE]]
*IsWeapon - checks if item is a weapon [[IsWeapon|DONE]]
**IsMelee - checks if weapon is melee. [[Available]] - combination of IsWeapon and GetOV 103 (weapon type). All types but 4 (Bow) are Melee.
**IsMelee - checks if weapon is melee. ''Available'' - combination of [[IsWeapon]] and [[GetObjectValue]] 103 (weapon type). All types but 4 (Bow) are Melee.
**IsRanged - checks if weapon is ranged [[Avalilable]] - combination of IsWeapon and GetOV 103 (weapon type).  If type is 4 it is ranged.
**IsRanged - checks if weapon is ranged ''Avalilable'' - combination of [[IsWeapon]] and [[GetObjectValue]] 103 (weapon type).  If type is 4 it is ranged.
**IsStaff - checks if weapon is a staff (DragoonWraith) [[Available]] - combination of IsWeapon and GetOV 103 (weapon type).  If type is 5 it is ranged.
**IsStaff - checks if weapon is a staff ''Available'' - combination of [[IsWeapon]] and [[GetObjectValue]] 103 (weapon type).  If type is 5 it is a staff.
*IsAmmo - checks if weapon is ammo [[DONE]]
*IsAmmo - checks if weapon is ammo [[DONE]]
*IsEdible - checks if item is edible (note: the ai uses 'restore fatigue' to determine edibility) [[Available]] - GetOV 210 (food) returns if the ingredient is edible.
*IsEdible - checks if item is edible (note: the ai uses 'restore fatigue' to determine edibility) [[Available]] - GetOV 210 (food) returns if the ingredient is edible.
*IsIngredient - checks if item can be used in a potion [[DONE]]
*IsIngredient - checks if item can be used in a potion [[DONE]]
*IsActivator - checks if object is an activator  [[DONE]]
*IsActivator - checks if object is an activator  [[DONE]]
*IsDoor - checks if object is a door  [[DONE]]
*IsDoor - checks if object is a door  [[IsAmmo|DONE]]
*IsLoadDoor - checks if door loads a new cell
*IsLoadDoor - checks if door loads a new cell
*IsContainer - checks if object is a container  [[DONE]]
*IsContainer - checks if object is a container  [[IsAmmo|DONE]]
*IsAnimated - checks whether object has an animation (?)
*IsAnimated - checks whether object has an animation (?)
*IsApparel - checks if item can be worn [[Available]] - combination of IsClothing and IsArmor.
*IsApparel - checks if item can be worn ''Available'' - combination of [[IsClothing]] and [[IsArmor]].
*IsArmor - checks if item has armor rating [[DONE]]
*IsArmor - checks if item has armor rating - [[IsArmor|DONE]]
*IsRing - checks if item is a ring [[Available]] - If GetOV 3 (equipment slot) returns 6 or 7 it is a ring.
*IsRing - checks if item is a ring - ''Available'' - If [[GetObjectValue]] 3 (equipment slot) returns 6 or 7 it is a ring.
*IsAmulet - checks if item is an amulet [[Available]] - If GetOV 3 (equipment slot) returns 8 it is an amulet.
*IsAmulet - checks if item is an amulet - ''Available'' - If [[GetObjectValue]] 3 (equipment slot) returns 8 it is an amulet.
*IsKey - checks if item is a key [[DONE]]
*IsKey - checks if item is a key - [[IsKey|DONE]]
*IsApparatus - checks if item can be used to make potions [[DONE]]
*IsApparatus - checks if item can be used to make potions - [[IsKey|DONE]]
*IsMisc - checks if item has no value beyond its value in gold
*IsMisc - checks if item has no value beyond its value in gold


Navigation menu