Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Just a quick questions for people, anyone who doesn't make bots but wants to, would you be interested in me making some tutorials on how to make simple-advanced bots, i am not the best at coding but i know how to make a decent bot. Just a question, if people are interested i'll go ahead and do that, if not, no biggie.
If you would like me to make a bot for you, go here.
Offline
I think you should, since I haven't really seen many around and I'm sure people will find it useful.
thx for sig bobithan
Offline
Can you make an tutorial about "the most elegant way to get portal number" please?
Everybody edits, but some edit more than others
Offline
Can you make an tutorial about "the most elegant way to get portal number" please?
What do you mean by portal number?
Offline
Can you make an tutorial about "the most elegant way to get portal number" please?
Like the ID of a portal?
If you would like me to make a bot for you, go here.
Offline
I want to check an different user. How many portals have buyer the user X?
Everybody edits, but some edit more than others
Offline
I want to check an different user. How many portals have buyer the user X?
Oh, so like how many portals a player owns?
Offline
yes. its this possible?
Everybody edits, but some edit more than others
Offline
yes. its this possible?
It's possible.
Connect to lobby and send connection.Send("getProfileObject",username);.
You should now get their worlds.
You need the users userid and check it through payvault.
To get the userid get it through their worlddata.
To get the worlddata use client.BigDB.Load("Worlds", roomid);
then check if the room is visible or not. If its visible you should get worlddata.
Here is an example of worlddata. Owner is the userid.
Last edited by doh (Feb 4 2015 9:19:57 am)
Offline
So steps:
1. I connect to Lobby187
2. connection.Send("getProfileObject",username);.
3. Loop through Players profile(if is visible) until i find a visible room
4. Get the worldID of steep 3 room
5. Get the RoomInfo from BigDB of step 4 worldlD
6. Get the user's userID from step 5 RoomInfo
Thanks for the steps!
But how do i check the PayVault info with an given userID? (Yahoo Game Network documentation isn't good at all )
Everybody edits, but some edit more than others
Offline
Connect to public. And you should be able to get the payvault data.
Offline
Make some tutorials, I would really like to learn some more about bot programming.
pls make a tutorial !
color = #1E1E1E
Offline
Pages: 1
[ Started around 1732812937.1922 - Generated in 0.042 seconds, 14 queries executed - Memory usage: 1.52 MiB (Peak: 1.67 MiB) ]