Remove Requirements menu

User Tag List

Results 1 to 10 of 10
  1. #1
    moltn's Avatar Member
    Reputation
    45
    Join Date
    Dec 2007
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Remove Requirements

    Is there any way to remove all requirements for item levels? IE: Levels, Armor Profession, Professions, and class Required items. (I'll posted a link of each item)

    LEVELS

    Level Requirement "13": Blackened Defias Gloves - Item - World of Warcraft



    ARMOR PROFESSION

    Armor Profession "Leather": Aged Core Leather Gloves - Item - World of Warcraft


    PROFESSION

    Profession "Engineering": Annihilator Holo-Gogs - Item - World of Warcraft


    CLASS REQUIRED ITEM

    Class Required item "Warr/Rog": Warglaive of Azzinoth - Item - World of Warcraft


    Thanks for taking notice of this post. =)

    Remove Requirements
  2. #2
    doublehex's Avatar Member
    Reputation
    34
    Join Date
    Mar 2007
    Posts
    385
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in your database there are columns that contain that information


  3. #3
    Power of Illuminati's Avatar Contributor
    Reputation
    179
    Join Date
    May 2008
    Posts
    1,410
    Thanks G/R
    6/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code fixed for JUST the items you wanted. (That Clain did is for all items if you want that.)
    Code:
    update items set requiredlevel = '0' where entry = '10401';
    update items set RequiredSkill = '0' and RequiredSkillRank = '0' where entry = '18823';
    update items set RequiredSkill = '0' and RequiredSkillRank = '0' where entry = '34847';
    update items set allowableclass = '9' where entry = '32838';
    Last edited by Power of Illuminati; 05-13-2008 at 05:31 PM.

  4. #4
    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)
    All Level :
    update items set requiredlevel=0;

    All Profession :
    update items set requiredskill=0 and requiredskillrank=0;

    All Classes :
    update items set allowableclass=-1;

    All Races :
    update items set allowablerace=-1;

    Bai me :O

  5. #5
    ~ViVo~'s Avatar Banned
    Reputation
    52
    Join Date
    Feb 2008
    Posts
    560
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oooh, Dis helped meh

  6. #6
    moltn's Avatar Member
    Reputation
    45
    Join Date
    Dec 2007
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, yeah - I meant for all of the items in the whole database. =P Not just hose items. Lol Sorry for listing the items, but they were just "EXAMPLES" Hehe. +Rep, thanks!

  7. #7
    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)
    update items set allowableclass = -1, allowablerace = -1, itemlevel = 0, requiredlevel = 0, requiredskill = 0, requiredskillrank = 0;

    for all items....
    if you wnt more values to be disabled just add one in the query for example:
    update items set allowableclass = -1, allowablerace = -1, itemlevel = 0, requiredlevel = 0, requiredskill = 0, requiredskillrank = 0, ArenaRankRequirement = 0;

    easy as shit...
    Last edited by latruwski; 05-14-2008 at 06:45 AM.

  8. #8
    moltn's Avatar Member
    Reputation
    45
    Join Date
    Dec 2007
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What about making the pvp gear only PvP Ranks and not marks and honor / money?

  9. #9
    j9sjam3's Avatar Member
    Reputation
    14
    Join Date
    Mar 2007
    Posts
    190
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your best bet it to mess around in your database...
    Its how I found out how to do lots of things
    <--- please click.

    *working on a decent siggy*

  10. #10
    moltn's Avatar Member
    Reputation
    45
    Join Date
    Dec 2007
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But I don't really want to risk anything important nor delete anything.

    I also have another question and I know that this doesn't have anything to do with removing anything, but can somebody make me a little SQL about have a couple a bosses in AV? I wanted to have some bosses in AV to make an AV event. Two Bosses for the Alliance and two Bosses for the Horde. Which ever faction kills both bosses first wins the event.
    I think that wouls be a good event. =P
    Can anybody do this for me?

Similar Threads

  1. Remove token requirement?
    By kaitsusora in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 10-27-2008, 04:56 AM
  2. Remove All Item CD's and Requirements.
    By Flipt in forum WoW EMU Programs
    Replies: 15
    Last Post: 10-14-2008, 09:28 AM
  3. [HELP] How to remove instance require lvl?
    By Ellenor in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 10-01-2008, 04:56 PM
  4. [Release] Remove Requirements for Mounts ! (for funservers!)
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 11-13-2007, 07:32 AM
All times are GMT -5. The time now is 10:01 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