ESM Dialogue doc: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:




from :http://www.uesp.net/morrow/tech/mw_esm.txt
function:
function:
*alarm
* '00' = Rank Low
*alarmed
* '01' = Rank High
*attacked
* '02' = Rank Requirement
*choice: 50
* '03' = Reputation
*creature target
* '04' = Health Percent
*detected
* '05' = PC Reputation
*faction rank difference
* '06' = PC Level
*fight
* '07' = PC Health Percent
*flee
* '08' = PC Magicka
*friend hit
* '09' = PC Fatigue
*health percent
* '10' = PC Strength
*Hello
* '11' = PC Block
*level
* '12' = PC Armorer
*PC acrobatics
* '13' = PC Medium Armor
*...
* '14' = PC Heavy Armor
*PC willpower
* '15' = PC Blunt Weapon
*PC Expelled: 39
* '16' = PC Long Blade
*PC Crime Level: 43
'17' = PC Axe
*rank requirement
* '18' = PC Spear
*reaction high
* '19' = PC Athletics
*reaction low
* '20' = PC Enchant
*reputation
* '21' = PC Destruction
*same faction
* '22' = PC Alteration
*same race
* '23' = PC Illusion
*same sex
* '24' = PC Conjuration
*should attack
* '25' = PC Mysticism
*talked to PC
* '26' = PC Restoration
*weather
* '27' = PC Alchemy
* '28' = PC Unarmored
* '29' = PC Security
* '30' = PC Sneak
* '31' = PC Acrobatics
* '32' = PC Light Armor
* '33' = PC Short Blade
* '34' = PC Marksman
* '35' = PC Mercantile
* '36' = PC Speechcraft
* '37' = PC Hand-to-Hand
* '38' = PC Gender
* '39' = PC Expelled
* '40' = PC Common Disease
* '41' = PC Blight Disease
* '42' = PC Clothing Modifier
* '43' = PC Crime Level
* '44' = Same Gender
* '45' = Same Race
* '46' = Same Faction
* '47' = Faction Rank Diff
* '48' = Detected
* '49' = Alarmed?
* '50' = Choice
* '51' = PC Intelligence
* '52' = PC Willpower
* '53' = PC Agility
* '54' = PC Speed
* '55' = PC Endurance
* '56' = PC Personality
* '57' = PC Luck
* '58' = PC Corprus
* '59' = Weather
* '60' = PC Vampire
* '61' = Level
* '62' = Attacked
* '63' = Talked to PC
* '64' = PC Health
* '65' = Creature Target
* '66' = Friend Hit
* '67' = Fight
* '69' = Hello
* '69' = Alarm
* '70' = Flee
* '71' = Should Attack

Revision as of 09:21, 18 March 2012

List of filters:

  • journal
  • item
  • dead
  • not id
  • not faction
  • not class
  • not race
  • not cell
  • not local


from :http://www.uesp.net/morrow/tech/mw_esm.txt function:

  • '00' = Rank Low
  • '01' = Rank High
  • '02' = Rank Requirement
  • '03' = Reputation
  • '04' = Health Percent
  • '05' = PC Reputation
  • '06' = PC Level
  • '07' = PC Health Percent
  • '08' = PC Magicka
  • '09' = PC Fatigue
  • '10' = PC Strength
  • '11' = PC Block
  • '12' = PC Armorer
  • '13' = PC Medium Armor
  • '14' = PC Heavy Armor
  • '15' = PC Blunt Weapon
  • '16' = PC Long Blade

'17' = PC Axe

  • '18' = PC Spear
  • '19' = PC Athletics
  • '20' = PC Enchant
  • '21' = PC Destruction
  • '22' = PC Alteration
  • '23' = PC Illusion
  • '24' = PC Conjuration
  • '25' = PC Mysticism
  • '26' = PC Restoration
  • '27' = PC Alchemy
  • '28' = PC Unarmored
  • '29' = PC Security
  • '30' = PC Sneak
  • '31' = PC Acrobatics
  • '32' = PC Light Armor
  • '33' = PC Short Blade
  • '34' = PC Marksman
  • '35' = PC Mercantile
  • '36' = PC Speechcraft
  • '37' = PC Hand-to-Hand
  • '38' = PC Gender
  • '39' = PC Expelled
  • '40' = PC Common Disease
  • '41' = PC Blight Disease
  • '42' = PC Clothing Modifier
  • '43' = PC Crime Level
  • '44' = Same Gender
  • '45' = Same Race
  • '46' = Same Faction
  • '47' = Faction Rank Diff
  • '48' = Detected
  • '49' = Alarmed?
  • '50' = Choice
  • '51' = PC Intelligence
  • '52' = PC Willpower
  • '53' = PC Agility
  • '54' = PC Speed
  • '55' = PC Endurance
  • '56' = PC Personality
  • '57' = PC Luck
  • '58' = PC Corprus
  • '59' = Weather
  • '60' = PC Vampire
  • '61' = Level
  • '62' = Attacked
  • '63' = Talked to PC
  • '64' = PC Health
  • '65' = Creature Target
  • '66' = Friend Hit
  • '67' = Fight
  • '69' = Hello
  • '69' = Alarm
  • '70' = Flee
  • '71' = Should Attack