| | Programs This section is for programs that can be used on Emulated servers [NO QUESTIONS HERE] |  | | 
01-31-2009
| | New User | | | Join Date: Aug 2008
Posts: 27
Reputation: 1 Level up: 81%, 77 Points needed | | | | what i 've for compile this? and for change some bottons and more?¿ thaks | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
01-31-2009
|  | inc | | | Join Date: Feb 2007 Location: MMowned
Posts: 5,434
Nominated 3 Times in 3 Posts Reputation: 1032 Points: 44,307, Level: 31 | Level up: 90%, 293 Points needed |     | | | You need visual basic 2008
__________________ Super Moderator: 07-01-2009 Moderator: 23-05-2008 Leecher: 25-02-2007 Help 2d make £500 (lol) PM with any know how to make monies ;D | 
01-31-2009
|  | Contributor | | | Join Date: Nov 2008 Location: Czech Rep., Prague
Posts: 98
Reputation: 100 Level up: 48%, 264 Points needed | | | Why dont you make it like i did in my C# launcher? Lets say you want to add more language versions support at the same time, why dont you do it like that (have zero skill in VB, but it seems pretty straightforward). Code: If Directory.Exists("Data\enGB") Then
Dim realmlist As StreamWriter = New StreamWriter("Data\enGB\realmlist.wtf", False)
realmlist.WriteLine("set realmlist logon.heroicwow.net")
realmlist.Close()
ElseIf Directory.Exists("Data\enUS") Then
Dim realmlist As StreamWriter = New StreamWriter("Data\enUS\realmlist.wtf", False)
realmlist.WriteLine("set realmlist logon.heroicwow.net")
realmlist.Close()
End If
Basically all it does is that it checks if directory Data/enGB exists - if it does, its surely enGB version of wow and we can write into enGBs realmlist, if it doesnt exist, but enUS does, its gonna be enUS version, so lets write into its realmlist.
You can ofc add other localizations as well.
Last edited by axxxa; 01-31-2009 at 10:44 AM.
Reason: typo in enGb ==> enGB
| 
01-31-2009
|  | Knight-Lieutenant | | | Join Date: Aug 2008 Location: Sweden
Posts: 358
Reputation: 68 Level up: 51%, 249 Points needed |    | | thats nice :P ^^ now i dont need 2 launchers for my server ^^ yay! Edit: it dident work? :/ i get error that the search way doesent exist :P
Edit2: ^^ it typed wrong in the my source file :P sry ^^ it works perfect now! ^^ thx.
__________________ Lines of Coding: |||||||||| Goal 1000
Current: 546 Achived Goals: 500 Lines 
Last edited by Jonthe838; 01-31-2009 at 10:54 AM.
| 
01-31-2009
|  | Contributor | | | Join Date: Nov 2008 Location: Czech Rep., Prague
Posts: 98
Reputation: 100 Level up: 48%, 264 Points needed | | | Thanks :P I am glad it helped someone | 
01-31-2009
| | New User | | | Join Date: Aug 2008
Posts: 27
Reputation: 1 Level up: 81%, 77 Points needed | | | Quote:
Originally Posted by 2dgreengiant You need visual basic 2008 |
I try it, but when i open the Warcraft Launcher vc solucion, it made a error, it said that Warcraft Launcher.vbproj don't be compatible.
What have i do? | 
02-21-2009
|  | Contributor | | | Join Date: Aug 2007 Location: Norway
Posts: 501
Reputation: 153 Level up: 71%, 207 Points needed |     | | | I'm gonna make my own launcher that consists of 1 button. and the code is gonna be
Run(WoW.exe) | 
04-02-2009
|  | Site Donator | | | Join Date: Sep 2007 Location: Holland :]
Posts: 116
Reputation: 48 Level up: 60%, 200 Points needed |    | | this is cool, +rep... Like you need it
__________________ (\_(\_(\_/)_/)_/)
(◣,(◣,(◣_◢),◢),◢)
(> (> (><) <) <)
__/_|/_|/_|_\|_\|_\__ Make My Day | 
04-10-2009
| | Sergeant | | | Join Date: Sep 2008
Posts: 56
Reputation: 15 Level up: 78%, 91 Points needed | | | | Definitely like this. Too bad I ain't got VB and don't feel like getting it down atm =/ Will try later. | 
06-05-2009
|  | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Jun 2009
Posts: 25
Reputation: 1 | | | Awesome! needed this so badly | 
06-14-2009
|  | Contributor | | | Join Date: Dec 2008 Location: California, USA
Posts: 99
Nominated 8 Times in 3 Posts Reputation: 94 Level up: 42%, 408 Points needed |  | | This is fantastic! Thank you! when I can
Question,
How can we add a clear cache option?
( Not sure about the code that deletes the files in cache )
And how do I fix the error flash.ocx missing when you close it?
Last edited by pryd; 06-14-2009 at 09:07 AM.
| 
07-23-2009
|  | New User | | | Join Date: Jul 2009
Posts: 5
Reputation: 1 Level up: 21%, 316 Points needed |  | | |
Last edited by Darkened Linux; 07-23-2009 at 04:23 PM.
| 
07-24-2009
|  | Web Developer Legendary User | | | Join Date: Jun 2007 Location: British Columbia
Posts: 2,279
Reputation: 636 Points: 18,780, Level: 18 | Level up: 66%, 520 Points needed |     | | | 1: Don't try and hijack 2dgreengiant's thread! If you have a launcher to release, release it seperately in it's own thread (which btw, I don't understnad why you have a restarter inside a wow launcher.)
2: @2dgreengiant: When is version 1.338 coming out? | 
07-24-2009
|  | Contributor | | | Join Date: Jan 2009 Location: The Pirate Bay
Posts: 374
Nominated 1 Times in 1 Post Reputation: 237 Level up: 24%, 532 Points needed |     | | | Maybe I'll customize it to include MD5 checksums and download custom .MPQ files :>
__________________ "IM RITE BEKUZ I LIEK PARTY"
-------------------- | 
07-24-2009
|  | inc | | | Join Date: Feb 2007 Location: MMowned
Posts: 5,434
Nominated 3 Times in 3 Posts Reputation: 1032 Points: 44,307, Level: 31 | Level up: 90%, 293 Points needed |     | | | Ill work on this in a week or so i guess
__________________ Super Moderator: 07-01-2009 Moderator: 23-05-2008 Leecher: 25-02-2007 Help 2d make £500 (lol) PM with any know how to make monies ;D |  | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 09:13 PM. |