[Guide] How to make alterac valley and arathi basin available menu

Shout-Out

User Tag List

Results 1 to 15 of 15
  1. #1
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] How to make alterac valley and arathi basin available

    Today when I was implementing new things on my server (gonna release awesome repack after a week or less) I've written .recall port arathibasin and .recall port alteracvalley , and it said that the instance wasn't found . Then I've thought : What The **** ?? And I've found a way to make them available (you can make portals to them and do events or etc) .
    So anyway , here are the instructions :
    Open your navicat/sqlyog , go to your world database (if you use 2 separate ones , I like fused one tho) , find tab called worldmap_info and find arathi basin in there using CTRL+F or manually . Change the TYPE to 0 and min. level to 1 (or w/e you want) . Same thing goes for alterac valley You can modify any instances like that if you want hehe
    Anyway , I hope it helped


    [Guide] How to make alterac valley and arathi basin available
  2. #2
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i suppose nobody needs it :|


  3. #3
    pewor's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think someone need it but they are lazy too not give rep like me ^^

    Im would give you rep if i could

  4. #4
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am doing this not for reputation I just thought that this was useful :|


  5. #5
    danis's Avatar Member
    Reputation
    5
    Join Date
    Jul 2007
    Posts
    274
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    O Yea,Nice ,Realy wanted this ^^ thx keep it going

  6. #6
    2dgreengiant's Avatar ★ Elder ★


    Reputation
    1192
    Join Date
    Feb 2007
    Posts
    7,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i will check this for av as i really need it open
    If you need me you have my skype, if you don't have my skype then you don't need me.

  7. #7
    beileroord's Avatar Member
    Reputation
    10
    Join Date
    Nov 2007
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    replace INTO `worldmap_info` VALUES ('30', '30', '2', '80', '1', '628.53', '-207.67', '39.0523', '0', 'Alterac Valley', '3', '0', '0', '0', '0', '0', '0', '80', '0');
    
    replace into `worldmap_info` (`entry`, `screenid`, `type`, `maxplayers`, `minlevel`, `repopx`, `repopy`, `repopz`, `repopentry`, `area_name`, `flags`, `cooldown`, `lvl_mod_a`, `required_quest`, `required_item`, `heroic_keyid_1`, `heroic_keyid_2`, `viewingDistance`, `required_checkpoint`) values('37','143','2','5','1','1154.43','-165.231','313.603','0','Azshara Crater','3','0','0','0','0','0','0','80','0');
    
    replace into `areatriggers` (`entry`, `type`, `map`, `screen`, `name`, `position_x`, `position_y`, `position_z`, `orientation`, `required_honor_rank`, `required_level`) values('60000','0','37','37','Azshara Crater','1154.43','-165.231','313.603','0','0','0');
    to get to ashazra crater :
    Code:
    .worldport 37 1154.43 -165.231 313.603 37
    Credits to the guy i got it from some time ago... dont remember where and when and who... lol

    Oh i got some coords for developers Playground, really weird it is water but when u dive u see another sea under the sea... (not usefull but funny) (.worldport 1 -12352.9 3055.12 15.6725)
    Last edited by beileroord; 02-25-2008 at 10:38 AM.

  8. #8
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyway , if anyone needs any more help , feel free to pm me xD


  9. #9
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so empty here xD (sorry for 2x post)


  10. #10
    Ellenor's Avatar Active Member
    Reputation
    18
    Join Date
    Jan 2008
    Posts
    281
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i need ur help.. i use an unused map and try to make it instance (scarlet hands) can u explain (if u know ofc) how i can make it players too go there???

    Btw u cant go there .. the only way is from .recall port worldport and portal..

    i use the portal to get people inside the i nstance but it seems only gms can go there? /cry can u help me on makeing it playable instance? i mean when people tyr the portal could join...

    the message players get is heroic mode for <unnused instance> is not available??
    And they try both normal mode and heroic...

  11. #11
    EmiloZ's Avatar Flying Piggy Back
    CoreCoins Purchaser
    Reputation
    538
    Join Date
    Jun 2007
    Posts
    1,393
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice nice. +Rep x4
    Why fill up a signature?

  12. #12
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice gj +rep x2



  13. #13
    staskax's Avatar Member
    Reputation
    31
    Join Date
    Dec 2007
    Posts
    146
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you people gonna release more guides soon xD


  14. #14
    Exacute's Avatar Active Member
    Reputation
    67
    Join Date
    Mar 2008
    Posts
    337
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you wasn't banned +Rep

  15. #15
    ZnyX's Avatar Banned
    Reputation
    97
    Join Date
    Jan 2008
    Posts
    324
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, if you wasn't banned + rep

Similar Threads

  1. [Trinity] How to make alterac valley behave like a map?
    By zizx32 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 02-25-2012, 12:59 AM
  2. [Guide] How to make custom vendors and items!
    By Azshaz in forum WoW EMU Guides & Tutorials
    Replies: 11
    Last Post: 07-31-2009, 04:31 PM
  3. [Guide]How to make Custom Class Trainers and Npc.
    By Xcynic in forum WoW EMU Guides & Tutorials
    Replies: 56
    Last Post: 07-28-2009, 02:43 PM
  4. [Guide]How to make custom vendors, and add items to it later on!
    By FrozenWoW 01 in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 08-16-2008, 04:25 PM
  5. [Guide] How to make any Race be any Class and play it
    By Illidan1 in forum WoW EMU Guides & Tutorials
    Replies: 51
    Last Post: 03-19-2008, 08:32 PM
All times are GMT -5. The time now is 05:08 AM. 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