[4.0.0 12025] Opcode ID changed ? menu

User Tag List

Page 4 of 11 FirstFirst 12345678 ... LastLast
Results 46 to 60 of 151
  1. #46
    Hurrr's Avatar Sergeant
    Reputation
    5
    Join Date
    May 2010
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here is a merged list of the opcodes values I found and those provided by tom_rus (thanks a lot!). There's also a handful additional ones.

    Paste2: Next Generation Pastebin - Viewing Paste 841350

    And here's the patch for mangos's 400 branch with all those opcodes in:
    Paste2: Next Generation Pastebin - Viewing Paste 841346

    I still can't figure out why my client stubbornly says "You cannot speak that language" when trying to say something in chat. I don't know that much about wow server emulation, so I can't figure out what thing the client needs to be sent for it to work.
    It seem to work rather well other than that so far but testing is kinda limited without access to gm commands.

    I guess that I'm gonna look into spell casting related opcodes instead next.

    Also it's a relief that blizz don't seem to randomize the opcodes automatically right in their build scripts =)

    [4.0.0 12025] Opcode ID changed ?
  2. #47
    Aelan's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The interesting thing about the "You cannot speak that language" bullshit is that you can still send messages via
    Code:
    /run SendChatMessage(".help")
    Also, if you just write the command in a macro, it will send.

    Weird stuff.

  3. #48
    Hurrr's Avatar Sergeant
    Reputation
    5
    Join Date
    May 2010
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aelan View Post
    The interesting thing about the "You cannot speak that language" bullshit is that you can still send messages via
    Code:
    /run SendChatMessage(".help")
    Also, if you just write the command in a macro, it will send.

    Weird stuff.
    Aha, thanks!

  4. #49
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hurrr View Post
    Aha, thanks!
    Or you can add the spell 669 in the playercreateinfo_spell table
    for each horde race/class combo

    and 668 for each alliance race/class combo

  5. #50
    Hurrr's Avatar Sergeant
    Reputation
    5
    Join Date
    May 2010
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by myran2 View Post
    Or you can add the spell 669 in the playercreateinfo_spell table
    for each horde race/class combo

    and 668 for each alliance race/class combo
    I double checked this already and even made sure it got sent in the initial_spells packet, but no cigar (despite the fact the other default spells and racials do show up in the client)

    ---------- Post added at 03:22 AM ---------- Previous post was at 03:00 AM ----------

    Here's the dbc files from build 12065 for those who have trouble extracting them:
    MEGAUPLOAD - The leading online storage and file delivery service

    (sorry for the slight off-topic, HGPhoenix needed this but his mailbox is full)

  6. #51
    HGPhoenix's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hehe, thanks Hurrr, didnt relize that. You saved me from killing my core, damn thing hated me i guess.

  7. #52
    notagain's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  8. #53
    Hurrr's Avatar Sergeant
    Reputation
    5
    Join Date
    May 2010
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notagain View Post
    Thanks for those!

    Here's the updated list with those and some others new ones:
    Paste2: Next Generation Pastebin - Viewing Paste 843399

    And the patch, still for the 400 branch of mangos:
    Paste2: Next Generation Pastebin - Viewing Paste 843392

  9. #54
    notagain's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    some more opcodes still player based ones will look into party and raid shortly

    the melee attack/set reaction is beyond me

    Code:
        CMSG_MOVE_HOVER_ACK                             = 0x596a,
        CMSG_TEXT_EMOTE                                 = 0x9d68,
        CMSG_AUTOSTORE_LOOT_ITEM                        = 0x8b6a,
        CMSG_BATTLEFIELD_JOIN                           = 0x8f68,
        CMSG_SEARCH_LFG_JOIN                            = 0x5d6e,
        CMSG_LEARN_PREVIEW_TALENTS                      = 0x39e2,
    Last edited by notagain; 05-22-2010 at 11:35 AM.

  10. #55
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Any News? These are not all opcodes?

  11. #56
    notagain's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure i rolled back my server to 11927 i got friends nagging me to play im just wait for chat and items to work then ill update

  12. #57
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Code:
    SMSG_PLAYERBOUND                                = 0xEDEA,    // 60906 - 4.0.0.12065

  13. #58
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    /edit
    ok its right
    Last edited by doityourself; 05-25-2010 at 07:40 AM.

  14. #59
    notagain's Avatar Member
    Reputation
    6
    Join Date
    Jul 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    diamondcore have got a fair few opcodes
    Fabi's diamondcore at 400 - GitHub

  15. #60
    doityourself's Avatar ★ Elder ★
    Reputation
    1424
    Join Date
    Nov 2008
    Posts
    843
    Thanks G/R
    35/448
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    What mean the errormessage ERROR:MOEP: in the core?

    I don't know the word MOEP ^^
    Last edited by doityourself; 05-25-2010 at 10:06 AM.

Page 4 of 11 FirstFirst 12345678 ... LastLast

Similar Threads

  1. How to change models and textures client side only
    By Matt in forum World of Warcraft Guides
    Replies: 9
    Last Post: 11-29-2006, 12:35 AM
  2. Change flight path easily
    By Matt in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 07-27-2006, 04:59 AM
  3. Rep Power change
    By Shanaar in forum Suggestions
    Replies: 25
    Last Post: 05-17-2006, 12:42 PM
  4. Name Change Exploit
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 05-16-2006, 12:50 PM
  5. MMOwned's Server Move + Forum Change
    By Matt in forum OC News
    Replies: 0
    Last Post: 03-25-2006, 04:52 AM
All times are GMT -5. The time now is 01:17 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search