Difference between revisions of "Built-in Class Settings"
Jump to navigation
Jump to search
imported>JRoush (Created page for built-in class settings) |
imported>Migck (Added decimal values of each setting) |
||
Line 6: | Line 6: | ||
These settings contain the formIDs of the built-in character classes. This was apparently an alternative to hard-coding the classes directly into the engine. | These settings contain the formIDs of the built-in character classes. This was apparently an alternative to hard-coding the classes directly into the engine. | ||
'''Note''': the value of these settings is | '''Note''': the value of these settings is a number, not a true formID. It will not be 'resolved' during loading to reflect changes in load order. | ||
'''Do NOT attempt to store the formID of mod-added classes in these settings'''. | '''Do NOT attempt to store the formID of mod-added classes in these settings'''. | ||
|} | |} | ||
Line 14: | Line 14: | ||
|- | |- | ||
!style="background:#efefef;" | Setting | !style="background:#efefef;" | Setting | ||
!style="background:#efefef;" | Default value | !style="background:#efefef;" | Default value (Decimal) | ||
!style="background:#efefef;" | Default value (Hex) | |||
|- | |- | ||
|iClassAcrobat || 0x237A8 | |iClassAcrobat || 145320 || 0x237A8 | ||
|- | |- | ||
|iClassAgent || 0x23792 | |iClassAgent || 145298 || 0x23792 | ||
|- | |- | ||
|iClassArcher || 0x2378B | |iClassArcher || 145291 || 0x2378B | ||
|- | |- | ||
|iClassAssassin || 0x23793 | |iClassAssassin || 145299 || 0x23793 | ||
|- | |- | ||
|iClassBarbarian || 0x23788 | |iClassBarbarian || 145288 || 0x23788 | ||
|- | |- | ||
|iClassBard || 0x1C824 | |iClassBard || 116772 || 0x1C824 | ||
|- | |- | ||
|iClassBattlemage || 0x23997 | |iClassBattlemage || 145815 || 0x23997 | ||
|- | |- | ||
|iClassCharactergenClass || 0x230E6 | |iClassCharactergenClass || 143590 || 0x230E6 | ||
|- | |- | ||
|iClassCrusader || 0x23789 | |iClassCrusader || 145289 || 0x23789 | ||
|- | |- | ||
|iClassHealer || 0x00910 | |iClassHealer || 2320 || 0x00910 | ||
|- | |- | ||
|iClassKnight || 0x00836 | |iClassKnight || 2102 || 0x00836 | ||
|- | |- | ||
|iClassMage || 0x105D6 | |iClassMage || 67030 || 0x105D6 | ||
|- | |- | ||
|iClassMonk || 0x237A9 | |iClassMonk || 145321 || 0x237A9 | ||
|- | |- | ||
|iClassNightblade || 0x23C08 | |iClassNightblade || 146440 || 0x23C08 | ||
|- | |- | ||
|iClassPilgrim || 0x00832 | |iClassPilgrim || 2098 || 0x00832 | ||
|- | |- | ||
|iClassPriest || 0x23785 | |iClassPriest || 145285 || 0x23785 | ||
|- | |- | ||
|iClassRogue || 0x2378C | |iClassRogue || 145292 || 0x2378C | ||
|- | |- | ||
|iClassScout || 0x2378A | |iClassScout || 145290 || 0x2378A | ||
|- | |- | ||
|iClassSorcerer || 0x237AC | |iClassSorcerer || 145324 || 0x237AC | ||
|- | |- | ||
|iClassSpellsword || 0x23C07 | |iClassSpellsword || 146439 || 0x23C07 | ||
|- | |- | ||
|iClassThief || 0x2378F | |iClassThief || 145295 || 0x2378F | ||
|- | |- | ||
|iClassWarrior || 0x23787 | |iClassWarrior || 145287 || 0x23787 | ||
|- | |- | ||
|iClassWitchhunter || 0x23998 | |iClassWitchhunter || 145816 || 0x23998 | ||
|- | |- | ||
|iPlayerCustomClass || 0x22843 | |iPlayerCustomClass || 141379 || 0x22843 | ||
|- | |- | ||
|} | |} | ||
<div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div> | <div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div> |
Latest revision as of 12:22, 28 September 2014
Description |
These settings contain the formIDs of the built-in character classes. This was apparently an alternative to hard-coding the classes directly into the engine. Note: the value of these settings is a number, not a true formID. It will not be 'resolved' during loading to reflect changes in load order. Do NOT attempt to store the formID of mod-added classes in these settings. |
---|
Setting | Default value (Decimal) | Default value (Hex) |
---|---|---|
iClassAcrobat | 145320 | 0x237A8 |
iClassAgent | 145298 | 0x23792 |
iClassArcher | 145291 | 0x2378B |
iClassAssassin | 145299 | 0x23793 |
iClassBarbarian | 145288 | 0x23788 |
iClassBard | 116772 | 0x1C824 |
iClassBattlemage | 145815 | 0x23997 |
iClassCharactergenClass | 143590 | 0x230E6 |
iClassCrusader | 145289 | 0x23789 |
iClassHealer | 2320 | 0x00910 |
iClassKnight | 2102 | 0x00836 |
iClassMage | 67030 | 0x105D6 |
iClassMonk | 145321 | 0x237A9 |
iClassNightblade | 146440 | 0x23C08 |
iClassPilgrim | 2098 | 0x00832 |
iClassPriest | 145285 | 0x23785 |
iClassRogue | 145292 | 0x2378C |
iClassScout | 145290 | 0x2378A |
iClassSorcerer | 145324 | 0x237AC |
iClassSpellsword | 146439 | 0x23C07 |
iClassThief | 145295 | 0x2378F |
iClassWarrior | 145287 | 0x23787 |
iClassWitchhunter | 145816 | 0x23998 |
iPlayerCustomClass | 141379 | 0x22843 |