Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 56
  1. #16
    pixelzerg's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    UK
    Posts
    188
    Reputation
    10
    Thanks
    1,113
    Quote Originally Posted by bluuman View Post
    The bot is amazing, but one thing I cannot grasp is what you meant when you said this in your guide: "the 1def-3dex-1dex;1def-4dex-1def;2dex-2def cycle". Can you please explain how that cycle works?


    also, one problem with saving trades, it seems to save to your (pixelzerg) user directory file causing an error. Any possible fix? (Changed my user directory name to pixelzerg as temp fix)
    Here's what I meant by the cyle.
    S>1 def for 3 dex (you now have 3 dex)
    S > 2 dex for 1 def (you now have 1 dex, 1 def)
    S > 1 def for 3 dex (You now have 4 dex)
    S > 2 dex for 1 def (you now have 2 dex, 1 def)
    S > 2 dex for 1 def (you now have 2 def)
    (repeat)

    I made this bot ages ago when my coding was much crapper - but even though I wasn't thinking about compatibility - I can't believe I hardcoded the save path!! I will be sure to definitely fix that in my next release. I have uploaded the source code so you can change it yourself if you can but I guess if you can't you will have to wait for me :/ I'm really busy with exams for a few weeks so you guys might have to wait a bit. Sorry :/

  2. #17
    bluuman's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    localhost
    Posts
    629
    Reputation
    10
    Thanks
    889
    Quote Originally Posted by pixelzerg View Post
    Here's what I meant by the cyle.
    S>1 def for 3 dex (you now have 3 dex)
    S > 2 dex for 1 def (you now have 1 dex, 1 def)
    S > 1 def for 3 dex (You now have 4 dex)
    S > 2 dex for 1 def (you now have 2 dex, 1 def)
    S > 2 dex for 1 def (you now have 2 def)
    (repeat)

    I made this bot ages ago when my coding was much crapper - but even though I wasn't thinking about compatibility - I can't believe I hardcoded the save path!! I will be sure to definitely fix that in my next release. I have uploaded the source code so you can change it yourself if you can but I guess if you can't you will have to wait for me :/ I'm really busy with exams for a few weeks so you guys might have to wait a bit. Sorry :/
    Thanks for the reply man. Excellent work.

  3. #18
    Goodfeet's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    The Netherlands
    Posts
    771
    Reputation
    150
    Thanks
    903
    Nice! I will start using this, does it also support vault storage? Like when the storage bot's inventory is empty but his vault is still full, will it get the items from the vault?
    [IMG]https://lh3.googleuserconten*****m/-00iIf0SVXqM/Wx7De4Gt3cI/AAAAAAAAHPw/cy33De9pX4AE7Arzy2gPMgRRcwno-sVEQCHMYCw/s0/ifNXCIl.gif[/IMG]

  4. #19
    bluuman's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    localhost
    Posts
    629
    Reputation
    10
    Thanks
    889
    I can't understand why this code snip is being spammed (lines 17-44). Users complained about console command "data path fallback" being spammed.
    They also complained about save being hard-coded in.


    So I tried editing lines 17-44 in snapshothandler.cs to:
    get
    {
    string dirName = System****.Path.GetDirectoryName(Assembly.GetExecu tingAssembly().Location);
    _path = System****.Path.Combine(dirName, @"\TradeBotData");
    System****.Directory.CreateDirectory(_path);
    Console.WriteLine("Created Save Folder At:" + _path);
    return _path;
    }

    Which would (I thought) create a folder and return that folder's path simpler than what you had before.
    I don't have time to look into it further, but even your source appears to be broken. After changing the directory that you hard-coded in and trying to save, there is still an infinite loops happening. I'm going to rip my hair out if its something super simple that I'm overlooking. Please get back to me on this one pixelzerg, I'm very curious (and new to c#).
    Last edited by bluuman; 06-14-2016 at 03:00 AM.

  5. #20
    pshotsc's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    On the top of the mountain called: SE Mountain
    Posts
    532
    Reputation
    10
    Thanks
    639
    My Mood
    Worried
    Guys,I found out the way to slove those error in this plugin.Solving this problem is really pretty simple.You just need to add a folder in your computer "Users"folder,then change the folder name to "PixelZerg".In the "PixelZerg" folder,create another folder call "Documents".In the "Documents" folder,create a folder called "ROTMG".In the "ROTMG" folder,create a folder called "K-Relay".you should put all yours k-relay files into this folder.In the k-relay folder,there is a folder called plugin,enter that folder and simplly create a folder called "TradeBotData". Thats it,you can fix the problem now

  6. #21
    iamarealperson's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Strongest PokéGym.
    Posts
    127
    Reputation
    10
    Thanks
    40
    My Mood
    Happy
    @pixelzerg ohhh those were the days, i remember when you released the prototype and you had issues with the thread just vanishing :'D
    Last edited by iamarealperson; 06-20-2016 at 05:39 AM.
    Have a Lovely Day!
    docdog1
    just me being useless IQ VALUES LESS THAN. hehe, could be a joke or just ur shit computer :P

  7. #22
    pixelzerg's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    UK
    Posts
    188
    Reputation
    10
    Thanks
    1,113
    Quote Originally Posted by iamarealperson View Post
    @pixelzerg ohhh those were the days, i remember when you released the prototype and you had issues with the thread just vanishing :'D
    You were there right from the beginning :3
    My experience with MPGH sure has been pretty good.

  8. #23
    thewhitewolf's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by pshotsc View Post
    Guys,I found out the way to slove those error in this plugin.Solving this problem is really pretty simple.You just need to add a folder in your computer "Users"folder,then change the folder name to "PixelZerg".In the "PixelZerg" folder,create another folder call "Documents".In the "Documents" folder,create a folder called "ROTMG".In the "ROTMG" folder,create a folder called "K-Relay".you should put all yours k-relay files into this folder.In the k-relay folder,there is a folder called plugin,enter that folder and simplly create a folder called "TradeBotData". Thats it,you can fix the problem now
    Idk, didn't fix it for me at all...

  9. #24
    iamarealperson's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Strongest PokéGym.
    Posts
    127
    Reputation
    10
    Thanks
    40
    My Mood
    Happy
    Quote Originally Posted by pixelzerg View Post
    You were there right from the beginning :3
    My experience with MPGH sure has been pretty good.
    hahah yeah man, i used to be around a lot for all the ROTMG releases, but kinda grew bored of the game, lately i have been just browsing the CS:GO sub-sections on the forums. BTW nice release hahaha
    Have a Lovely Day!
    docdog1
    just me being useless IQ VALUES LESS THAN. hehe, could be a joke or just ur shit computer :P

  10. The Following User Says Thank You to iamarealperson For This Useful Post:

    pixelzerg (06-22-2016)

  11. #25
    pshotsc's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    On the top of the mountain called: SE Mountain
    Posts
    532
    Reputation
    10
    Thanks
    639
    My Mood
    Worried
    hi ,i want to ask how you can make all those files in the ****** into 1 .dll files.Also i want to ask can u add skin trading on it?Once i finsihed using this tradebot to by ubhp,then it suddenly sold the ubhp to the otherss for a skin? so i want to ask whether there are a solution

  12. #26
    pshotsc's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Location
    On the top of the mountain called: SE Mountain
    Posts
    532
    Reputation
    10
    Thanks
    639
    My Mood
    Worried
    HI,I want to ask why i could not find the skin option in the tradebot?I want to trade skin but since there are no skin option,i need to do it myself...

  13. #27
    kmilito's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    370
    My Mood
    Cool
    hey men, can u update this? i really like him.

  14. #28
    mustafizrrahman's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Location
    england
    Posts
    91
    Reputation
    10
    Thanks
    98
    DONT DOWNLOAD THIS SHIT, DOESNT WORK theres a fucking delay in moving around now i have to download krelay again thanks

  15. #29
    Nothing strengthens authority so much as silence.
    Premium Member
    Fem's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    1
    Thanks for this release!

  16. #30
    Kiferus's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    How do I add this to the newest KRelay. There isnt any plugin folder in the master folder

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Help Request] ROTMG tradebot
    By codedj in forum Realm of the Mad God Help & Requests
    Replies: 2
    Last Post: 11-23-2014, 06:05 PM
  2. ROTMG Trinity Client
    By Commander X in forum Realm of the Mad God Hacks & Cheats
    Replies: 192
    Last Post: 07-18-2012, 10:40 PM
  3. Idea for RotMG "duping"
    By Idznak in forum Realm of the Mad God Hacks & Cheats
    Replies: 4
    Last Post: 06-12-2012, 03:11 PM
  4. [Steam Client] ROTMG Godmode
    By DanGamingStudios in forum Realm of the Mad God Hacks & Cheats
    Replies: 7
    Last Post: 05-11-2012, 02:06 AM
  5. Selling ROTMG godmode hack. Lifetime updates!
    By UnknownPwny in forum Realm of the Mad God Hacks & Cheats
    Replies: 0
    Last Post: 03-24-2012, 04:06 AM