Graveyard in unknown zone? menu

User Tag List

Results 1 to 11 of 11
  1. #1
    D1zl3's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Graveyard in unknown zone?

    K well sorry if there is an obvious answer, but im making a graveyard and I cant find the zone id for my spot. It is in a place you cant normally get in wow and without the zone id, I cant put a graveyard there. I want it at .worldport 1 -11838.893 -4762.4272 6.5
    Thanks for any help!

    Edit: I have another problem if anyone knows the answer to. Im trying to use legendkillas site and i have everything right i think but when i go to the sight it says no database selected. this is my config
    $port = "8129"; // Ascent Server Port - used for server status (online/offline)
    $server = "5.18.150.252"; // Ascent Server Address
    $realmlist = "5.18.150.252"; // realmlist
    $wowdb="world"; //enter wow database - world (looking up items table)
    $chardb="characters";//enter character database, if don't exist enter same as $wowdb - logon (looking up accounts, characters table)
    $commondb="forum";//CMS database
    $domainurl="http://localhost";//enter domain URL here (url to web site not forum)
    $dhost="127.0.0.1";
    $duser="root";
    $dpass="root";

    thanks for help again!
    Last edited by D1zl3; 02-27-2009 at 10:12 PM.

    Graveyard in unknown zone?
  2. #2
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just use the .gps command and that will tell you your zone Id


  3. #3
    D1zl3's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vindicated View Post
    Just use the .gps command and that will tell you your zone Id
    yes I did that and it didnt work:P
    I already made one so I am doing it properly, but I dont know?

  4. #4
    D1zl3's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any other help?

  5. #5
    JeFFyy's Avatar Member
    Reputation
    5
    Join Date
    Feb 2009
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use this " INSERT INTO `graveyards` VALUES (`id`,`X`,`Y`,`Z`,`0`,`ZoneId`,`0`,`MapId`,`FactionId`,`Name`);

    If there isn't a Zone Idea, Don't gotta put one just use 0, Should work.

  6. #6
    Vindicated's Avatar Contributor
    Reputation
    226
    Join Date
    Aug 2008
    Posts
    1,067
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I went there myself, and the ZoneId = 440 & the MapID = 1.


  7. #7
    D1zl3's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JeFFyy View Post
    Use this " INSERT INTO `graveyards` VALUES (`id`,`X`,`Y`,`Z`,`0`,`ZoneId`,`0`,`MapId`,`FactionId`,`Name`);

    If there isn't a Zone Idea, Don't gotta put one just use 0, Should work.
    no it still doesnt work

    Could you go to this and tell me what it should be?

    .worldport 1 -11835.946 -4762.097 6.4

    thanks alot!

    Originally Posted by Vindicated View Post
    I went there myself, and the ZoneId = 440 & the MapID = 1.
    i tried it and still no luck. I got this

    id:6100, X:-11840.1, Y:-4769.97 , Z:7, Orientation:0.395051, ZoneID:440, adjzone:0, mapid:1, faction:2(hordeonly)
    Last edited by 2dgreengiant; 03-01-2009 at 07:02 AM.

  8. #8
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    INSERT INTO `graveyards` VALUES (`9`,`-11838.892578`,`4762.427246`,`6.181840`,`0`,`440`,`0`,`1`,`WHATEVERFACTION`,`Name`);
    After you get that in there, totally restart your server and try it. It might just be the wrong faction number or something. So be sure to vary that as well. That's the EXACT place of your worldport. Also, there's no need for such a high ID. That can sometimes screw stuff up.

    EDIT: CHANGE THE FACTION NUMBER IN THERE.
    Edit2: ID9 is iffy. Use like 1500 at the highest. There's a bunch 1-1000 unused.
    Last edited by Lakotaness; 03-01-2009 at 02:14 AM.

  9. #9
    Lakotaness's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BTW your place isn't out of normal wow. It's still a part of Tanaris and can be gotten to in regular wow without hacks.

  10. #10
    D1zl3's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lakotaness View Post
    Code:
    INSERT INTO `graveyards` VALUES (`9`,`-11838.892578`,`4762.427246`,`6.181840`,`0`,`440`,`0`,`1`,`WHATEVERFACTION`,`Name`);
    After you get that in there, totally restart your server and try it. It might just be the wrong faction number or something. So be sure to vary that as well. That's the EXACT place of your worldport. Also, there's no need for such a high ID. That can sometimes screw stuff up.

    EDIT: CHANGE THE FACTION NUMBER IN THERE.
    Edit2: ID9 is iffy. Use like 1500 at the highest. There's a bunch 1-1000 unused.
    yes i just did do that and it still doesnt work. i set the faction to 2 for just horde, im an orc, and when i kill myself, i go to the graveyard at caverns of time. rep anyways since you helped alot.

  11. #11
    D1zl3's Avatar Member
    Reputation
    4
    Join Date
    Jan 2009
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone give me an sql code that should work? because i stillc ant get it and my horde mall is there, and it would be alot of work to re locate.

Similar Threads

  1. Another Unknown Zone... Not the Mulgore/Stonetalon one...
    By JohnMcCain in forum World of Warcraft Exploration
    Replies: 17
    Last Post: 11-20-2010, 11:37 AM
  2. [Discovery][Useless]Unknown zone in old hillsbrad foothills
    By meezh in forum World of Warcraft Exploration
    Replies: 4
    Last Post: 05-12-2010, 05:07 PM
  3. unknown zone behind ghostlands/EPL
    By Kiros117 in forum World of Warcraft Exploration
    Replies: 10
    Last Post: 06-09-2009, 01:17 PM
  4. Unknown zones
    By gurluas in forum World of Warcraft General
    Replies: 0
    Last Post: 05-11-2009, 03:10 PM
  5. Unknown Zone in Storm Peaks.
    By Quado in forum World of Warcraft Exploration
    Replies: 4
    Last Post: 05-03-2009, 08:15 PM
All times are GMT -5. The time now is 11:50 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