[Release] Playall List menu

Shout-Out

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CoolManBob View Post
    you did it the very long and rigorous way, all you need to do is convert the SoundEntries.dbc to a .csv still +rep for the effort
    @CoolManBob:

    Code:
    DBC dbcSound = new DBC("SoundEntries.dbc");
    if (dbcSound == null) { return; }
    
    uint32 Entry = 0;
    string Filename, name;
    
    For (int32 i = 0; i < dbcSound.TotalRows; i++)
    {
        Entry = dbcSound.ReadUInteger(i, 0);
        name = dbcSound.ReadString(i, 2);
        Filename = dbcSound.ReadString(i, 3);
    
        Using(StreamWriter sw = new StreamWriter("SoundEntries.txt", true);
        {
            Console.Writeline("[DEBUG]: Writing entry {0} from file {1}", Entry, Filename);
            sw.WriteLine("Entry: {0} || Name : {1} || Filename : {2}", Entry, name, Filename);
        }
    }
    Done and done... :P (Sorry for fugly code, wrote this in MMOwned's posting thingy)

    As to anyone who wants EVERY sound entry I extracted them myself in .txt format.
    Attached Files Attached Files
    Last edited by Clain; 02-06-2009 at 09:14 PM.

    [Release] Playall List
  2. #17
    CoolManBob's Avatar Active Member
    Reputation
    92
    Join Date
    Jul 2006
    Posts
    208
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Clain View Post
    @CoolManBob:

    Code:
    DBC dbcSound = new DBC("SoundEntries.dbc");
    if (dbcSound == null) { return; }
    
    uint32 Entry = 0;
    string Filename, name;
    
    For (int32 i = 0; i < dbcSound.TotalRows; i++)
    {
        Entry = dbcSound.ReadUInteger(i, 0);
        name = dbcSound.ReadString(i, 2);
        Filename = dbcSound.ReadString(i, 3);
    
        Using(StreamWriter sw = new StreamWriter("SoundEntries.txt", true);
        {
            Console.Writeline("[DEBUG]: Writing entry {0} from file {1}", Entry, Filename);
            sw.WriteLine("Entry: {0} || Name : {1} || Filename : {2}", Entry, name, Filename);
        }
    }
    Done and done... :P (Sorry for fugly code, wrote this in MMOwned's posting thingy)

    As to anyone who wants EVERY sound entry I extracted them myself in .txt format.
    that works but he still did it the long and rigourous way

  3. #18
    Clain's Avatar Banned
    Reputation
    179
    Join Date
    Jan 2008
    Posts
    1,396
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol yeah, I couldn't imagine going through playing all those somewhat annoying sounds.

  4. #19
    Zudrik's Avatar Member
    Reputation
    52
    Join Date
    Dec 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol oh hell yeah, there were some that lasted like 3 minutes of just like a screeching/scratching/fuzzy static sounds. It pretty much made my ears bleed.

  5. #20
    shadowslayer133's Avatar Active Member
    Reputation
    61
    Join Date
    May 2008
    Posts
    313
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cPanel®. mmowned.com/forums/emulator-server-discussion/54099-playall-list.html
    ................... l - Space
    Remember that thread? Top 10 most viewed? Uber-X-tra epic?

    Done by piersd
    Gamer tag - Midnight133

  6. #21
    Zudrik's Avatar Member
    Reputation
    52
    Join Date
    Dec 2008
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shadowslayer133 View Post
    cPanel®. mmowned.com/forums/emulator-server-discussion/54099-playall-list.html
    ................... l - Space
    Remember that thread? Top 10 most viewed? Uber-X-tra epic?
    Too bad you can't post in a thread that's as old as that one huh?

    And I looked, they have no WotLK Sounds.

  7. #22
    tabo89's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is the play music command in mangos? o_O

  8. #23
    Iksf's Avatar Active Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Beyond all offence but your crazy to do this, you must have had 1000000000 better things to do in those 2 years lol. Ty anyway tho

  9. #24
    titanexile's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ids

    ids of what???

Page 2 of 2 FirstFirst 12

Similar Threads

  1. .Playall List
    By Succy in forum World of Warcraft Emulator Servers
    Replies: 178
    Last Post: 09-26-2011, 09:48 AM
  2. [Release] GM List ( commands, spells and mounts)
    By Jonthe838 in forum WoW EMU General Releases
    Replies: 4
    Last Post: 10-06-2008, 12:49 AM
  3. Adding song to you .playall list?
    By Neth'zul in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 06-27-2008, 03:50 PM
  4. [Share] Full .Playall List!
    By Creepfold in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 01-05-2008, 11:35 PM
  5. [Release]Recall List Fix
    By The Kingofbeast in forum World of Warcraft Emulator Servers
    Replies: 11
    Last Post: 12-12-2007, 08:20 PM
All times are GMT -5. The time now is 11:10 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search