Complete ArcEmu Items Table + Installer menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [old] Nearly Complete ArcEmu Items Table + Installer

    This is an old topic and is no longer supported. I'm not currently in the emulation scene at atm don't plan on picking it back up.




    New Version Released: 1.1

    Short and to the point: after downloading the latest revisions for both Light's Hope DB and WhyDB, I found that neither one had a complete items table for the current version of WoW. (Heroic items missing, some items had wrong stats, etc)

    So I present to you a fresh Allakhazam item rip and a nifty little .bat to make the installation go fast and smooth.

    Download here:
    //-- DOWNLOAD NOW! --\\


    After you put your mysql info in and it starts importing, it may take a minute or two because the .sql file that its importing is 25MB. It will tell you once its done.


    New in version 1.1:
    Couple of misc. fixes have been added, just re-download and run the installer again.


    :: Any fixes / patches will be posted below here ::



    Last edited by Valmere; 01-18-2011 at 10:18 AM. Reason: wat
    wat

    Complete ArcEmu Items Table + Installer
  2. Thanks hackerlol (1 members gave Thanks to Valmere for this useful post)
  3. #2
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks!
    Had the same experience yesterday.

    **Confirmed working ^^
    Last edited by Kirsebaer; 05-22-2010 at 07:28 AM.

  4. #3
    Byrddawg's Avatar Member
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    re-upload.. the file is corrupted so it doesn't give anyone anything that is needed.. +REP if you do

  5. #4
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The file is not corrupted.
    At least not for me.
    I uploaded my download

    DOWNLOAD

  6. #5
    92eatos's Avatar Contributor
    Reputation
    104
    Join Date
    Aug 2009
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I appreciate your work and thx for testing my db..I would be glad if you make list or say what items i am missing i will try to update db.But yes these days i am working only on vehicle system so i dont have time to finish item table.

  7. #6
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirsebaer View Post
    **Confirmed working ^^
    Thanks for the confirmation

    edit: lol just saw GZ edited my post, I must have F'd up the link. Sorry guys and ty GZ
    Last edited by Valmere; 05-23-2010 at 01:10 AM. Reason: wat
    wat

  8. #7
    lol97899's Avatar Contributor
    Reputation
    104
    Join Date
    Nov 2008
    Posts
    262
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will be useful,+Rep


  9. #8
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could you fix the itemsets too?

  10. #9
    92eatos's Avatar Contributor
    Reputation
    104
    Join Date
    Aug 2009
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have fixed that and will fix it soon all classes

  11. #10
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirsebaer View Post
    Could you fix the itemsets too?
    What item sets aren't currently working? I wasn't able to find any.
    wat

  12. #11
    rawr66's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, Thanks +rep

  13. #12
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kirsebaer View Post
    Could you fix the itemsets too?
    I looked into some of the itemset issues I believe you were talking about and from what I saw its an error in the .dbc files. This isn't a huge issue though due to the fact that the item set bonuses are still being applied correctly. I'm trying to find anything DB-related to fix though, and the only thing I've come across so far is some text missing from the Mimiron's Head item. To fix that, just execute this SQL query:
    Code:
    UPDATE `items` SET `description`='Teaches you how to summon this construction.  Can only be summoned in Outland or Northrend.  This is a very fast... head.' WHERE (`entry`='45693');


    Originally Posted by 92eatos View Post
    I appreciate your work and thx for testing my db..I would be glad if you make list or say what items i am missing i will try to update db.But yes these days i am working only on vehicle system so i dont have time to finish item table.
    Ah, lets see.... I believe it was mostly iCC items, some normal and most of the heroic versions. You use / copy this item table if you'd like
    Last edited by Valmere; 06-01-2010 at 08:13 AM. Reason: wat
    wat

  14. #13
    FrostyC's Avatar Active Member
    Reputation
    28
    Join Date
    Nov 2008
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is awesome, but I didn't want Martin's Broken Staff & I wanted to keep Martin Thunder,
    so I ran this SQL after using your update.
    gj tho, I was too lazy to do this.

  15. #14
    Kirsebaer's Avatar Banned
    Reputation
    6
    Join Date
    Nov 2008
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I meant like ".character additemset 253" as an example :P
    Oh, by the way. While Mimiron's Head is inside the bag, it says Usenull)
    Last edited by Kirsebaer; 06-01-2010 at 11:10 AM.

  16. #15
    Valmere's Avatar Contributor
    Reputation
    166
    Join Date
    Apr 2007
    Posts
    362
    Thanks G/R
    16/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /bamp

    Version 1.1 released! A few things were addressed, such as the mimiron's head (like it wasn't easy for a user to fix...) and enchanting rods.

    Enjoy, and as always feedback is appreciated!
    wat

Page 1 of 2 12 LastLast

Similar Threads

  1. [ArcEmu]Issue in items table
    By SuperChickenofDoom in forum WoW EMU Questions & Requests
    Replies: 16
    Last Post: 05-08-2010, 11:02 AM
  2. A guide to the items table.
    By nemesisfluxx in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 07-11-2008, 12:23 PM
  3. Curious about ITEMS table
    By florinel76 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 06-05-2008, 02:04 PM
  4. Project: Life - Item Table - 99% Blizzlike, All of the 22731 Items 99% Blizzlike.
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 12-16-2007, 07:15 AM
  5. Ok HeidiSql anit lettign me into Items Table -_-
    By Illidan1 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 10-26-2007, 01:55 PM
All times are GMT -5. The time now is 10:22 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