Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 80
  1. #16
    059's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    California
    Posts
    3,312
    Reputation
    700
    Thanks
    92,771
    Looks really good, approved

    Nice video tutorial too, that's a rare sight
    My Vouches
    Having an issue with RotMG? Check for the solution here.


    Need Realm items? Come to RealmStock!

    Accepting PayPal - Bitcoin - Giftcards
    Selling ST Sets, Class Top Sets, Life Pots, and much more!


    Find it here: MPGH Sales Thread

  2. The Following User Says Thank You to 059 For This Useful Post:

    Killer Be Killed (03-18-2017)

  3. #17
    dudeguything21's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    67
    Reputation
    10
    Thanks
    5
    My Mood
    Aggressive
    Works real good, only thing I noticed so far is that it afk's in oryx castle.

  4. #18
    butt..'s Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    This bot is working great for me at around 100 fame/hour on EUN2. The only problems i have had with it so far is the Oryx afk and since i'm using CrazyClient when I disconnect from too low health it dose not reconnect. I know that i could use another client, but if these two problems could be solved it would be 10/10. I only crashed at the beginning of using it of using it, but now i have afked for 4 hours earning 400 fame with no problems.

  5. #19
    CrazyJani's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    2,475
    Reputation
    170
    Thanks
    15,666
    Quote Originally Posted by butt.. View Post
    I disconnect from too low health it dose not reconnect
    This is pretty much impossible to reconnect from with K Relay. In the next version of CrazyClient you're no longer thrown out of the game so it'll be fixed (but not that soon).

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

    Drakaka (03-19-2017)

  7. #20
    toddddd's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    720
    Reputation
    46
    Thanks
    6,363
    very cool release. I havent used it yet but i looked over some of the code on ****** and it looks greats. Im always a fan of releasing open source.

  8. The Following User Says Thank You to toddddd For This Useful Post:

    Killer Be Killed (03-18-2017)

  9. #21
    Killer Be Killed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    212
    Reputation
    53
    Thanks
    2,352
    My Mood
    Asleep
    Quote Originally Posted by dudeguything21 View Post
    Works real good, only thing I noticed so far is that it afk's in oryx castle.
    Quote Originally Posted by butt.. View Post
    This bot is working great for me at around 100 fame/hour on EUN2. The only problems i have had with it so far is the Oryx afk and since i'm using CrazyClient when I disconnect from too low health it dose not reconnect. I know that i could use another client, but if these two problems could be solved it would be 10/10. I only crashed at the beginning of using it of using it, but now i have afked for 4 hours earning 400 fame with no problems.
    Disconnecting from closed realms will be added in the next release.

    Quote Originally Posted by butt.. View Post
    when I disconnect from too low health it dose not reconnect..
    If you have the AutoConnect option enabled, when the bot enters the nexus it should walk to the fullest realm and try to connect to it.

  10. #22
    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 Killer Be Killed View Post
    .


    Also please look at your messages on your profile
    Alde is Alde is

  11. #23
    Killer Be Killed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    212
    Reputation
    53
    Thanks
    2,352
    My Mood
    Asleep
    Quote Originally Posted by Alde. View Post

    Also please look at your messages on your profile
    Thanks, I'll check that out.
    I saw your message but I don't think I have enough posts to reply or some shit so I'll just reply here.
    When I'm testing I usually set the output directory of the Debug build to my KRelay plugin folder. That way I can make a change, build the project, and it's already in my plugins folder.

  12. #24
    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 Killer Be Killed View Post
    Thanks, I'll check that out.
    I saw your message but I don't think I have enough posts to reply or some shit so I'll just reply here.
    When I'm testing I usually set the output directory of the Debug build to my KRelay plugin folder. That way I can make a change, build the project, and it's already in my plugins folder.
    Nice, that's what I'll do... If I get it to work :P Any clue on what could be causing the 'Cross-threaded operation'?


    For those having errors :

    1. Use the K-Relay .exe instead of running it from visual studio
    2. Use /bind, stop then start

    If you want to know how to edit your output directory*, there you go :

    Right click the project
    Properties
    Build Events
    Post-build event command line

    Code:
    copy "$(TargetPath)" "C:\Users\VaypeNaysh\Documents\******\KRelay\K_Relay\bin\Debug\Plugins"
    * this doesn't change your output directory, only copy the file to the selected folder *
    Last edited by Alde.; 03-18-2017 at 09:25 PM.
    Alde is Alde is

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

    Killer Be Killed (03-18-2017)

  14. #25
    Killer Be Killed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    212
    Reputation
    53
    Thanks
    2,352
    My Mood
    Asleep
    Quote Originally Posted by Alde. View Post


    Nice, that's what I'll do... If I get it to work :P Any clue on what could be causing the 'Cross-threaded operation'?

    Note : the gui loads fine but when I click on start/stop it doesn't do anything
    Yeah, the GUI for the event log consumes events fired by the main plugin which contain the log message. Some of the events were firing from a different thread though, which winforms doesn't like. It should be fixed now in the latest commit.

    Start/stop might not be doing anything if you didn't do /bind first? I really should add something to the GUI to say if it is bound or not...

  15. The Following User Says Thank You to Killer Be Killed For This Useful Post:

    Alde. (03-18-2017)

  16. #26
    RampantSchlong's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    8
    Quote Originally Posted by CrazyJani View Post
    This is pretty much impossible to reconnect from with K Relay. In the next version of CrazyClient you're no longer thrown out of the game so it'll be fixed (but not that soon).
    Oh? May I ask what you plan to have it do instead of throw you out of the game?

  17. #27
    Killer Be Killed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    212
    Reputation
    53
    Thanks
    2,352
    My Mood
    Asleep
    Quote Originally Posted by Alde. View Post

    Right click the project
    Properties
    Build Events
    Post-build event command line

    Code:
    copy "$(TargetPath)" "C:\Users\VaypeNaysh\Documents\******\KRelay\K_Relay\bin\Debug\Plugins"
    * this doesn't change your output directory, only copy the file to the selected folder *
    Thanks for this, I've always just changed the output directory but I think this is better!

  18. #28
    butt..'s Avatar
    Join Date
    Oct 2015
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by CrazyJani View Post
    This is pretty much impossible to reconnect from with K Relay. In the next version of CrazyClient you're no longer thrown out of the game so it'll be fixed (but not that soon).
    That's great to hear! I only use your client now. Keep up the great work!
    Last edited by butt..; 03-18-2017 at 09:31 PM. Reason: words

  19. #29
    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 RampantSchlong View Post
    Oh? May I ask what you plan to have it do instead of throw you out of the game?
    Not throw you out of the game?
    Alde is Alde is

  20. #30
    bluuman's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    localhost
    Posts
    629
    Reputation
    10
    Thanks
    889
    Quote Originally Posted by Alde. View Post


    Not throw you out of the game?
    Yes, it will just send a reconnect to the nexus

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. Antilag plugin for krelay
    By boucher12345 in forum Realm of the Mad God Help & Requests
    Replies: 3
    Last Post: 10-25-2016, 06:38 AM
  2. [Discussion] Would you be for an open sourced "ENT" like menu that can work online.
    By 420BillcosbyIT in forum Grand Theft Auto 5 (GTA V) Discussions
    Replies: 3
    Last Post: 11-11-2015, 10:52 AM
  3. [Patched] OpenVHook - Open Source Script Hook for GTA5!
    By multiawesomet in forum Grand Theft Auto 5 (GTA V) Hacks & Cheats
    Replies: 25
    Last Post: 06-11-2015, 12:11 AM
  4. [Outdated] [Open Source] Freeze/Paralyze Monster For 10 Turns [Custom SWF]
    By 133spider in forum Adventure Quest (AQ) Hacks / Cheats / Trainers
    Replies: 4
    Last Post: 08-01-2014, 09:53 PM
  5. [Release] [1.7.3] ADDORES 1.1 - ANYONE CAN ADD NEW ORES! [OPEN SOURCE MODLOADER PLUGIN]
    By Shakugan no Shana in forum Minecraft Mods
    Replies: 3
    Last Post: 07-12-2011, 01:02 AM