using System;
using Server;
using Server.Network;
using Server.Items;

namespace Server.Gumps
{
	public class SoundsGump : Gump
	{
      public SoundsGump() : base( 25, 25 )
      {
      this.Closable=true;
      this.Disposable=true;
      this.Dragable=true;
      this.Resizable=false;
      this.AddPage(0);
      this.AddBackground(50, 50, 290, 460, 9200);
      this.AddHtml( 56, 81, 277, 422, @"<font color=blue>Sound Numbers:<br> <br> <font color=black>To hear the samples use command:   [sound 248<br> <br> <font color=blue>Birds:<br> <font color=black>1  seagull<br> 2  tropical birds<br> 3  jungle birds<br> 4  forest birds<br> 5  tropical birds<br> 6  tropical birds<br> <font color=blue>Swamp<br> <font color=black>7  swamp sounds<br> 8  night owls<br> 9  night birds<br> 10  toads<br> 11  toads by water<br> 12  swamp critters<br> 13  swamp critters<br> 14  swamp critters<br> 15  swamp critters<br> <font color=blue>Water<br> <font color=black>16  large river<br> 17  stream<br> 18  waves<br> 19  boat on water<br> <font color=blue>Air<br> <font color=black>20  wind<br> 21  tornado<br> 22  desert wind<br> <font color=blue>Single Birds<br> <font color=black>23  cricket<br> 24  whistle<br> 25  whistle<br> 26  bird<br> 27  small bird<br> 28  small bird<br> 29  small bird<br> 30  small bird<br> 31  small bird<br> <font color=blue>Manipulated Water<br> <font color=black>32  bubbles water<br>
33  forced water<br> 34  water drop<br> 35  water drop<br> 36  two drops<br> 37  splash<br> 38  large splash<br> <font color=blue>scrubbin<br> <br> <font color=blue>Thunder<br> <font color=black>40  echoing thunder<br> 41  lightening bolt<br> <font color=blue>Smith <br> 42  smith hammer<br> 43  bellows<br> <font color=blue>Containers<br> <font color=black>44  trunk close<br> 45  trunk open<br> 46  drawer open<br> 47  drawer close<br> <font color=blue>Drink<br> <font color=black>48  slurp<br> 49  gulp-ahh<br> <font color=blue>Coins<br> <font color=black>50  dropped coins<br> 51  dropped coins<br> 52  single coin<br> 53  single coin<br> 54  many coins<br> 55  many coins<br> <font color=blue>Drum<br> <font color=black>56  poor drumming<br> 57  poor drumming<br> <font color=blue>Eating<br> <font color=black>58  munch<br> 59  more munch<br> 60  crunch<br> <br> 61  reward trumpet<br> <font color=blue>Broken Glass<br> <font color=black>62  broken glass<br> 63  broken glass<br> 64  broken glass<br>
65  broken glass<br> 66  dropped item<br> <font color=blue>Harp<br> <font color=black>67  good harp<br> 68  poor harp<br> 69  good harp<br> 70  poor harp<br> <br> 71  lantern lighting<br> 72  pack opening<br> 73  unlock trunk<br> 74  unlock door<br> 75  unlock?<br> <font color=blue>Lute<br> <font color=black>76  good lute<br> 77  poor lute<br> <br> 78  filling bottle<br> 79  open basket<br> 80  dice roll<br> 81  misfire?<br> <font color=blue>Tambourine<br> <font color=black>82  good tamb<br> 83  poor tamb<br> 84  torch lighting<br> 85  book open/close<br> 86  consectate weap<br> 87  don clothes<br> 88  pack closing<br> 89  book open/close<br> <font color=blue>Serpent<br> <font color=black>90  serpent<br> 91  serpent<br> 92  angry serpent<br> 93  angry serpent<br> 94  dying serpent<br> <font color=blue>Polar Bear<br> <font color=black>95  polar bear<br> 96  polar bear<br> 97  angry polar<br> 98  angry polar<br> 99  dying polar<br> <font color=blue>Cow<br> <font color=black>100  cow<br> 101  cow<br>
102  angry cow<br> 103  angry cow<br> 104  dying cow<br> <font color=blue>Cat<br> <font color=black>105  cat<br> 106  cat<br> 107  angry cat<br> 108  angry cat<br> 109  dying cat<br> <font color=blue>Chicken<br> <font color=black>110  chicken<br> 111  chicken<br> 112  angry chicken<br> 113  angry chicken<br> 114  dying chicken<br> <font color=blue>Leopard<br> <font color=black>115  leopard<br> 116  leopard<br> 117  angry leopard<br> 118  angry leopard<br> 119  dying leopard<br> <font color=blue>Bull<br> <font color=black>120  bull<br> 121  bull<br> 122  angry bull<br> 123  angry bull<br> 124  dying cow<br> <font color=blue>Crow<br> <font color=black>125  crow<br> 126  crow<br> 127  angry crow<br> 128  dying crow<br> spider?<br> <br> <font color=blue>Deer<br> <font color=black>130  angry deer<br> 131  angry deer<br> 132  dying deer<br> <font color=blue>Dog<br> <font color=black>133  dog<br> 134  dog<br> 135  angry dog<br> 136  hurt dog<br> 137  dying dog<br> <font color=blue>Dolphin<br>
<font color=black>138  dolphin<br> 139  dolphin<br> 140  dolphin<br> 141  dolphin<br> 142  dying ant<br> <font color=blue>Eagle<br> <font color=black>143  eagle<br> 144  eagle<br> 145  angry eagle<br> 146  angry eagle<br> 147  dying eagle<br> <font color=blue>Bird<br> <font color=black>148  bird<br> 149  bird<br> 150  angry bird<br> 151  angry bird<br> 152  dying bird<br> <font color=blue>Goat<br> <font color=black>153  goat<br> 154  goat<br> 155  angry goat<br> 156  angry goat<br> 157  dying goat<br> <font color=blue>Gorilla<br> <font color=black>158  gorilla<br> 159  gorilla<br> 160  angry gorilla<br> 161  angry gorilla<br> 162  dying gorilla<br> <font color=blue>Grizzly Bear<br> <font color=black>163  grizzly bear<br> 164  grizzly bear<br> 165  angry grizzly <br> 166  angry grizzly <br> 167  dying grizzly<br> <font color=blue>Horse<br> <font color=black>168  horse<br> 169  horse<br> 170  angry horse<br> 171  angry horse<br> 172  dying horse<br> <font color=blue>Bird<br> <font color=black>173  bird<br>
174  bird<br> 175  angry bird<br> 176  angry bird<br> 177  dying bird<br> <font color=blue>Lion<br> <font color=black>178  lion<br> 179  lion<br> 180  angry lion<br> 181  angry lion<br> 182  dying lion<br> <font color=blue>Llama<br> <font color=black>183  llama<br> 184  angry llama<br> 185  dying llama<br> <font color=blue>Panther<br> <font color=black>186  panther<br> 187  panther<br> 188  angry panther<br> 189  angry panther<br> 190  dying panther<br> <font color=blue>Parrot<br> <font color=black>191  parrot<br> 192  parrot<br> 193  angry parrot<br> 194  angry parrot<br> 195  dying parrot<br> <font color=blue>Pig<br> <font color=black>196  pig<br> 197  pig<br> 198  angry pig<br> 199  angry pig<br> 200  dying pig<br> <font color=blue>Vorpal Bunny<br> <font color=black>201  vorpal bunny<br> 202  angry vorpal<br> 203  dying vorpal<br> <font color=blue>Rats<br> <font color=black>204  rats<br> 205  rats<br> 206  angry rats<br> 207  angry rats<br> 208  dying rats<br> <font color=blue>Bird<br>
<font color=black>209  giant toad<br> 210  bird<br> 211  angry bird<br> 212  angry bird<br> 213  dying bird<br> <font color=blue>Sheep<br> <font color=black>214  sheep<br> 215  sheep<br> 216  angry sheep<br> 217  angry sheep<br> 218  dying sheep<br> <font color=blue>Serpent<br> <font color=black>219  serpent<br> 220  serpent<br> 221  serpent strike<br> 222  serpent strike<br> 223  dying serpent<br> <font color=blue>Walrus<br> <font color=black>224  walrus<br> 225  walrus<br> 226  angry walrus<br> 227  angry walrus<br> 228  dying walrus<br> <font color=blue>Wolf<br> <font color=black>229  wolf snarl<br> 230  wolf howl<br> 231  angry wolf<br> 232  angry wolf<br> 233  dying wolf<br> <font color=blue>Doors<br> <font color=black>234  door opening<br> 235  door opening<br> 236  door opening<br> <font color=blue>237  door opening<br> <font color=black>238  door opening<br> 239  gate<br> 240  gate<br> 241  door<br> 242  door<br> 243  door<br> 244  door<br> <font color=blue>Bells<br> <font color=black>245  bell<br>
246  bell<br> 247  eerie bell<br> 248  deep bell<br> 249  meditation<br> 250  thump bell<br> 251  bell<br> 252  air burst<br> 253  alien bell<br> 254  slice bell<br> 255  deep ring<br> 256  bong<br> 257  mystery bell<br> 258  harmonic bell<br> 259  bubbly bell<br> 260  long wind<br> 261  long bells?<br> windy bells<br> <font color=blue>Elementals<br> <font color=black>263  snow ele<br> 264  dying snow ele<br> 265  poison ele<br> 266  hit poison ele<br> 267  dying poison <br> 268  earth ele<br> 269  earth ele<br> 270  hit earth ele<br> 271  hit earth ele<br> 272  dying earth ele<br> 273  fire elemental<br> 274  fire elemental<br> 275  fire elemental<br> 276  hit fire ele<br> 277  dying fire ele<br> 278  blood ele<br> 279  blood ele<br> 280  hit blood ele<br> 281  hit blood ele<br> 282  dying blood<br> <font color=blue>Weather<br> <font color=black>283  thunder boom<br> 284  small thunder<br> 285  echoy thunder<br> 286  large boom<br> 287  echoy thunder<br> 288  echoy thunder<br> <font color=blue>Steps<br>
<font color=black>289  creaky step<br> 290  creaky step<br> 291  step<br> 292  step<br> <font color=blue>Mining<br> <font color=black>293  dig<br> 294  dig<br> <font color=blue>Steps<br> <font color=black>295  step<br> 296  step<br> <font color=blue>Horse Steps<br> <font color=black>297  horse step<br> 298  running horse<br> 299  horse step<br> 300  horse step<br> 301  tail swish?<br> 302  tail swish?<br> <font color=blue>Steps<br> <font color=black>303  step<br> 304  step<br> 305  tap<br> 306  tap<br> 307  tap<br> 308  water squirt<br> 309  smack<br> 310  drop<br> 311  echoy smack<br> 312  short drum roll<br> 313  wood bang?<br> 314  punch?<br> 315  punch?<br> 316  punch?<br> punch?<br> <br> <font color=blue>Lumberjack<br> <font color=black>318  wood chop<br> 319  wood chop<br> <font color=blue>Various Thuds and Thumps<br> <font color=black>320  hit iron  <br> 321  punch<br> 322  closed trunk<br> 323  hollow trunk<br> 324  thrum<br> 325  whip<br> 326  closing metal<br> 327  whip<br> 328  wood chop<br>
329  closing metal<br> 330  slap/punch<br> <font color=blue>Female Fighting<br> <font color=black>331  *augh*<br> 332  *ungh*<br> 333  *ough*<br> 334  *oooph*<br> 335  *ooh*<br> 336  dying female<br> 337  dying female<br> 338  hermaphodite<br> <font color=blue>Male Fighting<br> <font color=black>339  *oomph*<br> 340  *urph*<br> 341  *urgh*<br> 342  *oomph snort*<br> 343  *aurgh*<br> 344  *oorph*<br> 345  *uhh*<br> 346  dying male<br> 347  dying male<br> 348  *auuurrrghh*<br> 349  *uuaaaagghh*<br> <font color=blue>Fire<br> <font color=black>350  fireball<br> 351  fireball<br> 352  fireball<br> <font color=blue>Dragon<br> <font color=black>353  dragon<br> 354  dragon<br> 355  angry dragon<br> 356  angry dragon<br> 357  dying dragon<br> 358  dying dragon<br> <font color=blue>Balron<br> <font color=black>359  balron<br> 360  angry balron<br> dying balron<br> <font color=blue>Dragon<br> <font color=black>362  dragon<br> 363  dragon<br> 364  angry dragon<br> 365  angry dragon<br> 366  dying dragon<br>
<font color=blue>Ettin<br> <font color=black>367  ettin<br> 368  ettin<br> 369  angry ettin<br> 370  angry ettin<br> 371  dying ettin<br> <font color=blue>Gargoyle<br> <font color=black>372  gargoyle<br> 373  gargoyle<br> 374  angry gargoyle<br> 375  angry gargoyle<br> 376  dying gargoyle<br> <font color=blue>Gazer<br> <font color=black>377  gazer<br> 378  gazer<br> 379  angry gazer<br> 380  angry gazer<br> 381  dying gazer<br> <font color=blue>Ghost Types<br> <font color=black>382  ghost<br> 383  ghost<br> 384  angry ghost<br> 385  angry ghost<br> 386  dying ghost<br> <font color=blue>Giant Spider<br> <font color=black>387  giant spider<br> 388  giant spider<br> 389  angry giant<br> 390  angry giant <br> 391  dying giant<br> <font color=blue>Giant Rat<br> <font color=black>392  giant rat<br> 393  giant rat<br> 394  angry giant rat<br> 395  angry giant rat<br> 396  dying giant rat<br> <font color=blue>Frost Spider<br> <font color=black>397  frost spider<br> 398  frost spider<br> 399  giant frost<br>
400  giant frost<br> 401  dying frost<br> <font color=blue>Harpy<br> <font color=black>402  harpy<br> 403  harpy<br> 404  angry harpy<br> 405  angry harpy<br> 406  dying harpy<br> <font color=blue>Headless<br> <font color=black>407  headless<br> 408  headless<br> 409  angry headless<br> 410  angry headless<br> 411  dying headless<br> <font color=blue>Demon<br> <font color=black>412  demon<br> 413  demon<br> 414  angry demon<br> 415  angry demon<br> 416  dying demon<br> <font color=blue>Lizardman<br> <font color=black>417  lizardman<br> 418  lizardman<br> 419  angry lizman<br> 420  angry lizman<br> 421  dying lizman<br> <font color=blue>Imp<br> <font color=black>422  imp<br> 423  imp<br> 424  angry imp<br> 425  angry imp<br> 426  dying imp<br> <font color=blue>Ogre<br> <font color=black>427  ogre<br> 428  ogre<br> 429  angry ogre<br> 430  angry ogre<br> 431  dying ogre<br> <font color=blue>Orc<br> <font color=black>432  orc<br> 433  orc<br> 434  angry orc<br> 435  angry orc<br> 436  dying orc<br>
<font color=blue>Ratman<br> <font color=black>437  ratman<br> 438  ratman<br> 439  angry ratman<br> 440  angry ratman<br> 441  dying ratman<br> <font color=blue>Reaper<br> <font color=black>442  reaper<br> 443  reaper<br> 444  angry reaper<br> 445  angry reaper<br> 446  dying reaper<br> <font color=blue>Sea Serpent<br> <font color=black>447  sea serpent<br> 448  sea serpent<br> 449  angry sea serp<br> 450  angry sea serp<br> 451  dying sea serp<br> <font color=blue>Skeleton<br> <font color=black>452  skeleton<br> 453  skeleton<br> 454  angry skeleton<br> 456  angry skeleton<br> 457  dying skeleton<br> <font color=blue>Slime<br> <font color=black>458  slime<br> 459  angry slime<br> 460  dying  slime<br> <font color=blue>Troll<br> <font color=black>461  troll<br> 462  troll<br> 463  angry troll<br> 464  angry troll<br> 465  dying troll<br> <font color=blue>Wisp<br> <font color=black>466  wisp<br> 467  wisp<br> 468  angry wisp<br> 469  angry wisp<br> 470  dying wisp<br> <font color=blue>Zombie<br>
<font color=black>471  zombie<br> 472  zombie<br> 473  angry zombie<br> 474  angry zombie<br> 475  dying zombie<br> <font color=blue>Spells<br> <font color=black>476  paralyze field<br> 477  large fire<br> 478  vapor<br> 479  clumsy spell<br> 480  poison cure<br> 481  <br> 482  create food<br> 483  night sight<br> 484  feeblemind<br> 485  magic arrow<br> 486  weaken<br> 487  strength<br> 488  spell<br> 489  reactive armor<br> 490  curse<br> 491  <br> 492  fast cure? <br> 493  arch protection<br> 494  strength<br> 495  magic trap<br> 496  magic untrap<br> 497  <br> 498  greater heal<br> 499  fire spell<br> 500  magic lock<br> 501  telekinesis<br> 502  wall of stone<br> 503  arch cure<br> 504  mana drain<br> 505  mana vampire<br> 506  mark<br> 507  mind rot<br> 508  recall<br> 509  reveal?<br> 510  teleport<br> 511  magic unlock<br> 512  magic blade?<br> 513  dispell<br> 514  greater heal<br> 515  invisibility<br> 516  paralyze<br> 517  <br> 518  lightening<br> 519  explosion<br> 520  flame strike<br>
521  unkown spell<br> 522  energy bolt<br> 523  poison field<br> 524  fire field<br> 525  unknown spell<br> 526  gate travel<br> 527  <br> 528  pain spike<br> 529  <br> 530  blade spirits<br> 531  mind blast<br> 532  <br> 533  summon creature<br> 534  polymorph<br> 535  <br> 536  <br> 537  <br> 538  <br> 539  scissors to bones<br> 540  trap<br> 541  earthquake<br> 542  earthquake<br> 543  earthquake<br> 544  earthquake<br> 545  earthquake<br> 546  earthquake<br> <font color=blue>Traps<br> <font color=black>547  poison dart<br> 548  <br> 549  fire trap<br> 550  <br> 551  <br> 552  GM hide<br> 553  poison strike<br> 554<br> 555  trap<br> 556  <br> 557  quake spell<br> 558  quake spell<br> 559  poison trap<br> 560  <br> 561  poison trap<br> <font color=blue>Weapons<br> <font color=black>562  sword swing<br> 563  sword swing<br> 564  arrow hit<br> 565  <br> 566  fencing swing<br> 567  sword swing<br> 568  staff swing<br> 569  sword swing<br> 570  sword swing<br> 571  swords cross<br> 572  swords cross<br>
573  carpenter saw<br> 574  dying cloth<br> 575  water drop<br> 576  fill bottle<br> 577  unlock<br> 578  screw cap on<br> <font color=blue>Mystery<br> <font color=black>579  <br> 580<br> 581  <br> 582  deep laugh<br> 583  powder of temperament<br> 584  scissors cutting<br> 585  scroll unroll<br> 586  spirit speak<br> 587  unlock<br> 588  unlock<br> <font color=blue>Terathian Warrior<br> <font color=black>589  terathian<br> 590  terathian<br> 591  angry terathian<br> 592  angry terathian<br> 593  dying terathian<br> <font color=blue>Terathian  Avenger<br> <font color=black>594  terathian<br> 595  terathian<br> 596  angry terathian<br> 597  angry terathian<br> 598  dying terathian<br> <font color=blue>Terathian Matriarch<br> <font color=black>599  terathian<br> 600  terathian<br> 601  angry terathian<br> 602  angry terathian<br> 603  dying terathian<br> <font color=blue>Cyclops<br> <font color=black>604  cyclops<br> 605  cyclops<br> 606  angry cyclops<br> 607  angry cyclops<br> 608  dying cyclops<br>
<font color=blue>Titan<br> <font color=black>609  titan<br> 610  titan<br> 611  angry titan<br> 612  angry titan<br> 613  dying titan<br> <font color=blue>Giant Toad<br> <font color=black>614  giant toad<br> 615  giant toad<br> 616  angry giant<br> 617  angry giant<br> 618  dying giant<br> 619  giant toad<br> 620  giant toad<br> 621  angry giant <br> 622  angry giant<br> 623  dying giant<br> <font color=blue>Forest Ostard<br> <font color=black>624  forest ostard<br> 625  forest ostard<br> 626  angry  ostard<br> 627  angry  ostard<br> 628  dying  ostard<br> <font color=blue>Frenzied Ostard<br> <font color=black>629  frenzied ostard<br> 630  frenzied ostard<br> 631  angry frenzied<br> 632  angry frenzied<br> 633  dying frenzied<br> <font color=blue>Ophidian Knight<br> <font color=black>634  ophidian<br> 635  ophidian<br> 636  angry ophidian<br> 637  angry ophidian<br> 638  dying ophidian<br> <font color=blue>Ophidian Shaman<br> <font color=black>639  ophidian<br> 640  ophidian<br> 641  angry ophidian<br>
642  angry ophidian<br> 643  dying ophidian<br> <font color=blue>Ophidian Matriarch<br> <font color=black>644  ophidian<br> 645  ophidian<br> 646  angry ophidian<br> 647  angry ophidian<br> 648  dying ophidian<br> 649<br> 650<br> 651<br> 652<br> 653<br> <font color=blue>Air Elemental<br> <font color=black>654  air elemental<br> 655  air elemental<br> 656  air elemental<br> 657  air elemental<br> 658  air elemental<br> 659  air elemental<br> <font color=blue>Alligator<br> <font color=black>660  alligator<br> 661  alligator<br> 662  angry alligator<br> 663  angry alligator<br> 664  dying alligator<br> 665<br> 666  bear<br> <font color=blue>Bird<br> <font color=black>667  bird<br> 668  bird<br> 669  bird<br> 670  angry bird<br> 671  angry bird<br> 672  dying bird<br> <br> 673  many blades<br> <font color=blue>Cat<br> <font color=black>674  *meow*<br> 675  *meow purr*<br> 676  angry cat<br> 677  angry cat<br> 678  growling cat<br> 679  lion<br> 680  lion<br> 681  angry lion<br> 682  angry lion<br>
683  dying lion<br> <font color=blue>Tentacle/Corpser<br> <font color=black>684  tentacle<br> 685  tentacle<br> 686  angry tentacle<br> 687  angry tentacle<br> 688  dying tentacle<br> 689  <br> 690<br> <font color=blue>Jungle/Savages  <br> <font color=black>691  deep jungle<br> 692  deep jungle<br> 693  deep jungle<br> 694  jungle/savages<br> 695  rainforest<br> 696<br> 697<br> 698<br> 699<br> 700<br> 701  elk<br> 702  elk<br> 703  elk<br> 704<br> <font color=blue>Dragons<br> <font color=black>705  dying dragon<br> 706  dragon<br> 707  disobeying<br> 708  dying dragon<br> 709<br> 710<br> 711  disobeying<br> 712  disobeying<br> 713  dragon<br> 714  dragon<br> 715  dragon<br> 716  dying dragon<br> 717  <br> 718  contented<br> 719  contented<br> 720  <br> 721  angry dragon<br> 722  dragon<br> 723  dragon<br> 724  dragon<br> 725  dragon<br> 726  drink potion<br> <font color=blue>Water Drips<br> <font color=black>727  water drip<br> 728  water drip<br> 729  hollow drip<br> 730  hollow drip<br> 731  water drip<br>
732  water drip<br> 733  splash drip<br> 734  hollow drip<br> 735  hollow drip<br> 736  water drip<br> <font color=blue>Coins<br> <font color=black>737  coin<br> 738  many coins<br> 739  spilled bag<br> 740  coin on pile<br> 741  join coin piles<br> 742  dropped coin bag<br> <font color=blue>Drum -Base<br> <font color=black>743  base drum<br> 744  large base<br> small base<br> <font color=blue>Drum -Treble<br> <font color=black>746  treble drum<br> 747  large treble<br> 748  fast treble<br> <font color=blue>treble drum<br> <br> <font color=blue>Bird<br> <font color=black>750   bird<br> 751   bird<br> 752  angry bird<br> 753  angry bird<br> 754  dying bird<br> <br> 755  fast drumroll<br> 756  electricity<br> <font color=blue>Lord Oaks<br> <font color=black>757  lord oaks<br> 758  lord oaks<br> 759  angry lord O <br> 760  angry lord O<br> 761  angry lord O<br> 762  dying lord O<br> <font color=blue>Ettin 2<br> <font color=black>763  ettin<br> 764  ettin<br> 765  angry ettin<br> 766  angry ettin<br>
767  dying ettin<br> <font color=blue>Exodus Deamon<br> <font color=black>768  exodus<br> 769  exodus<br> 770  angry exodus <br> 771  angry exodus<br> 772  dying exodus<br> <font color=blue>Explosions<br> <font color=black>773  huge explosion<br> 774  explo shroom<br> 775  large explo<br> 776  cannon<br> 777  large cannon<br> <font color=blue>Female Vocalizations<br> <font color=black>778  ooohh<br> 779  ah-ha!<br> 780  clapping<br> 781  blow nose <br> 782  burp<br> 783  woohoo!<br> 784  *e-hem*<br> 785  gag/cough<br> 786  bs cough<br> 787  crying<br> (dying 788-791)<br> 788  *aurgh!* <br> 789  *urgh!*<br> 790  *auugh*<br> 791  *ohhrgh*<br> 792  fart/raspberry<br> 793  gasp<br> laugh<br> 795  ooohhh (disappointed)<br> 796  aurgh!<br> 797  hey!<br> 798  hiccup<br> 799  huh?<br> 800  kiss<br> 801  chuckle<br> 802  no!<br> oooh!<br> (grunts 804-810)<br> 804  *ugh*<br> 805  *urgh*<br> 806  *urgh!*<br> 807  *urmgh*<br> 808  *ugh!*<br> 809  *urgh-uh*<br> 810  *urgh* (angry)<br> 811  oooohhh!<br>
812  oops!<br> 813  vomit<br> 814  aurgh! (frustration)<br> 815  shhhh<br> 816  sigh<br> 817  sneeze<br> 818  sniffing<br> 819  snore<br> 820  spit<br> 821  whistle call<br> 822  yawn<br> 823  yeah!<br> 824  yeow!<br> <br> 825  <br> 826<br> 827  dig<br> 828  dig<br> 829  step<br> 830  step<br> 831  shoveling?<br> 832  shoveling?<br> 833  shoveling?<br> 834  shoveling?<br> 835  step<br> 836<br> <font color=blue>Fire Elemental  <br> <font color=black>837  fire elemental<br> 838  fire elemental<br> 839  angry fire ele<br> 840  angry fire ele<br> 841  angry fire ele<br> 842  dying fire ele<br> <font color=blue>Kraken<br> <font color=black>843  Kraken <br> 844  Kraken<br> 845  Kraken<br> 846  Kraken<br> 847  Kraken<br> 848  Kraken<br> 849  Kraken<br> 850  Kraken<br> 851  Kraken<br> 852  Kraken<br> 853  Kraken<br> 854  fire column<br> 855  <br> 856<br> 857<br> <font color=blue>Frog  <br> <font color=black>858  frog<br> 859  frog<br> 860  angry frog<br> 861  angry frog<br> 862  dying frog<br> 863  frog<br>
864  frog<br> 865  angry frog<br> 868  angry frog<br> 869  dying frog<br> <font color=blue>Various Scratches and Thumps<br> <font color=black>870  double dig?<br> 871  gallop<br> 872  double scratch<br> 873  deep double scratch<br> 874  gallop<br> <font color=blue>Headless One<br> <font color=black>875  headless one<br> 876  headless one<br> 877  angry headless<br> 878  angry headless<br> 879  dying headless<br> <font color=blue>Pixies<br> <font color=black>880  pixie<br> 881  pixie<br> 882  angry pixie<br> 883  angry pixie<br> 884  angry pixie<br> 885  angry pixie<br> 886  large gasp (female)<br> 887  Ohh! (pixie)<br> 888  Uh-Huh (pixie)<br> <font color=blue>Special Effects<br> <font color=black>889  wind (jetlike)<br> 890  electrical<br> 891  wind (jetlike)<br> 892  electrical<br> 893  mystical<br> 894  eerie<br> 895  mystical<br> 896  eerie<br> 897 <br> <font color=blue>Kraken <br> <font color=black>898  Kraken <br> 899  Kraken<br> 900  Kraken<br> 901  Kraken  <br> 902  Kraken<br>
903  1/2 blood oath<br> <font color=blue>Dread  Spider<br> <font color=black>904  dread spider<br> 905  dread spider<br> 906  angry dread<br> 907  angry dread<br> 908  dying dread<br> <font color=blue>Broken glass<br> <font color=black>909  broken glass<br> 910  broken glass<br> 911  broken glass<br> broken glass<br> <font color=blue>Harp Songs<br> <font color=black>913  jazzy harp<br> 914  celtic harp<br> 915  medieval harp<br> Repeats<br> 916-929<br> <font color=blue>Thumps, Taps and Clicks<br> <font color=black>930  click<br> 931  thump<br> 932  chop<br> 933  thump<br> 934  thump<br> 935  click<br> 936  click<br> 937  thump<br> 938  whump<br> 939  thump<br> 940  click<br> 941  thump<br> 942  chop<br> 943  chop<br> 944  tap<br> 945  click<br> 946  splat<br> 947  thump<br> 948  crash<br> 949  click<br> 950  thump<br> 951  thump<br> 952  tin crash<br> 953  tin crash<br> 954  tin ring<br> 955  clang<br> 956  clash<br> 957  mystical<br> 958  lantern out<br> 959  whirly woo<br> 960  double whirly<br>
961  whirly croak<br> 962  whirly<br> 963  triple croak<br> 964  invisibility<br> <font color=blue>Horse<br> <font color=black>965  horse <br> 966  horse<br> 967  angry horse<br> 968  angry horse<br> 969  dying horse<br> <font color=blue>Individual Musical Notes -Lapharp<br> <font color=black>970-994<br> 995  roll scroll<br> 996  wind and set<br> 997  clank<br> 998  click<br> 999  clunk<br> 1000  clank<br> 1001  dragon<br> <font color=blue>Lich<br> <font color=black>1002  evil laugh<br> 1003  lich sneer<br> 1004  angry lich<br> 1005  dying lich<br> 1006  deep snarl<br> 1007  deep snort<br> 1008  deep growl<br> 1009  deep snarl<br> 1010  dying growl<br> <font color=blue>Llama<br> <font color=black>1011  llama<br> 1012  llama<br> 1013  angry llama<br> 1014  angry llama<br> 1015  dying llama<br> <font color=blue>Bull<br> <font color=black>1016  bull<br> 1017  *Moo!*<br> 1018  angry bull<br> 1019  angry bull<br> 1020  dying bull<br> <font color=blue>Individual Musical Notes -Lute<br>
<font color=black>1021-1047<br> <font color=blue>Lute Songs<br> <font color=black>1048  medieval lute<br> <font color=blue>Mens Vocalizations<br> <font color=black>1049  ahh<br> 1050  ah-HA!<br> 1051  clapping<br> 1052  blow nose<br> 1053  belch<br> 1054  woohoo!<br> 1055  *eh-hem*<br> 1056  cough<br> 1057  choke<br> crying<br> (dying 1059-1063)<br> 1059  *aurgh*<br> 1060  *oohhah*<br> 1061  *uuagh* <br> 1062  *aurgoh* <br> 1063  *uhhhh*<br> 1064  fart<br> 1065  gasp<br> 1066  laugh<br> 1067  ohhh (disappointed)<br> 1068  *grrrr*<br> 1069  Hey!<br> 1070  hiccup<br> 1071  huh?<br> 1072  kiss<br> 1073  laugh<br> 1074  No!<br> Oh!<br> (grunts 1076-1084)<br> 1076  *uummh*<br> 1077  *ugh*<br> 1078  *uhh*<br> 1079  *whooah*<br> 1080  *hoo-uh*<br> 1081  *uummm*<br> 1082  *oorgh*<br> 1083  *hurph*<br> 1084  *ooph*<br> 1085  Oooohh!<br> 1086  oops<br> 1087  vomit<br> 1088  Aurgh! (frustration)<br> 1089  shhh<br> 1090  sigh<br> 1091  sneeze<br> 1092  sniff<br> 1093  snore<br> 1094  spit<br>
1095  whistle call<br> 1096  yawn<br> 1097  Yeah!<br> 1098  Hoo-yah!<br> <br> 1099  fire shot<br> 1100  dying parrot<br> 1101  <br> 1102<br> 1103<br> 1104<br> <font color=blue>Shadowlord<br> <font color=black>1105  shadowlord <br> 1106  shadowlord<br> 1107  angry shadow<br> 1108  angry shadow<br> dying shadow<br> <br> 1110  special effect<br> 1111  sand vortex<br> 1112  orc<br> 1113  orc<br> 1114  orc<br> 1115  <br> 1116  <br> 1117  orc<br> 1118  dying orc<br> 1119  orc<br> 1120  orc<br> 1121  dying orc<br> 1122  panther<br> 1123  panther<br> 1124  angry panther<br> 1125  angry panther<br> 1126  panther snarl<br> <font color=blue>Pixie and Silvani<br> <font color=black>1127  pixie<br> 1128  silvani flutter<br> 1129  dying Silvani<br> 1130  silvani flutter<br> 1131  angry silvani<br> 1132  angry flutter<br> 1133  angry pixie<br> 1134  angry pixie<br> 1135  dying pixie<br> 1136  angry flutter<br> 1137  angry pixie<br> 1138  angry pixie<br> 1139  angry pixie<br> <br> 1140  poisoned by field<br>
1141  boom/slap<br> 1142  portcullis <br> 1143  portcullis<br> <font color=blue>Seahorse<br> <font color=black>1144  seahorse<br> 1145  seahorse<br> 1146  angry sea<br> 1147  angry sea<br> 1148  dying sea<br> <br> 1149<br> 1150<br> 1151<br> 1152<br> 1153<br> <font color=blue>Bogle<br> <font color=black>1154  bogle<br> 1155  <br> 1156  angry bogle<br> 1157  angry bogle<br> 1158  dying bogle<br> 1159  sheep<br> 1160  wind (breath)<br> 1161  wind (breath)<br> 1162  wind (breath)<br> 1163  wind (breath)<br> 1164  wind (breath)<br> 1165  skeleton<br> 1166  skeleton<br> 1167  angry skel<br> 1168  angry skel<br> dying skel<br> <font color=blue>Giant Spider<br> <font color=black>1170  hiss<br> 1171  spider<br> 1172  spider<br> 1173  spider<br> 1174  dying spider<br> <font color=blue>Individual Musical Notes -Harp<br> <font color=black>1175-1199<br> <font color=blue>Succubus<br> <font color=black>1200  succubus  <br> 1201  succubus<br> 1202  angry suc<br> 1203  angry suc<br> 1204  dying suc<br>
<font color=blue>Tambourine Songs<br> <font color=black>1205  fast beat<br> 1206  gypsy beat<br> 1207  medieval beat<br> <br> 1208<br> 1209  match lighting?<br> 1210  chimney fire<br> torchlight<br> <font color=blue>Unicorn<br> <font color=black>1212  unicorn<br> 1213  unicorn<br> 1214  angry unicorn<br> 1215  angry unicorn<br> 1216  dying unicorn<br> 1217  <br> 1218  <br> 1219  <br> 1220 <br> 1221  <br> 1223<br> 1224  click<br> 1225  drum slap<br> 1226  deer<br> 1227  deer<br> 1228  <br> 1229  <br> 1230  wagon rolling?<br> 1231  cannon<br> 1232  air blast<br> 1233  water splash<br> 1234  click<br> 1235  unclick<br> 1236  <br>", (bool)true, (bool)true);
      this.AddLabel(59, 57, 1152, @"Seznam zvuku");
      }

		public override void OnResponse( NetState state, RelayInfo info )
		{
			switch( info.ButtonID )
			{
				case 0: // Cancel
					break; 
			}
		}
	}
}
