[release] wotlk item stack fix menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [release] wotlk item stack fix


    ok, i have irritated so long that almost all stackable items
    in wotlk didnt stack at all, like reagents, cloth, or heroism marks...

    I first thought it was the items theyrself that was ****ed,

    then i got the idea that maybe the vendors was wrong,
    and i was right. If Amount field is 0 or -1 then it will never stack


    Code:
    update vendors set amount = 1 where amount = -1;
    update vendors set amount = 1 where amount = 0;
    Run this into your world database and ALL stackable items
    will work again :P
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

    [release] wotlk item stack fix
  2. #2
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    also if some items still dont stack,
    change your lock_material field to "8" instead of 0 or -1
    at your items field. but only 2 - 3 wotlk items
    i found had that problem
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  3. #3
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very Epic Knaur, Thanks +Rep x2 If i can.
    This bug has been annoying me for ages.


  4. #4
    Flake0207's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2008
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    didnt work for me executed successfully and everything
    items still have item stack bug




  5. #5
    Aelus's Avatar Active Member
    Reputation
    72
    Join Date
    Jan 2007
    Posts
    687
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice man, fixed it. +Rep



  6. #6
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Flake0207 View Post
    didnt work for me executed successfully and everything
    items still have item stack bug
    and ofcourse im sure you remembered to deleted your wowcache
    after install it, correct?

    anyway, i know it works, since it worked on both our realms,

    and as you see, works for other ppl too
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  7. #7
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice fix knaur! +RepX2

  8. #8
    Flake0207's Avatar Active Member
    Reputation
    30
    Join Date
    Apr 2008
    Posts
    221
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i have a gem vendor maby im getting somthign to fix somthigne else

    i buy a gem
    goes into bags i buy another one it just goes on top of the one o i just bought but doesnt stack with numbers or anything it styays blank




  9. #9
    knaur's Avatar Elite User
    Reputation
    400
    Join Date
    Nov 2007
    Posts
    634
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the fix repaired all my gems. it doesnt stack cause vendor table
    has 0 or -1 on amount on those items.

    Try open vendors table in mysql and sort it after amount field.
    then you see if you still have any fields with 0 or -1. if you have,
    chance then to 1.
    ------------------------------------------------------
    Knaur - Founder of The Norwegian Elite Team

  10. #10
    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)
    Thanks alot, m8.
    Epic.. Epic!

  11. #11
    massanaconda's Avatar Member
    Reputation
    2
    Join Date
    Jan 2008
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, i fixed this bug by putting at the requiredclass in the items table : 32767...and then it works , but thx for this

  12. #12
    simonsamiiee's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job man

  13. #13
    keazain's Avatar Banned
    Reputation
    234
    Join Date
    Jun 2008
    Posts
    660
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    always the best as usefull +Rep x2 m8

  14. #14
    neomagneto's Avatar Member
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this +Rep

  15. #15
    tashiro's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well congrats man. I had this fix ready for posting weeks ago but due to all the moderation I didn't want to risk a ban [I've posted on it before]. You took a chance and banked on it, great release =].

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] WoTLK Model Edit Fix
    By Cypher in forum World of Warcraft Bots and Programs
    Replies: 84
    Last Post: 08-06-2009, 07:26 AM
  2. [Release]Wotlk site for Ascent
    By Vatralaus in forum World of Warcraft Emulator Servers
    Replies: 78
    Last Post: 05-25-2008, 10:49 PM
  3. [Release] WOTLK-Item Displayid File
    By Creepfold in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 05-23-2008, 10:42 AM
  4. [Release] Epic Item Set [1] [Download]
    By King Shaun in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-29-2008, 11:15 AM
All times are GMT -5. The time now is 06:30 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