Hi all!
I made a class library for all programmers out there to create a very easy Launcher for World of Warcraft.
The Library contains:
- Cache deleting
- Start WoW
- Changing the realmlist
- Finding out the WoW-Version
everything works via registry the Registry!
How to import:
- Add a reference to the .dll
- Write in the Mainform on the top:
- To delete Cache -> Leeren()Code:Imports LuxDevs_WoW_Lib.WoWStarten Imports LuxDevs_WoW_Lib.CacheLeeren Imports LuxDevs_WoW_Lib.RealmlistEditor Imports LuxDevs_WoW_Lib.WoWVersion
- To edit the realmlist -> Realmlist_ändern()
- To get the WoW-Version -> WoWVersion_herausfinden()
- To start WoW -> WoW_Starten()
Download v1