How to make a go with list of object types (includes the guild bank number) menu

User Tag List

Results 1 to 10 of 10
  1. #1
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to make a go with list of object types (includes the guild bank number)

    How to make your own game object with display names

    Part 1 – tells you how to do it
    Part 2 – gives examples of it
    Part 3 – tips and tricks


    Part 1.
    So you want to make a game object but you don’t know the first thing about it
    Well let’s start by opening up the database gameobject_names.

    You will see rows and columns of information here each one has its own duty I will explain them each as we go along best I can

    Column 1 – entry this is the number used to spawn the game object put what ever you like here but as a tip keep the more related items together so its easy on you and other admins.

    Coolum 2 – this is your type
    Number 34 is a guild vault
    Number 26 is a flag
    Number 25 is a fish area
    Number 22 is portal
    Number 23 is a meeting stone
    Number 19 is a mailbox
    Number 17 fishing bobber
    Number 15 ship
    Number 14 sign I think
    Number 11 is an elevator
    Number 10 is a readable object (can see name)
    Number 9 is a book
    Number 8 fire/forge/anvil
    Number 5 you can see
    Number 3 is operable
    Number 2 quest item?
    Number 1 banner
    Number 0 door

    Column 3 – the display id
    This is the id number used for the display find it in game by doing a
    .go select followed by a .go info

    Column 4 – name
    Put what you want the name to be or if u want people to see it put the text you want them to see here

    Column 5 – spell focus
    This is more in depth then this guide goes

    The rest of them leave at null or 0 if you don’t know what you’re doing here.


    part 2. Here are 3 examples from my own server

    I wanted a sign that reminded people to sign up on our forums so this is what I did

    C1-555555
    C2-2
    C3-17
    C4-register at Redxx3 :: Home and you will find some great information!
    The rest I left at 0

    Now I wanted a chair for me for when I have meetings here is what I did

    C1-212125
    C2-7
    C3-2810
    C4-Runikers Chair ONLY
    The rest I left at 0

    Now I was going for a boundary to let players know that this area is under development here is what I came up with

    C1-21548
    C2-10
    C3-7416
    C4-stay out! This area is under development

    The rest I left at 0

    Here are a few more tips when making a g.o.
    • always put a 1 after the item number so it will stay
    • Make a few tributes to the owners or gm’s they will thank you
    • Can anyone say hall of fame
    • Make some areas for vip’s using go to let players know it’s a vip area
    • Name places after people in wow
    • make a macro that spawns a aura before the go to make it look like its glowing
    • use the signs to get info out (so what if they don’t go to your webpage make them read it in game)
    • Don’t over do it
    • Don’t replace the name of a go to keep it updated make a whole new one because just renaming it wont work once its been made due to catch
    ---this guide was made by runiker hope it helps you out
    p.s. this is my first guide tell me how i did please

    Works great with this guide as well http://www.mmowned.com/forums/emulat...ed-mining.html
    as well as http://www.mmowned.com/forums/emulat...t-webpage.html
    Last edited by runiker; 01-28-2008 at 12:34 AM. Reason: added a few links to help out :)

    How to make a go with list of object types (includes the guild bank number)
  2. #2
    Iceknight001's Avatar Active Member
    Reputation
    21
    Join Date
    Jan 2007
    Posts
    67
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well done, it was really helpful! +rep


  3. #3
    jokerjokes's Avatar Active Member
    Reputation
    75
    Join Date
    Apr 2007
    Posts
    902
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yup very good job for a first guide ha +rep :0

  4. #4
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well thank you for your input also i am looking to make more but i would like what type would u like to have.

    im sorry i dont do programming but i will do reseach for more codes im thinking about a in detail quest and mob tut.

  5. #5
    waakkit2's Avatar Member
    Reputation
    5
    Join Date
    Sep 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like 4 of the types are wrong though, i forgot some of them but 14 is a map object and 5 is generic

  6. #6
    Free Hugs's Avatar Contributor
    Reputation
    116
    Join Date
    May 2007
    Posts
    425
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol i sat in runiker's chair once... he doesn't knoe about it... lol till now

    Very helpful +2 rep
    MMOKings - The #1 safest place to buy WoW Gold

  7. #7
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now i know lol

  8. #8
    SectorSeven's Avatar Banned
    Reputation
    444
    Join Date
    Oct 2007
    Posts
    1,948
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ill get you outta leecher category +rep

  9. #9
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol its still says i am one but im posting a new guide soon so yeah

  10. #10
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit added a few links!

Similar Threads

  1. Replies: 2
    Last Post: 08-31-2013, 07:15 AM
  2. How to make a sig with photoshop cs2
    By Condor in forum Art & Graphic Design
    Replies: 1
    Last Post: 11-01-2007, 11:21 AM
  3. [Question] How to make items buyable with Marks and Token
    By Spurven in forum World of Warcraft Emulator Servers
    Replies: 10
    Last Post: 10-29-2007, 04:25 AM
  4. How to Make a Character with Cool Letters
    By Cyboi in forum World of Warcraft Guides
    Replies: 62
    Last Post: 08-21-2007, 01:52 PM
  5. How to make a trainer with CHEATENGINE
    By Midnight_killa in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 02-25-2007, 04:52 AM
All times are GMT -5. The time now is 09:47 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