[Program] Custom Wow Launcher menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Program] Custom Wow Launcher

    R u bored of changing ur realmlist 2 log in into wow (private and/or official) over and over again?
    Wouldnt a program b the best thing u need atm, 2 do it for u by just pressing a button? (it takes less space in ur Hard Drive than having multiple copies of wow)
    If ur answer is ys then this program (its a .bat tho :P) is just what u need
    Anw i think this is very useful

    RDY-MADE FINISHED!!!!!!!!
    You can download it from here:
    Code:
    RapidShare
    Steps:
    1.Open ur notepad and copy paste the following into it.
    2.Create a directory for each server ur playing on in world of warcraft folder and rename {create a directory with edited realmlist.wtf} with the name u gave 2 it.
    3. (optional) change ur directory in it if u installed wow in another location.
    4.save it as play world of warcraft.bat (or something)and place it 2 ur desktop (u can place it where ever u want but i prefer desktop. :P
    5.Make a realmlist.wtf in each one of those folders and write one of the servers ur playing on (repeat)
    6.Run play world of warcraft.bat and choose the server u want 2 play on

    Code:
    @ECHO off
    cls
    :start
    ECHO.
    echo --------------------
    echo - Main Menu -
    echo --------------------
    echo - 1. Realm 1 -
    echo - - 
    echo - 2. Realm 2 -
    echo - - 
    echo - 3. Live WoW -
    echo - - 
    echo - 4. Exit -
    echo --------------------
    echo.
    set choice=
    set /p choice= Your Choice: 
    if not '%choice%'=='' set choice=%choice:~0,1%
    if '%choice%'=='1' goto realm1
    if '%choice%'=='2' goto realm2
    if '%choice%'=='3' goto realwow
    if '%choice%'=='4' goto exit
     
    ECHO "%choice%" is not valid please try again
    ECHO.
    goto start
    :realm1
    copy "c:Program Filesworld of warcraft{create a directory with edited realmlist.wtf}realmlist.wtf" "c:Program Filesworld of warcraft" /y
    goto end
    :realm2
    copy "c:Program Filesworld of warcraft{create a directory with edited realmlist.wtf}realmlist.wtf" "c:Program Filesworld of warcraft" /y
    goto end
    :realwow
    copy "c:Program Filesworld of warcraft{create a directory with retail realmlist.wtf}realmlist.wtf" "c:Program Filesworld of warcraft" /y
    goto end
    :exit
    exit
    :end
    "c:Program Filesworld of warcraftwow.exe"
    exit
    If u wanna add more servers etc do what i did: (l00k below)
    btw ive also added a delete cache option that u might find useful
    How to:
    1.Write the server u want in the menu (by renaming it 2 play world of warcraft.txt ofc and then rename it back 2 .bat ) like: echo - "a number u want 2 push 2 load that server like 7". "name of the server" -(without the "")
    2.then go down and write under the last if '%choice%' blah blah :P
    :if '%choice%'=='put the number u wrote in the menu here' goto "name of the server" (without the "")
    3.then go down where the after the last goto end and write:
    :"name of the server" (without the "" and same as the one u wrote in if '%choice%')
    4.(now under this line write)
    copy "write where ur edit realmlist.wtf is located in ur hard drive like c:\realmlist\realmlist.wtf" (WITH the "") now press space (in the same line) and write "directory of ur wow.exe" (WITH the "" again) (press space {in the same line} and type /y
    5.Almost finished . press enter and type under that line goto end
    6.FINISHED!!!!!!

    Code:
    @ECHO off
    cls
    :start
    ECHO.
    echo www       www    oooo    www       www
    echo  www     www   ooo  ooo   www     www
    echo   www w www    ooo  ooo    www w www
    echo    www www       oooo       www www
    echo --------------------
    echo - Main Menu -
    echo --------------------
    echo - 0. Hs wow - 
    echo --
    echo - 1. Epic Wow -
    echo - - 
    echo - 2. Trancewow -
    echo - - 
    echo - 3. Shoupz Wow -
    echo - - 
    echo - 4. Eu Official server -
    echo --
    echo - 5. Exit -
    echo --
    echo - 6. Delete cache -
    echo --------------------
    echo 2v. wow loader edited by sOs
    echo.
    set choice=
    set /p choice= Your Choice: 
    if not '%choice%'=='' set choice=%choice:~0,1%
    if '%choice%'=='0' goto realm0
    if '%choice%'=='1' goto realm1
    if '%choice%'=='2' goto realm2
    if '%choice%'=='3' goto realwow
    if '%choice%'=='4' goto realmeu
    if '%choice%'=='5' goto exit
    if '%choice%'=='6' goto deletecache
    ECHO "%choice%" is not valid please try again
    ECHO.
    goto start
    :realm0
    copy "c:gamesworld of warcraftHswowrealmlist.wtf" "c:gamesworld of warcraft" /y
    goto end
    :realm1
    copy "c:gamesworld of warcraftEpicrealmlist.wtf" "c:gamesworld of warcraft" /y
    goto end
    :realm2
    copy "c:gamesworld of warcraftTrancerealmlist.wtf" "c:gamesworld of warcraft" /y
    goto end
    :realwow
    copy "c:gamesworld of warcraftShoupzrealmlist.wtf" "c:gamesworld of warcraft" /y
    goto end
    :realmeu 
    copy "c:gamesworld of warcraftwoweurealmlist.wtf" "c:gamesworld of warcraft" /y
    goto end
    :deletecache
    del "c:gamesworld of warcraftcacheWDBengb" 
    goto start
    :exit
    exit
    :end
    "c:gamesworld of warcraftwow.exe"
    exit
    Im not sure if this is the right section for it i just couldnt find any other section about programs (Bots and Programs)

    Anw i hope ull all like it

    Leave your Comments
    Last edited by soslol; 01-12-2008 at 10:31 AM. Reason: EDITS for news

    [Program] Custom Wow Launcher
  2. #2
    Rubs90's Avatar Member
    Reputation
    24
    Join Date
    Jan 2008
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will +rep for the effort, but a easier way of doing the swapping of the realm list is making a copy of your WoW folder, and using the original (C/Programs/WoW) for real server, and the new one for private

    Still, +Rep

  3. #3
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ys but

    Ys but after ur done with this it will only take u 1sec (itll only take u like 10min 2 do it) AND the size of a bat is like 10kb (2 small) while having multiple copies of something 7gb big is not that good idea coz ur wasting ur hard drives free space which u could use for another game or movie etc AND it takes time 2 copy paste wow (coz of its size). so we get 2 one point : this launcher IS better than ctrl+c ctrl+v thanks for the +Rep
    [EDIT]: And my launcher got a cache deleter 2
    Last edited by soslol; 01-11-2008 at 12:22 PM.

  4. #4
    samaron's Avatar Member
    Reputation
    12
    Join Date
    Sep 2007
    Posts
    79
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice program
    But I had a problem with the cache delete function though... When I selected delete, it deleted the two files in the path "c:\Program Files\World of Warcraft\cache", but not the files in the folders beyond that. So I added the string "del "c:\Program Files\World of Warcraft\cache\WDB\enGB"" too, and it worked like a charm, only thing is that I get two confirms, but still, it works

  5. #5
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    :)

    thx mate ill edit it so no1 will make the same "mistake"
    Last edited by soslol; 01-11-2008 at 04:57 PM.

  6. #6
    Nadromar's Avatar Contributor
    CoreCoins Purchaser
    Reputation
    368
    Join Date
    Oct 2006
    Posts
    509
    Thanks G/R
    13/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You Asked For Rep! Now Burn!

  7. #7
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    :P

    Originally Posted by Nightfoxx View Post
    You Asked For Rep! Now Burn!
    Ys but its still a good prog (.bat) tho :PPP
    Last edited by soslol; 01-12-2008 at 06:26 AM.

  8. #8
    Craziiblade's Avatar Member
    Reputation
    4
    Join Date
    Dec 2007
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I find it really hard to trust people who write guides and can't even use proper spelling, it makes it more difficult to understand and it makes the whole thing look bad, just my opinion...

  9. #9
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Craziiblade View Post
    I find it really hard to trust people who write guides and can't even use proper spelling, it makes it more difficult to understand and it makes the whole thing look bad, just my opinion...
    I dont think my spelling is so bad that its 2 hard 2 understand...
    EDIT: anyway this is just a simple program which helps u change realmlists (altho ive added some functions lately (cache deleter)). If u dont trust me u can always check its commands by ur self
    Last edited by soslol; 01-12-2008 at 06:23 AM.

  10. #10
    Lankus's Avatar Member
    Reputation
    11
    Join Date
    Jul 2007
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep
    nice work man

  11. #11
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thanks!

    Originally Posted by Lankus View Post
    +rep
    nice work man
    Thanks mate

  12. #12
    [ Prototype ]'s Avatar Account not activated by Email
    Reputation
    719
    Join Date
    Dec 2006
    Posts
    844
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +6 rep.

    1) Because I like people that make applications!
    2) I hate the Lazy Leecher color.

  13. #13
    xdaemonx2's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I prefer to make a shortcut to my realmlist.wtf on my desktop and have a file that has all the different realmlists on it, its much quicker and not much of a hassle. Plus you don't have to worry about programs you download!

  14. #14
    Esset's Avatar Member
    Reputation
    8
    Join Date
    Mar 2007
    Posts
    285
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    haha or you just copy your realmlist. haha

  15. #15
    soslol's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pvpede View Post
    +6 rep.

    1) Because I like people that make applications!
    2) I hate the Lazy Leecher color.
    Thanks mate

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Custom WoW Launcher both EU and US.
    By Jonthe838 in forum WoW EMU Programs
    Replies: 18
    Last Post: 10-09-2010, 09:23 PM
  2. [Release] New Kind Of Custom WoW Launcher
    By Kiev in forum WoW EMU Programs
    Replies: 18
    Last Post: 08-27-2010, 09:30 AM
  3. [WoW Launcher] World of Warcraft Custom Server Launcher
    By DarkGiank in forum WoW EMU Programs
    Replies: 14
    Last Post: 02-25-2009, 11:12 AM
  4. [Program]A costum wow Launcher
    By Respawn in forum World of Warcraft Emulator Servers
    Replies: 13
    Last Post: 03-02-2008, 03:04 AM
  5. Free Hacking Program for WoW accounts?
    By Dag001 in forum World of Warcraft General
    Replies: 20
    Last Post: 09-22-2006, 04:31 PM
All times are GMT -5. The time now is 08:33 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