Adding custom objects to Mangos menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    Maybepie's Avatar Active Member
    Reputation
    25
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Adding custom objects to Mangos

    This guide is a tribute to OMGPWN's thread, but, as his guide's only for Acsent, i thought i'd make one for all the Mangos users.

    Before we get on started i just want to point out that i made this guide by my self, i did NOT copy it from any other site or user here on MMowned.

    The only difference is the inserted code in notepad.
    Anyhoo! Let's get on started!


    Programs!
    MyWarCraftStudio
    Navicat, or anyother MySQL browser program. ( For inserting the object to the server )

    Open up MyWarcraftStudio.

    Go to, File -> Open MPQ Archive -> Browse to your enGB/enUS folder.(C:\World of
    Warcraft\Data\enGB) Open up patch-enGB/enUS.

    In the MPQ archive you'll find a folder called "DBFilesClient", open it up!

    Scroll down until you find GameObjectDisplayInfo.dbc, open it up!

    Now search for whatever object you'd like to import, let's say you want a Lion statue. Write Lion in the search bar, and press Find, and keep on pressing next until you find your desired object.

    When that's done, take out the Display ID for the model. ( The random numbers to the left. For the Lion statue it's 6.)

    Now open up notepad!
    Copy 'n paste this code into Notepad. I'll qoute.
    INSERT INTO gameobject_template
    (`entry`, `type`, `displayId`, `name`, `castBarCaption`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `ScriptName`)
    VALUES
    (ENTRY, 14, DISPLAYID, 'NAME', '', 35, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '');
    We'll have to edit everything in red, don't panic! I'll help ya out!

    Entry: The desired entry for your object, such as 250000 or so.
    Don't touch the 14, don't you DARE touching it!
    Display ID: The Display id for the object, in this case, 6.
    Name: Just pick a random name, like LionStatueBBQ or something.

    Now save the file, name it LionStatueBBQ.sql or what ever you called your object.


    Your almost done!

    Now open up Navicat or whatever program your using, open up your mangos database and execute batch file, browse to your SQL and your done!



    I made this guide as noob friendly as possible, but if you still have questions, don't hesitate to ask.

    Well then, thank you for taking your time and reading my guide.
    Bye and Peace.

    Edit: For everyone that had the MWCS bug, please re-download it from the new link and try again.
    Last edited by Maybepie; 09-15-2008 at 01:57 AM. Reason: Changed title name, and added icon.

    Adding custom objects to Mangos
  2. #2
    Yamajee's Avatar Banned
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot, helped me a lot =].

  3. #3
    Maybepie's Avatar Active Member
    Reputation
    25
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yamajee View Post
    Thanks a lot, helped me a lot =].
    I'm glad to hear that. :)
    Last edited by Maybepie; 09-05-2008 at 06:36 AM.

  4. #4
    Yamajee's Avatar Banned
    Reputation
    10
    Join Date
    Feb 2007
    Posts
    150
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also do you have any program that can make an npc that can teleport you to custom places? I need help with that.. PM me or something..

  5. #5
    Saint-Pasdoy's Avatar Banned
    Reputation
    219
    Join Date
    Dec 2006
    Posts
    1,172
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice tut thx alot

  6. #6
    Maybepie's Avatar Active Member
    Reputation
    25
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Saint-Pasdoy View Post
    nice tut thx alot
    Nemas. (Filler : o)

  7. #7
    Insanity's Avatar Member
    Reputation
    11
    Join Date
    Mar 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Yamajee View Post
    Also do you have any program that can make an npc that can teleport you to custom places? I need help with that.. PM me or something..

    to do that you must be able to handle C++ and kind of have to compile your own server in order to use the teleporting NPC. hope it helps

  8. #8
    pockets08's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lame. the warcraft studio..i cant download. it says it sno longer under devolpment on wow curse...is ther any other programs simmilar? and also

    i was wondering, fi there was a way to make ur own actual AREA..to be portaled to. or teled to. cause id like to findjust a Flat land space. and Make custom area...is this possible?

  9. #9
    pockets08's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i got the program..when i open archive...and i have to browese for the folder...and i open Patch-EnUS.mpq...nothing happens...i get no folder optiosn or anything..it just....does nothing

  10. #10
    Maybepie's Avatar Active Member
    Reputation
    25
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try re-downloading MyWarcraftStudio, and try again. If that doesn't work, try closing down as many unnecessary programs as possible, open up MWCS, wait for a couple of seconds, and try opening the patch once again. Just give it some time.
    Last edited by Maybepie; 08-12-2008 at 06:07 AM. Reason: Typo.

  11. #11
    robinelitenn's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm i have download mywarcraftstudio but when i go into patch en gb and pus the button open it doesn't come any files :S ?? why :S ( from Sweden )

  12. #12
    GPUseless's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice guide, TY.

  13. #13
    Maybepie's Avatar Active Member
    Reputation
    25
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm glad you like it GPUseless.

    And now for your issue robinelitenn, just to be clear,
    You start MyWarcraftStudio -> File -> Open MPQ Archive -> Browse to your enGB/enUS folder. (C:\World of Warcraft\Data\enGB/enUS)
    Open up the patch-enGB/enUS.MPQ file, and here you don't see any files AT ALL?

    ..If so, i honestly can't help you out, it should work without any major problems.
    What operative system are you running on?
    I'm personally on Vista at the moment, and it works great, should also work with Windows XP/Home/2000 etc.

    Don't know 'bout Mac tho.

  14. #14
    Fat Spliffs's Avatar Member
    Reputation
    6
    Join Date
    Jun 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    MyWarcraftStudio is a broken program from what I've seen. It hasn't been updated in a long time.

  15. #15
    Maybepie's Avatar Active Member
    Reputation
    25
    Join Date
    Aug 2008
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fat Spliffs View Post
    MyWarcraftStudio is a broken program from what I've seen. It hasn't been updated in a long time.
    Broken you say? I've been using it for weeks without any problems.
    Are you talking about the program it self or the link?

Page 1 of 2 12 LastLast

Similar Threads

  1. Adding Custom Game Objects to YOUR Server. (Needed HeidiSQL & ArcEmu))
    By zarrion11 in forum World of Warcraft General
    Replies: 2
    Last Post: 12-04-2009, 12:27 PM
  2. [Question] Adding Custom Items with Cutom Display ID's??
    By Reshnaak in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 12-22-2007, 10:59 AM
  3. adding custom music
    By PRIMO12 in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 12-16-2007, 10:05 AM
  4. Looking for T5-T7 vendors / cool custom items for MaNgOs server 2.1.3 (Help posts?)
    By phc_chaos in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 09-28-2007, 08:57 PM
  5. Adding Custom Portals?
    By lazboy in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 08-31-2007, 12:42 PM
All times are GMT -5. The time now is 12:38 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