--- deliantra/Deliantra/res/types.xml 2008/09/11 23:09:29 1.40 +++ deliantra/Deliantra/res/types.xml 2009/01/08 01:26:55 1.44 @@ -1220,6 +1220,10 @@ This is the key string of the book. The key string is checked by an inventory checker. (This is used eg. for the gate/port passes in scorn) + + If this flag is true the player won't be able to identify this + item with by using a skill. + @@ -1534,6 +1538,12 @@ This text may contain a description of the converter. + + If the converter has this flag set the generated items will + be flagged as unpaid. Useful if you want to make a converter in a shop. + (For instance for 'dragon scale' to 'dragon shield' converters in some + armour shops.) + @@ -1632,6 +1642,31 @@ + + + + + + + + + + + When the map script object is triggered, it will execute + the perl script with the triggering object as $activator. + + &activate_on; + + This perl script will be executed each time the objetc is triggered. + + +