Difference between revisions of "SPELLINFO"

From 4Dimensions
Jump to: navigation, search
(Bot: Automated import of articles)
 
m (updated)
 
Line 20: Line 20:
 
Below is an example of the info you'll get from the command SPELLINFO:
 
Below is an example of the info you'll get from the command SPELLINFO:
  
 
+
<pre>
 
----------------------------------------------------
 
----------------------------------------------------
 
+
                Name: fireball
Name: fireball
+
Tier: 1     Level: 40  
 
+
MinPosition: Fighting   Elemental Type: fire
Tier: 0     Level: 40
 
 
 
MinPosition: Fighting
 
 
 
 
 
  
 
Directional: NO            Offensive: YES
 
Directional: NO            Offensive: YES
 +
    Affects: NO            Unaffects: NO
 +
    Points: NO        Alters Objects: NO
 +
    Groups: NO                Masses: NO
 +
      Areas: NO            Summoning: NO
 +
  Creation: NO
  
Affects: NO            Unaffects: NO
+
Classes: Mage
 
 
Points: NO        Alters Objects: NO
 
 
 
Groups: NO                Masses: NO
 
 
 
Areas: NO            Summoning: NO
 
 
 
Creation: NO
 
 
 
 
 
 
 
 
----------------------------------------------------
 
----------------------------------------------------
 
+
</pre>
  
 
See also: [[SKILLSINDEX]]  [[SPELLSINDEX]]
 
See also: [[SKILLSINDEX]]  [[SPELLSINDEX]]

Latest revision as of 16:46, 24 September 2021

SPELLINFO

Usage: spellinfo <spellname or skillname>


This very useful command gives a code generated info about any and all spells

and skills in the game. Since it is generated by the code, it will always be

updated to the latest version.


Spellinfo gives the main characteristics for that spell/skill; like

level, tier, directional or not, etc. To see more specific information about

what it actually does you'll have to type help <skill/spell>.

Below is an example of the info you'll get from the command SPELLINFO:

----------------------------------------------------
                Name: fireball
Tier: 1     Level: 40    
MinPosition: Fighting   Elemental Type: fire

Directional: NO             Offensive: YES
    Affects: NO             Unaffects: NO 
     Points: NO        Alters Objects: NO 
     Groups: NO                Masses: NO 
      Areas: NO             Summoning: NO 
   Creation: NO 

Classes: Mage
----------------------------------------------------

See also: SKILLSINDEX SPELLSINDEX