Alakazizam Posted July 19, 2023 Posted July 19, 2023 I’m trying to make a custom muling script where a bunch of accounts will be trading a mule but don’t want the mule accepting trades from accounts not on its friends list or clan. Whichever is more practical
BackToRS Posted July 19, 2023 Posted July 19, 2023 Should be possible yes If the API doesn't have a package for it you can extend and write your own piece Your bio/description tho xD 1
Alakazizam Posted July 19, 2023 Author Posted July 19, 2023 5 minutes ago, BackToRS said: Should be possible yes If the API doesn't have a package for it you can extend and write your own piece Your bio/description tho xD Took a look at the api didn’t notice anything. Was hoping someone might be able to point out something I was missing lol
Armyking Posted July 19, 2023 Posted July 19, 2023 One solution would be to create a list of accounts you want to trade, then make a method which verifies if said username is in the list and if yes then proceed with the trade. As far as I know, you gotta make a custom workaround when dealing with this type of stuff. (friends, clans etc).
Delivery Posted July 19, 2023 Posted July 19, 2023 32 minutes ago, Alakazizam said: I’m trying to make a custom muling script where a bunch of accounts will be trading a mule but don’t want the mule accepting trades from accounts not on its friends list or clan. Whichever is more practical Just make it so your accounts do a dance emote and only Mule to accounts that dance
Delivery Posted July 19, 2023 Posted July 19, 2023 36 minutes ago, Alakazizam said: I’m trying to make a custom muling script where a bunch of accounts will be trading a mule but don’t want the mule accepting trades from accounts not on its friends list or clan. Whichever is more practical Alternatively you could just change your Trade filter to Clan only or Friends Only then it will only display trades from these users. 1
Alakazizam Posted July 19, 2023 Author Posted July 19, 2023 3 minutes ago, xcx said: Alternatively you could just change your Trade filter to Clan only or Friends Only then it will only display trades from these users. Didn’t know that was a thing lol (bit of a noob) Ill test that one out when I’m back home, thanks!
Malcolm Posted July 19, 2023 Posted July 19, 2023 Alternatively, you could query a database with your usernames 1
Alakazizam Posted July 19, 2023 Author Posted July 19, 2023 3 minutes ago, Malcolm said: Alternatively, you could query a database with your usernames I’m going to have multiple squads of bots running this, if I can avoid having to make a separate script for each squad that would be nice
Delivery Posted July 19, 2023 Posted July 19, 2023 12 minutes ago, Alakazizam said: I’m going to have multiple squads of bots running this, if I can avoid having to make a separate script for each squad that would be nice webserver 1
Alakazizam Posted July 19, 2023 Author Posted July 19, 2023 2 minutes ago, xcx said: webserver Unfamiliar with that, but I’ll look into it. Thanks