[Guide]How to make custom items using ADE (With Pictures) menu

User Tag List

Results 1 to 10 of 10
  1. #1
    uberkiid's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide]How to make custom items using ADE (With Pictures)

    Ok so today im going to show you how to make custom items using ADE (Ascent Database Editor) with mysql.
    http://www.mmowned.com/forums/progra...9-05-08-a.html
    Link to download ADE.

    First make sure my sql is running and launch ADE.

    You should get a window like this. Put in your mysql information. Make sure to put world for World Database.

    http://i307.photobucket.com/albums/n...der18/ADE1.jpg


    Ok once you connect click World DB editor. Click Items tab. Once there click Choose item to find an item ID.

    http://i307.photobucket.com/albums/n...der18/ADE2.jpg

    Im going to pick thunderfury ID so just type in the item name and wait for the list to come up. Click the item you you want then click choose.

    http://i307.photobucket.com/albums/n...der18/ADE3.jpg

    Ok once you have chosen your item make sure you change the entry id.DO NOT CHANGE DISPLAY ID this is what your item will look like. You can change the item name if you would like. Ok so im going to leave the sub-class and Quality the same (these change the item to be a mace,fistweapon,etc. or cloth,mail etc. and the quailty changes it to be Epic or Legendary). For allowable races and classes im going to keep the same ( This changes what class and races can use the item anything unticked will be unable to use it). For required level im going to make mine 70 from 60.

    http://i307.photobucket.com/albums/n...8/ADE4-1-1.jpg

    Ok now to edit the stats. At the bottom there will be a window with a bunch of tabs at the bottom you should be at the stats tab. When you click the name of the stat that it has a drop down window should appear that has all the stats you can add. Be sure to change stat value to what you want the stats to be.

    http://i307.photobucket.com/albums/n...der18/ADE5.jpg

    Now lets click the weapon tab (skip this step if you are making armor). Ok so if you click on the drop down menu under damage type you will find a list of damage types. Below that there is a section for damage first box is for min damage 2nd is for max. For milliseconds between attacks change what you want your attack speed to be in milliseconds, so if you set your speed at 2500 the weapon speed will be 2.5 speed same for ranged.

    http://i307.photobucket.com/albums/n...der18/ADE6.jpg

    Ok now lets click the armor tab here we will change the resistances on your item. Also we will change the armor on it and block.

    http://i307.photobucket.com/albums/n...der18/ADE7.jpg

    Now click on spells tab this is where you can add attack power, spell damage, healing. to seach spell id for spell damage click the ... and type spell damage in the menu. Once you have done that make sure trigger is what you want it. (on equip, use)

    http://i307.photobucket.com/albums/n...er18/ADE10.jpg
    http://i307.photobucket.com/albums/n...der18/ADE8.jpg
    http://i307.photobucket.com/albums/n...der18/ADE9.jpg

    Ok click on the socket tab now. Here we can change what socket we want in our item yellow, meta, blue, red and a socket bonus. To find the socket you want click the drop down menu and it will show a list of sockets. Then click the ... by socket bonus and type what you want. im going to seach +10 spell crit.

    http://i307.photobucket.com/albums/n...er18/ADE11.jpg
    http://i307.photobucket.com/albums/n...er18/ADE12.jpg

    The required Tab isnt very importtant unless you are making a reputation item. Im just going to skip to misc tab. Once there you can change what set it belongs to. To do that click on the drop down menu for In set (id) and it will bring up a menu with all the sets ingame. Item position is how it will be displayed when the character is using. So im going to make mine a staff.

    http://i307.photobucket.com/albums/n...er18/ADE13.jpg
    http://i307.photobucket.com/albums/n...er18/ADE14.jpg

    Once you have changed everything to what you want your item to be click on Gen. SQL in the bottom right corner.
    http://i307.photobucket.com/albums/n...er18/ADE15.jpg

    You will get a pop up saying SQL querys were created just click ok.
    http://i307.photobucket.com/albums/n...er18/ADE16.jpg

    You will then get two windows one full with text just copy that.
    Then you will need to go into your MySQL make sure the world database is clicked paste it into the query window and hit the execute button.

    http://i307.photobucket.com/albums/n...er18/ADE17.jpg
    http://i307.photobucket.com/albums/n...18/ADE18-1.jpg

    Congrats you have made you very own custom item using ADE!

    If you get an error saying duplicate key entry, go back and change the entry id and do Gen. SQL and copy and paste that into you query window till you get one that isnt taken already.

    If you need help pm me or post a reply.
    Last edited by uberkiid; 05-27-2008 at 03:06 AM.

    [Guide]How to make custom items using ADE (With Pictures)
  2. #2
    Dalamar's Avatar Active Member
    Reputation
    26
    Join Date
    Feb 2007
    Posts
    388
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would help if you added a download link for ADE, but nice guide anyway. +2rep.

  3. #3
    florinel76's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey man i get an error ... it says "incorrect integer value for column mapid at row 1"
    thats when i run the code in querry

    did i put values bigger than what it is capable ade to create for items ?

  4. #4
    Malaki2030's Avatar Active Member
    Reputation
    22
    Join Date
    Feb 2008
    Posts
    125
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this ADE version updated to 2.4 ish? I last ADE Version i saw was pretty old...wasn't able to create new items or anything with it cause I kept getting an error.

  5. #5
    xQzme?'s Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    80
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good guide for ppl who dont know how to use it

  6. #6
    Waffeleisen's Avatar Member
    Reputation
    6
    Join Date
    Dec 2006
    Posts
    58
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by florinel76 View Post
    hey man i get an error ... it says "incorrect integer value for column mapid at row 1"
    thats when i run the code in querry

    did i put values bigger than what it is capable ade to create for items ?
    I have the same problem!

    Greets

  7. #7
    macintosh's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I couldn't even open the .zip file...said it was corrupted or blocked...then i couldn't even unzip it because it said there were no files inside it

  8. #8
    uberkiid's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey man i get an error ... it says "incorrect integer value for column mapid at row 1"
    thats when i run the code in querry

    did i put values bigger than what it is capable ade to create for items ?
    post a screen shot of your item your making

    I couldn't even open the .zip file...said it was corrupted or blocked...then i couldn't even unzip it because it said there were no files inside it
    is working just fine not sure whats wrong

  9. #9
    dragond's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cannot connect to my mysql it says "Error on connecting three possible ways" WTf//?

  10. #10
    uberkiid's Avatar Member
    Reputation
    5
    Join Date
    Nov 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dragond View Post
    I cannot connect to my mysql it says "Error on connecting three possible ways" WTf//?
    make sure sql is on, make sure you typed passs word in right, make sure you have world as world database

Similar Threads

  1. [Guide] How to make Custom Vendors with ADE
    By Greensponge in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 05-07-2008, 11:33 PM
  2. [Guide] How to make a Gm/Admin account with pictures [Noob friendly]
    By Etzzhy in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 04-23-2008, 08:13 AM
  3. [Guide] How-To make custom items for your server[Noob Friendly]
    By FelBlood in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 03-29-2008, 06:50 AM
  4. [guide] how to make custom items in ascent
    By waggy420 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-24-2008, 10:20 AM
  5. How To make custome items and venders using navicat
    By spleee101 in forum WoW EMU Guides & Tutorials
    Replies: 1
    Last Post: 11-19-2007, 12:53 PM
All times are GMT -5. The time now is 10:17 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