[Help] How do I demorph ALL? +Rep if you can help menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Help] How do I demorph ALL? +Rep if you can help

    I accidentally morphed everyone into a female orc... lol how can I reverse this process. Logging out and restarting server doesn't work...

    [Help] How do I demorph ALL? +Rep if you can help
  2. #2
    xshadowfirex's Avatar Member
    Reputation
    5
    Join Date
    Aug 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Perhaps restart your server? XP.
    There's not much else for it, there is no .demorph all command, so the only way I know of is a quick restart o.o.

  3. #3
    Mango Jerry's Avatar Banned
    Reputation
    192
    Join Date
    Jan 2008
    Posts
    1,244
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually restart your server, nothing else to do.
    Just complain why you restarted

  4. #4
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how did you do it in the first place? i don't recall a .morph all command...

  5. #5
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think it was a glitch that made all into orcs...

    I tried restarting server still orcs... all 300 orcs...

    I used all these commands as buff but they got turned into orcs
    .cast 9910
    .cast 26990
    .cast 33450
    .cast 27126
    .cast 27126
    .cast 27141
    .cast 27143
    .cast 25898
    .cast 27260
    .cast 27239

  6. #6
    Toxik the Spammer's Avatar Banned
    Reputation
    101
    Join Date
    Feb 2008
    Posts
    322
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    delete your WTF folder

    it's possible that it just LOOKS like they turned into orcs, but they are fine and its some model glitch. if that doesn't work, try to run the repair tool

  7. #7
    arigity's Avatar Banned
    Reputation
    49
    Join Date
    Dec 2007
    Posts
    548
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try doing .removeauras on someone who is an orc

  8. #8
    Ickybad's Avatar Contributor
    Reputation
    214
    Join Date
    Apr 2008
    Posts
    904
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try having people remove the cast... Like it will be an icon in the top right hand corner if its a casted spell.

  9. #9
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesn't work it's not a buff or anything ...

  10. #10
    jontehack's Avatar Member
    Reputation
    10
    Join Date
    Jan 2008
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    try to morph em to something else with a spell. like the one that turns them into a undead and they get a buff icon then they simply only need to click away buff to get back to original form, most often works for me else give em noggenfogger elixir:P

  11. #11
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no buff icons nothing.

  12. #12
    latruwski's Avatar Banned
    Reputation
    647
    Join Date
    Dec 2006
    Posts
    2,456
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    did you clear your cache? players may still "look" like orcs... while they are not... clear cache and tell if it worked...

  13. #13
    1ns0mnia's Avatar Active Member
    Reputation
    67
    Join Date
    Nov 2007
    Posts
    428
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    check the display ID's in the database (table "characters") if there all the same then oh dear :P if not then it must be a cache or something you have missed

  14. #14
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Characters don't get saved in the cache folder.

    I know how to fix it, I just need to download an ascent database to see the table structure and then I'll give you a SQL query for that.

    EDIT:
    Alright, I found a database and I must say that the ascent table structure looks really weird comparing to mangos so you have to do it this way:

    Code:
    UPDATE characters SET auras = '0';
    Use it in the characters database
    Shutdown the server before you use this.

    If you are using MaNGOS you can do it in a better way so players wont lose ALL their buffs:
    Code:
    DELETE FROM character_aura WHERE spell = 33450;
    Cheers
    Last edited by Dythzer; 05-10-2008 at 06:09 AM.

  15. #15
    MisterEMU's Avatar Banned
    Reputation
    38
    Join Date
    Feb 2008
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by latruwski View Post
    did you clear your cache? players may still "look" like orcs... while they are not... clear cache and tell if it worked...
    nope cache does NOT work. Also it has nothing to do with auras?

Page 1 of 2 12 LastLast

Similar Threads

  1. Friends cant join! +Rep if you can help me ofc! :)
    By INS4N3K1LL in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 05-11-2008, 11:47 AM
  2. +Rep if you can help
    By iccy in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 12-19-2007, 01:21 AM
  3. I need help! +Rep if you can help.
    By chanceless in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 12-08-2007, 06:49 PM
  4. Need help ..+rep if you can help me...need an addon
    By Victor in forum WoW UI, Macros and Talent Specs
    Replies: 5
    Last Post: 06-13-2007, 02:14 PM
  5. Problems with conversion (+10 rep if you can help out)
    By Enfeebleness in forum Community Chat
    Replies: 8
    Last Post: 05-13-2007, 01:46 AM
All times are GMT -5. The time now is 05:09 AM. 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