Making WoW Clients crash menu

User Tag List

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 104
  1. #46
    Jones4ever's Avatar Contributor
    Reputation
    81
    Join Date
    Oct 2006
    Posts
    561
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Now ihave used this 233 times and not even a warning (did this on a friends acc)
    Manga, MMO, and Anime fan.

    Making WoW Clients crash
  2. #47
    ArRoW hEaD's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    What is this?
    (\_/)
    (o.0)
    (^^)
    <----- Add the bunny to your sig and help take over these forums!

  3. #48
    Minimized's Avatar Active Member
    Reputation
    164
    Join Date
    Sep 2006
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    If you ignore the player you want to DC befor DC'ing him, the text won't send locally.

    But I want to be immune to it =(
    Last edited by Minimized; 12-03-2006 at 05:59 AM. Reason: Auto-merged Doublepost
    Say NO to hemo



  4. #49
    Tink's Avatar Active Member
    Reputation
    46
    Join Date
    Aug 2006
    Posts
    205
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Originally Posted by Minimized
    If you ignore the player you want to DC befor DC'ing him, the text won't send locally.

    But I want to be immune to it =(
    If that works, you could create a d/c macro containing:

    /ignore SomePlayerName
    /script dcness_command("WHISPER","SomePlayerName");
    /unignore SomePLayerName
    Aap?

  5. #50
    matswurld's Avatar Active Member
    Reputation
    60
    Join Date
    Nov 2006
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    so is anyone whos tryed it here immune to it?
    November is suicide awareness month, Get involved with To Write Love on Her Arms!

  6. #51
    WarDuck's Avatar Member
    Reputation
    7
    Join Date
    Oct 2006
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    macro:

    /script x = UnitName("target");
    /script AddIgnore(x);
    /script dcness_command("whisper",x);
    /script DelIgnore(x);

    works perfectly but since wow is a slow game the /script DelIgnore(x); doesn't unignore the target

  7. #52
    Minimized's Avatar Active Member
    Reputation
    164
    Join Date
    Sep 2006
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Nice, WarDuck... If you get a mod called "supermacro" you can do this:

    /script x = UnitName("target");
    /script AddIgnore(x);
    /script dcness_command("whisper",x);
    /in 1 /script DelIgnore(x);

    Which makes WoW wait a second before doing /script DelIgnore(x);
    thus you don't have to manually unignore a player.
    Say NO to hemo



  8. #53
    WarDuck's Avatar Member
    Reputation
    7
    Join Date
    Oct 2006
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    nice, gotta get that mod

  9. #54
    Siker's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Adding (or replacing) the following lines to \WTF\Config.wtf will make you immume for the crash.

    SET readContest "-1"
    SET readScanning "-1"
    SET spamFilter "0"
    SET profanityFilter "0"

  10. #55
    Minimized's Avatar Active Member
    Reputation
    164
    Join Date
    Sep 2006
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Nice, Siker =)
    Say NO to hemo



  11. #56
    WarDuck's Avatar Member
    Reputation
    7
    Join Date
    Oct 2006
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    omg, gr8

    now my macro for targets looks like this:

    /script x = UnitName("target");
    /script dcness_command("whisper",x);

  12. #57
    A_Snake01's Avatar Member
    Reputation
    292
    Join Date
    Aug 2006
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Nevermind, I had to load out of date addons. Good job.
    Last edited by A_Snake01; 12-03-2006 at 11:22 AM.
    The Age of Exploration is over. Now is the Age of Creation.

  13. #58
    Siker's Avatar Active Member
    Reputation
    18
    Join Date
    Dec 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Originally Posted by WarDuck
    omg, gr8

    now my macro for targets looks like this:

    /script x = UnitName("target");
    /script dcness_command("whisper",x);
    I'm using a macro similar to this.

    /script dcness_command("whisper",UnitName("target"));

  14. #59
    Minimized's Avatar Active Member
    Reputation
    164
    Join Date
    Sep 2006
    Posts
    597
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    /script dcness_command("RAID","");
    Perfect for ninja looting ^^
    Or after a boss kill.
    Target all players that needs your item and DC them ^^
    Say NO to hemo



  15. #60
    WarDuck's Avatar Member
    Reputation
    7
    Join Date
    Oct 2006
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making WoW Clients crash

    Originally Posted by Siker
    I'm using a macro similar to this.

    /script dcness_command("whisper",UnitName("target"));
    yeah, mine was meant for the ignore/unignore so this one's better in case you're immune, gr8 job btw

Page 4 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. Arcemu makes WoW.exe crash [Help].
    By minupii in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 04-01-2013, 06:44 PM
  2. Make WoW crash for everyone around you
    By Klex in forum World of Warcraft Exploits
    Replies: 31
    Last Post: 04-09-2012, 04:28 PM
  3. [MaNGOS] Paladin makes WoW crash 3.2.2a
    By Hjustin2 in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 04-15-2010, 05:47 PM
  4. Downgrade your WoW Client
    By Matt in forum World of Warcraft Guides
    Replies: 11
    Last Post: 12-21-2006, 09:09 AM
  5. Using dbc.mpq to make WoW trivial
    By gotosleep in forum World of Warcraft Model Editing
    Replies: 14
    Last Post: 08-27-2006, 07:29 AM
All times are GMT -5. The time now is 12:55 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