DB/SoundCharacterMacroLines: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Sandbox/VersionRange|max_expansionlevel=1}}
{{Template:Sandbox/VersionRange|max_expansionlevel=1}}
This DBC is used to associate the voice slash commands to the appropriate sound clip based on race and gender.


==0.5.3.3368, 1.12.1.5875==
==0.5.3.3368, 1.12.1.5875==
Line 9: Line 11:
   uint32_t m_SoundID;
   uint32_t m_SoundID;
  };
  };
==Categories==
{| style="background:#FCFCFC; color:black"
|-
! width="50" | Id
! width="120" | Name
! width="175" | Command
! width="175" | Note
|- style="background:#E0E0E0;"
| 0x0 || Help Me || /v help ||
|-
| 0x1 || Incoming || /v inc ||
|- style="background:#E0E0E0;"
| 0x2 || Charge || /v charge ||
|-
| 0x3 || Flee || /v flee ||
|- style="background:#E0E0E0;"
| 0x4 || Attack Target || /v attack ||
|-
| 0x5 || Out Of Mana || /v oom ||
|- style="background:#E0E0E0;"
| 0x6 || Follow Me || /v fol ||
|-
| 0x7 || Wait Here || /v wait ||
|- style="background:#E0E0E0;"
| 0x8 || Heal Me || /v heal ||
|-
| 0x9 || Cheer || /v cheer ||
|- style="background:#E0E0E0;"
| 0xA || Open Fire || /v fire ||
|-
| 0xB || Hello || /v hello ||
|- style="background:#E0E0E0;"
| 0xC || Goodbye || /v goodbye, /v bye || This and below added {{Template:Sandbox/PrettyVersion|expansionlevel=1}}
|-
| 0xD || Raspberry || /v rasp ||
|- style="background:#E0E0E0;"
| 0xE || Yes || /v yes ||
|-
| 0xF || No || /v no ||
|- style="background:#E0E0E0;"
| 0x10 || Thank You || /v thanks ||
|-
| 0x11 || You're Welcome || /v welcome ||
|- style="background:#E0E0E0;"
| 0x12 || Congratulations || /v congrats, /v grats ||
|-
| 0x13 || Flirt || /v flirt||
|- style="background:#E0E0E0;"
| 0x14 || Silly || /v silly ||
|}
==Structure==
==Structure==
  '''Column Field Type'''  
  '''Column Field Type'''  

Latest revision as of 22:28, 12 October 2017

≤ Vanilla

This DBC is used to associate the voice slash commands to the appropriate sound clip based on race and gender.

0.5.3.3368, 1.12.1.5875

struct SoundCharacterMacroLinesRec {
  uint32_t m_ID;
  uint32_t m_Category;
  uint32_t m_Sex;
  uint32_t m_Race;
  uint32_t m_SoundID;
};

Categories

Id Name Command Note
0x0 Help Me /v help
0x1 Incoming /v inc
0x2 Charge /v charge
0x3 Flee /v flee
0x4 Attack Target /v attack
0x5 Out Of Mana /v oom
0x6 Follow Me /v fol
0x7 Wait Here /v wait
0x8 Heal Me /v heal
0x9 Cheer /v cheer
0xA Open Fire /v fire
0xB Hello /v hello
0xC Goodbye /v goodbye, /v bye This and below added Vanilla
0xD Raspberry /v rasp
0xE Yes /v yes
0xF No /v no
0x10 Thank You /v thanks
0x11 You're Welcome /v welcome
0x12 Congratulations /v congrats, /v grats
0x13 Flirt /v flirt
0x14 Silly /v silly

Structure

Column	Field 			Type 
1 	ID 			Integer 	
2 	Unknown 		Integer 	
3 	gender 			Boolean 	
4 	iRefID_ChrRaces 	Integer 	
5 	iRefID_SoundEntries 	Integer