Any VB.net emulators left? menu

User Tag List

Results 1 to 15 of 15
  1. #1
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Any VB.net emulators left?

    So like, any non SpuriousEMU VB.net emulators left? Will be happy to make best ever, I just want a VB.net emulator, aslong as it compiles it can be the dustiest thing ever.

    Any VB.net emulators left?
  2. #2
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    581
    Join Date
    Jun 2011
    Posts
    1,601
    Thanks G/R
    246/149
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    build a working mop one and release it full source, and i will be happy.
    "the true wow experience is Maclone"

  3. #3
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you find a VB.Net emulator that atleast compiles that isn't SpuriousEMU, I can work that out somehow.

  4. #4
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    There isn't one. VB is a horrible, horrible language. I hate having to work with it on a daily basis for my job.

  5. #5
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nonsense. I would do ALL the work if I could just find a base to start off. patch is irrelevant.

  6. #6
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would I go about making an emu then?

  7. #7
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ithinktheyhavehax View Post
    Nonsense. I would do ALL the work if I could just find a base to start off. patch is irrelevant.
    Originally Posted by Ithinktheyhavehax View Post
    How would I go about making an emu then?
    Well, you have to create the base yourself I'm afraid.

    The first step would be to set up a packet handler and listen for the authentication packets and respond to them correctly. While implementing this, you will find you need to implement an account storage system. Once you get authentication fully working, you can work on implementing a world server that can talk to the logonserver.

    The worldserver will need to be able to send and receive information about realms. Then you transfer the player to that realm and handle storage for it (character information etc). You will need to handle creation/deletion/renaming/customisation etc.

    Then you can handle getting in game, sending the world, populating it, moving, chating, emotions, and such.

    Then combat, spells, AI, time, calender, guilds, and endless more things.

    Then populate it - get it all spawned, script the dungeons, script the spell effects, you name it, you have to do it.

    It's no small task - one which does take years to accomplish.

  8. #8
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I assume I can't just cheat and convert Trinities code to VB? =>

  9. #9
    Master674's Avatar Elite User
    Reputation
    487
    Join Date
    May 2008
    Posts
    578
    Thanks G/R
    2/23
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ithinktheyhavehax View Post
    I assume I can't just cheat and convert Trinities code to VB? =>
    Why not? Open up the github repository and start working!

    (I'm not exactly sure about the licensing system trinity uses but I assume it's fine to do that)

  10. #10
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Duno if I want to start if it won't work. xP

  11. #11
    minupii's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Sep 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You might also consider, that vb.net isn't a great programming language for an MMO, which is exactly what your gonna make.
    VB.net does have limits despite what people say and it is also a very slow programming language, while under hard pressure - a MMORPG infact (Here I am, captain obvious)
    I think, that last time I checked it was running at half the speed, that c++ does.

    If you really want to do it with a .net language then consider C#, as its processing limits are almost equal to C++'s.

    Best Regards Minupi.

  12. #12
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am 100% set on using VB.net, I care not how stable it is.

  13. #13
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ithinktheyhavehax View Post
    I am 100% set on using VB.net, I care not how stable it is.
    Then start working.

    You can't directly copy Trinity's code, but you can copy how they handle stuff - the logic behind it.

  14. #14
    Ithinktheyhavehax's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I duno how to handle all these fancy sniffed auth packets. Not sure how to do, not sure if should learn or let wants go.

  15. #15
    stoneharry's Avatar Moderator Harry


    Reputation
    1618
    Join Date
    Sep 2007
    Posts
    4,564
    Thanks G/R
    151/150
    Trade Feedback
    0 (0%)
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ithinktheyhavehax View Post
    I duno how to handle all these fancy sniffed auth packets. Not sure how to do, not sure if should learn or let wants go.
    If you don't have an advanced understanding of the language you are not going to make any progress. You need to know about packet handling, security, cryptography, session handling, data types and structures, garbage collection, database IO, etc.

    A MMO server is no easy task - especially when you are trying to emulate an existing one whereby you are limited in how you can debug.

Similar Threads

  1. [Selling] Method to get any Battle.net game for free!
    By ArchangelService in forum General Trading Buy Sell Trade
    Replies: 1
    Last Post: 05-22-2013, 02:56 PM
  2. [Selling] Method to get any Battle.net game for free!
    By ArchangelService in forum Diablo 3 Buy Sell Trade
    Replies: 11
    Last Post: 05-20-2013, 11:03 AM
  3. [Selling] Method to get any Battle.net game for free!
    By ArchangelService in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 05-19-2013, 05:50 AM
  4. [Misc] Any Cataclysm Beta emulator ?!
    By predattak in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 09-22-2010, 05:53 AM
All times are GMT -5. The time now is 06:04 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