Mangoszero 1.12 custom item creator *request* menu

User Tag List

Results 1 to 4 of 4
  1. #1
    sirzufall's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mangoszero 1.12 custom item creator *request*

    Hello i need a item creator for mangoszero .. thx

    Mangoszero 1.12 custom item creator *request*
  2. #2
    Garneth's Avatar Contributor
    Reputation
    97
    Join Date
    Jul 2010
    Posts
    424
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i also would like this, but for NPCs. +rep to anyone who knows of such a thing

  3. #3
    Facerolling's Avatar Contributor
    Reputation
    116
    Join Date
    Mar 2007
    Posts
    307
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is not alot of activity for a pre-bc Database, but you can still add things with relative ease (and do batch edits, which is far better than a simple item/npc creator)

    The DB viewer I like to use for this is HeidiSQL because it can auto-generate Insert queries for specific Tables, which is great for adding in new items / NPCs.

    Not everything in emulation is handed to you on a silver platter, sometimes you have to do it the old fashioned way.

    Download HeidiSQL <- Download HeidiSQL and install

    Load it up, input your DB info


    Click on your mangoszero db and double click on the table you want to create a query for.


    You will now have this show up, you can click on the data tab to bring up the data in table form.


    The Show all button shows every entry in the table, it will probably crash HeidiSQL if the table is exceedingly large.



    What we want is the query tab, on the right of the query tab you can see all the column names.


    You can select all the columns, some of them, or one. I will show how an update query works.
    we're going to set the buyprice of all items, select buyprice in the right hand box and right click and "generate UPDATE"


    You'll get something like this, Put the price inand hit the blue triangle to run the query.


    Remember, you can update more than one column at a time by selecting more than one column name. You can also do something like
    Code:
    UPDATE `item_template`
    	SET
    		`BuyPrice`=0
    	WHERE 
    		`itemid`=999
    To only change the buyprice of item 999

    the Insert function is adding a new row to the table. You must select all the column names for doing this as it will not work otherwise.




    Finally, if you're unsure what the columns mean, go to the wiki and search the table name to bring up the structure and how each column is used. For example: this is the item_template structure and what goes where and does what (tongue twister!): Item template - ZeroWiki
    hey ervyone whats up gamboys

  4. #4
    predattak's Avatar Active Member
    Reputation
    27
    Join Date
    Jul 2008
    Posts
    537
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good guide
    Homosexuals are gay

Similar Threads

  1. [Mangos] 1.12 Custome Item Creator?
    By Slayerofdragons911 in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 02-17-2013, 01:42 PM
  2. WoW Customized Item Links?
    By shadowdreams7 in forum World of Warcraft General
    Replies: 8
    Last Post: 03-19-2007, 11:05 AM
  3. World of Warcraft Custom Items
    By mantor4 in forum World of Warcraft General
    Replies: 5
    Last Post: 12-29-2006, 02:22 PM
  4. mmowned special: custom item names
    By Relz in forum World of Warcraft Guides
    Replies: 58
    Last Post: 09-27-2006, 11:51 PM
  5. Where is that item creator?
    By kronikbudz in forum World of Warcraft General
    Replies: 12
    Last Post: 08-20-2006, 02:23 PM
All times are GMT -5. The time now is 09:57 PM. 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