Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by Aurora

  1. Aurora

    [General] C++ or Java

    all who thinks u cant make mmo and uber games, mmo emu's ect in C#.. You must be registered for see element. - coded in C#, though not directly a mmo, it shows that C# is just fine for good game making. You must be registered for see element. - C# (based on XNA) Engine, considered AAA engine...
  2. Aurora

    [PC] - Masters of Belial

    Guess noone attemped to try it :) It still beta, a bit buggy, so guess i dont blame ya :P
  3. Aurora

    [C#]How do i...

    You could do class ProcessStart { Process process = new Process(); static void Main(string[] args) { process.StartInfo.FileName = "file.exe"; process.StartInfo.WorkingDirectory = "directory"; process.StartInfo.Arguments = "commandline (s)"...
  4. Aurora

    [C#] Help with random key generator?

    if you wanna use ascii chars in your string, its supposed to be excatly that ,a string.
  5. Aurora

    [C#] Displaying a clickable list?

    for db thing you just do a query when you have the random number. (psudo code) select * from tablename where randomkey='+mynewkey+' if it returns a table, its already there, then generate a new key and check again. about numbers an letters, took about 3 seconds on google with "generate random...
  6. Aurora

    [C#] Displaying a clickable list?

    Random random = new Random(); private int RandomNumber() { return random.Next(10000000, int.max); } is better and more safe :) i dont see what more you would need ?
  7. Aurora

    [C#] Displaying a clickable list?

    i guess you can use a datagridview. and then just remove header display, and so forth (set it how you want it to look). then simply add a CellContentMouseDoubleClick event handler. thats how i usually go about it anyways, also if you wish to include things like sorting and such later :)
  8. Aurora

    [C#] Displaying a clickable list?

    Sure, thats easy. Go to the event handlers with listview selected (looks like a lightning) and add a eventhandler for eg mousedoubleclick. Anything is possible :)
  9. Aurora

    [General] C++ or Java

    I myself prefer C# over both. Especially when it comes to easy.
  10. Aurora

    [PC] - Masters of Belial

    Yeah it got release in beta not many days ago. Most names are still free (as registering started few days ago and its not well known yet) :) About GM's... no idea, but you see the devs on from time to time.
  11. Aurora

    [PC] - Masters of Belial

    Sounds good Jake. You should prolly register on there forums or send them a mail about missing january lol.. how can someone miss a month! :P He is missing alot of help (ingame commands ect). But its basicly: - INGAME Enter = Chat Shift + Enter = Chat with all /fps = show fps Else its pretty...
  12. Aurora

    [PC] - Masters of Belial

    Dont know if you guys tried this, but its actually pretty good (and have TONS of potential) - RTS/RPG Kinda game. Kinda a bit like DOTA with its own system, "Diablo 2" kinda game creation (1v1, 2v2, 3v3) and more comming. Creator says he is working on more maps, and so forth. Dev is VERY open...
  13. Aurora

    [Godly] downloading speed.

    it is possible to download insanely fast, if you download a "nulled" (fake) text file. it could also be that your line "hickup'd" as some pointet out here and was trying to throtle down again.
  14. Aurora

    [vid]The Most Expensive Advertisement Ever

    animated 100%. easy to see, several places stuff defies gravity, impossible. Like one for excample the the wheel's rolling UP the plank by just a tiny bump.. that aint gonna happen in real life :) Just one of several "wrongs", but still pretty decently done hehe.. Dont see how its expensive...
  15. Aurora

    Here's a virus for you....

    Im quite serious, if i ever real life run into one of those who make and release virusses, im gonna kick the living crap out of them, its okay the make them (hardest challange in the world of programming), BUT its NOT okay to release it and infect everyone with there poop. However, prank...
Back
Top