[Guide] Breaking Down Gameobject Creation menu

User Tag List

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

    [Guide] Breaking Down Gameobject Creation

    -------Otheer---------
    From KHB WoW


    Hey seen a lot of guides on custom game objects, just thought i would break every
    single column down to make very intense game-objects. for you serious servers that
    aren't really just making basic GO's, now then let's begin

    Open up your SQL database, i use HeidiSQL just cause it's convinient and helps, go
    to gameobject_names in your ascent file, then data, hit the insert record button
    and you will be ready to begin

    Entry
    ======================
    This determines what GO you will spawn with when doing .go spawn -----
    try going mainly above 40'000, which will mostly always be clear

    Type
    ======================
    This is what Kind of object it is, if it casts a spell, if it just shows a name,
    etc. here is a list of them and what it means
    0 - This is used for opening doors
    1 - This is a button (unknown use)
    2 - Gives a quest
    3 - Opens a chest
    4 - (Unknown)
    5 - has no use,name doesnt even show, it's just there
    6 - a trap
    7 - chair to sit in
    8 - this will show names without being clickable
    9 - untested, i believe this also puts in text
    10 - (unknown)
    11 - Transport // elevators, subways, railcars, etc.
    12 - (unknown)
    13 - (unknown)
    14 - Don't use, it basically just makes it invisible and doesnt spawn the OBJ, just says it does
    15 - Mo Transport // all of the boats between areas, like Ratchet to BootyBay, have this type
    16 - Dueling Marker, can duel within it's range
    17 - Fishing Node
    18 - (unknown)
    19 - Used as a mailbox
    20 - used as an auction house (untested)
    21 - (unknown)
    22 - Casts a spell, spell put in Spellfocus
    23 - Acts as a meeting stone (untested)
    24 - (unknown)
    25 - Fishing Hole
    26 - (unknown)

    DisplayId
    ======================
    this is what the GO looks like, to find this, download WoW Model Viewer and Mywarcraftstudio(links at top)
    and just go to WMV, go to world, then look for what you want it to look like, and go into MWS, and open
    Patch-enUS.mpq then go to DBC files, find DBFilesClient\GameObjectDisplayInfo.dbc, and search for what the
    name of your GO was, in the first row, the one called ID, thats your DISPLAYID to use. some might not be found
    from WMV, and you can't use WMO's as far as i know.

    Name
    ======================
    The name you want your GO to be

    Spellfocus
    ======================
    This is the spell you want it to cast if you chose 22 as your type of GO

    Sound1-9
    ======================
    the sounds they play when clicked, same as sounds from .playall's

    unknown1-14
    ======================
    UNKNOWN- all i know so far about these (will test more in future) is that for Unknown1 if you put a 3, and make
    it type 10, that when clicked it will completely black out your screen for a second or so(unknown if any other
    uses)


    ==========================================================
    This was a small guide, and also my first guide, please rate it honestly, and yes i know i have leecher status,
    thats what im trying to get rid of, and it was my leeching that led to the knowledge of these, i will test more
    of these in the future, maybe make a localhost server just to test out stuff. but please be patient, i am currently
    busy in my endeaveors in KHBwow/Indestructible WoW, due to the fact that if i can get 175 people to say on the KHB
    forums that i referred them to the server, i get my own custom realm, so if you look forward to me testing more,
    please relieve some pressure and just go to http://indestructiblegaming.org/wow/news.php , sign up, try us out,
    see if you like it, then go to http://indestructiblegaming.org/wow/...5&thread_id=22 ,
    just sign with your account name, and then, being unstressed, ill get to testing everything.

    [Guide] Breaking Down Gameobject Creation
  2. #2
    jeanz11's Avatar Member
    Reputation
    2
    Join Date
    Jul 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do i set the size? I am using thralls thron displayid 4527 and when i spawn it it says its there .go select but i cant see it or sit in it i set its type to 7 but i cant see it, i think its because when i select it its size is 0 how do i change that? Also .go scale doesnt change its size i need to do it in the db where and how?

  3. #3
    Otheer's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its done in game if you want to mod its scale these are the commands for ascent:

    .go sel
    .go scale X
    .go rotate 1
    .go rotate -1

    that will make it X size, during it you may have to re-select it, i believe between rotate 1, and -1 , i hope this helped

  4. #4
    Otheer's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Btw, the last part isnt really true anymore, the server is undergoing changes, and i tried the unk stuff, doesnt do much, and also if this guide helps, please tell me so, i dont need any rep, i just wanna know if it helped at all.i woulda changed it, but idk if i can even edit my own posts.

  5. #5
    Otheer's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just wanted you to know

  6. #6
    Sabelo's Avatar Member
    Reputation
    10
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great guide! Awsome man, btw do you know how I make a Jump-a-tron?

  7. #7
    Otheer's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks for the compliment, and when you say jump-a-tron, you mean an item that like makes you fly when you click it?

  8. #8
    jaywow's Avatar Member
    Reputation
    4
    Join Date
    Sep 2008
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm I have used type 14 as buildings works good for me

  9. #9
    Kamitani's Avatar Member
    Reputation
    2
    Join Date
    Aug 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is my account now, i made this post, for some reason my account as Otheer was bugged and said i was a guest, so if you want something, or wanna rep me, do it to this account, and to confirm that im not just being a dick and claiming this, when it might not be true, ill post as otheer.
    Last edited by Kamitani; 10-08-2008 at 05:14 PM.

  10. #10
    Otheer's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im otheer, and i approved this message (the one above me)

Similar Threads

  1. [Guide] Antrix Private Server Creation 2.1.X
    By Cholo71796 in forum WoW EMU Guides & Tutorials
    Replies: 23
    Last Post: 01-04-2008, 04:43 AM
  2. Game Guides Online WoW cash creation guide.
    By Igsy in forum World of Warcraft Guides
    Replies: 4
    Last Post: 01-09-2007, 02:14 PM
All times are GMT -5. The time now is 09:00 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