Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy

    Red face Looking for a good coder in visual basic!



    Hi dair

    As you may don't know i'm ZBornox, huhehuhu.

    Anyway, I need someone to code something for me, becuz I suck at coding. #yolo

    I need someone that will code me something (I think) very simple.


    I present you, the WServer Life Saver! (Not really, I made that in paint. :3)

    Feature :

    When the WServer crash, it will close it and start a new one

    If you wish to code that for me, you will be paid ; 5 item of your choice in the real RotMG
    And also, a place in the futur Coop Server (As a Tech Support / Admin)


    It's not too late to create your own! All the owner of the valid submition of this will be winner!
    Last edited by Alde.; 05-06-2013 at 04:37 PM.
    Alde is Alde is

  2. #2
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    I can try.
    I'll get on it in a bit I gotta do some homework I will add you on skype later when I get to it

    ---------- Post added at 05:45 PM ---------- Previous post was at 05:36 PM ----------

    How is this for a GUI:

    I made it pretty quick, it could use some improvements but I followed the picture.
    Last edited by Trollaux; 05-06-2013 at 03:46 PM. Reason: 2muchswag4urls
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  3. The Following User Says Thank You to Trollaux For This Useful Post:

    Alde. (05-06-2013)

  4. #3
    SAubry's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Lake Oswego
    Posts
    372
    Reputation
    10
    Thanks
    69
    My Mood
    Yeehaw
    Visual Basic 6 represent

  5. #4
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Quote Originally Posted by Trollaux View Post
    I can try.
    I'll get on it in a bit I gotta do some homework I will add you on skype later when I get to it

    ---------- Post added at 05:45 PM ---------- Previous post was at 05:36 PM ----------

    How is this for a GUI:

    I made it pretty quick, it could use some improvements but I followed the picture.
    Incredible! You're awesome c: Good luck for the rest If you want to add somethings that would help the host to manage it (or anything else) I'll pay you more

    Also, if anyone want to try too it's not too late!
    Alde is Alde is

  6. The Following User Says Thank You to Alde. For This Useful Post:

    falco1121 (05-06-2013)

  7. #5
    Trollaux's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    2,074
    Reputation
    137
    Thanks
    792
    Quote Originally Posted by ZBORNOX View Post
    Incredible! You're awesome c: Good luck for the rest If you want to add somethings that would help the host to manage it (or anything else) I'll pay you more

    Also, if anyone want to try too it's not too late!
    Thanks glad you like my work! I added you on skype too.
    d e a d b o y s
    Quote Originally Posted by Dave84311 View Post
    What do you call a troll with shitty jokes?
    Trollaux
    Quote Originally Posted by Kyeran View Post
    Foot job with lots of oil.
    Quote Originally Posted by Kyeran View Post
    If she's 12, I'm 12.

  8. #6
    liquidgalaxy's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    303
    Essentially a server wrapper with auto-restart nice.

    when wserver crashes on windows you get a new window simply called "wserver" you can do something like

    Code:
    WinWait("wServer", "", 5)
    WinClose("wServer", "")
    Execute("path to wserver.exe")

  9. The Following User Says Thank You to liquidgalaxy For This Useful Post:

    Alde. (05-06-2013)

  10. #7
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    [/COLOR]
    Quote Originally Posted by liquidgalaxy View Post
    Essentially a server wrapper with auto-restart nice.

    when wserver crashes on windows you get a new window simply called "wserver" you can do something like

    Code:
    WinWait("wServer", "", 5)
    WinClose("wServer", "")
    Execute("path to wserver.exe")
    I googled it, is it a ahk script? c:
    Alde is Alde is

  11. #8
    liquidgalaxy's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    303
    should be similar but i think thats auto it, you can port it to any programming language its just 3 simple commands.

  12. #9
    Botmaker's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    England
    Posts
    1,360
    Reputation
    89
    Thanks
    7,597
    My Mood
    Amused
    Any reason for making your own program to auto restart the server when it crashes?
    A quick google search and there’s literally 5 available on the first search page

    Quickly Auto-Restart a Windows Process or Program that Crashes

  13. #10
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Quote Originally Posted by Botmaker View Post
    Any reason for making your own program to auto restart the server when it crashes?
    A quick google search and there’s literally 5 available on the first search page

    Quickly Auto-Restart a Windows Process or Program that Crashes
    Gawd. I tought you quit BotMaker :S
    Also thanks you I cant beleive I didnt even tought about that --' :3

    Thanks
    Alde is Alde is

  14. #11
    Botmaker's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    England
    Posts
    1,360
    Reputation
    89
    Thanks
    7,597
    My Mood
    Amused
    Quote Originally Posted by ZBORNOX View Post
    Gawd. I tought you quit BotMaker :S
    Also thanks you I cant beleive I didnt even tought about that --' :3

    Thanks
    I guess learning the windows api for reading the process list is a good enough reason to make your own program, but if you just want a quick solution then google is good enough for your problem!

    No I’ve just been hiding under a rock , while also working on converting the java server/client/proxy source code to the euphoria programming language, half way done 2000 lines of code, 40+ hours of programming later


  15. #12
    Threadstarter
    The richest man is not the one who has the most but the one who needs the least.
    MPGH Member
    Alde.'s Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1,706
    Reputation
    166
    Thanks
    3,627
    My Mood
    Sleepy
    Quote Originally Posted by Botmaker View Post
    I guess learning the windows api for reading the process list is a good enough reason to make your own program, but if you just want a quick solution then google is good enough for your problem!

    No I’ve just been hiding under a rock , while also working on converting the java server/client/proxy source code to the euphoria programming language, half way done 2000 lines of code, 40+ hours of programming later



    Oh gawds Oo That's nice
    But why?
    Alde is Alde is

  16. #13
    Botmaker's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    England
    Posts
    1,360
    Reputation
    89
    Thanks
    7,597
    My Mood
    Amused
    Quote Originally Posted by ZBORNOX View Post
    Oh gawds Oo That's nice
    But why?
    Reason for me converting the java source code to the euphoria programming language, is because I don’t like java and I’m highly insufficient programming in it!

    Reason for the client is because, I’m working on a merchants client for the us west server, I have plans for many enhanced features for trading in us west server, including but not limited to running and controlling auto trading bots from with in the client! Currently the rendering code is completely off, need to increase the size of fonts, tiles, players, and do the z-ordering for the chat bubbles! Also the merchants client only use 2 percent of the cpu while in the us west server, compared to the flash client, use 70+ cpu usage, on my laptop!


    some of the source code to the merchants client, encase anyone is interested
    https://pastebin.com/4V3FwtcA
    Last edited by Botmaker; 05-06-2013 at 06:29 PM.

  17. The Following 2 Users Say Thank You to Botmaker For This Useful Post:

    Alde. (05-06-2013),liquidgalaxy (05-06-2013)

  18. #14
    eth0nic's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    507
    Reputation
    10
    Thanks
    80
    Quote Originally Posted by Botmaker View Post
    Reason for the client is because, I’m working on a merchants client for the us west server, I have plans for many enhanced features for trading in us west server, including but not limited to running and controlling auto trading bots from with in the client! Currently the rendering code is completely off, need to increase the size of fonts, tiles, players, and do the z-ordering for the chat bubbles! Also the merchants client only use 2 percent of the cpu while in the us west server, compared to the flash client, use 70+ cpu usage, on my laptop!
    i got 60 trading bots running on USWEST on a single dualcore machine with 75% cpu usage. also what do you need a gui for? also why use this weird programming language? why do you put all the source into 1 large file? why don't you use OO? why do you hardcode packet types? why do you write such an ugly code in the year 2013? that's just horrible?

    this is BY FAR the worst thing i have seen in software development in 5 years. please take a break and learn a modern programming language and the basics of OO. you will save yourself so much trouble and time in the future! :-)
    Last edited by eth0nic; 05-06-2013 at 06:36 PM.

  19. #15
    liquidgalaxy's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    125
    Reputation
    10
    Thanks
    303
    Quote Originally Posted by Botmaker View Post
    Any reason for making your own program to auto restart the server when it crashes?
    A quick google search and there’s literally 5 available on the first search page

    Quickly Auto-Restart a Windows Process or Program that Crashes
    Botmaker its because the process doesn't automatically close when it crashes it will not restart until you manually hit okay or have a script do it for you.
    Also you rock.

Page 1 of 2 12 LastLast

Similar Threads

  1. Looking for a good coder
    By Crasket in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 5
    Last Post: 12-21-2012, 02:11 PM
  2. [Info] Looking for a C++ Coder that teaches me the basics of C++
    By [H]aaBX in forum C++/C Programming
    Replies: 2
    Last Post: 08-15-2012, 12:41 PM
  3. Looking for a good trainer
    By Combatfinal in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 08-13-2008, 01:09 PM
  4. Looking for a good clan who speaks english
    By ext4zio in forum WarRock Korea Hacks
    Replies: 5
    Last Post: 03-15-2008, 11:07 AM
  5. Looking for a good Lisp compiler
    By Zededarian in forum Programming
    Replies: 3
    Last Post: 01-04-2006, 06:19 PM