Advertisement
EmuDevs

Gossip Icons

Nov 5th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.76 KB | None | 0 0
  1.     GOSSIP_ICON_CHAT                = 0,                    // white chat bubble
  2.     GOSSIP_ICON_VENDOR              = 1,                    // brown bag
  3.     GOSSIP_ICON_TAXI                = 2,                    // flightmarker (paperplane)
  4.     GOSSIP_ICON_TRAINER             = 3,                    // brown book (trainer)
  5.     GOSSIP_ICON_INTERACT_1          = 4,                    // golden interaction wheel
  6.     GOSSIP_ICON_INTERACT_2          = 5,                    // golden interaction wheel
  7.     GOSSIP_ICON_MONEY_BAG           = 6,                    // brown bag (with gold coin in lower corner)
  8.     GOSSIP_ICON_TALK                = 7,                    // white chat bubble (with "..." inside)
  9.     GOSSIP_ICON_TABARD              = 8,                    // white tabard
  10.     GOSSIP_ICON_BATTLE              = 9,                    // two crossed swords
  11.     GOSSIP_ICON_DOT                 = 10,                   // yellow dot/point
  12.     GOSSIP_ICON_CHAT_11             = 11,                   // white chat bubble
  13.     GOSSIP_ICON_CHAT_12             = 12,                   // white chat bubble
  14.     GOSSIP_ICON_CHAT_13             = 13,                   // white chat bubble
  15.     GOSSIP_ICON_UNK_14              = 14,                   // INVALID - DO NOT USE
  16.     GOSSIP_ICON_UNK_15              = 15,                   // INVALID - DO NOT USE
  17.     GOSSIP_ICON_CHAT_16             = 16,                   // white chat bubble
  18.     GOSSIP_ICON_CHAT_17             = 17,                   // white chat bubble
  19.     GOSSIP_ICON_CHAT_18             = 18,                   // white chat bubble
  20.     GOSSIP_ICON_CHAT_19             = 19,                   // white chat bubble
  21.     GOSSIP_ICON_CHAT_20             = 20,                   // white chat bubble
  22.     GOSSIP_ICON_MAX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement