Menu

Login
Find streets
My Streets
Street info
Parcels
Locations
Buy a street
Sell a street
Buy a building
Build with chance card
Player stats

/negotiate/buybuilding

This script buys a building at your street. Id is id of your street. Type of the building you can get from http://wiki.mymonopolycitystreets.com/index.php5/Earning_money. Loc is the location of the parcel (0-max num of parcels)

If the result is {"c":0}, then you have successfully bought building. If the result is something else, it might be a chance card. If the result is false, then something is in way. If the result is blank screen, there is something wrong with params. You can try to put nickname lowercase, hast from login form, and street from mystreet form.

nickname
hash
id
type
loc

Nickname- Your nickname in lowercase

Hash- 32 chars a-f text. You can get it from Login form

Id- ID of the street where you want to buy the building. You can get it from My streets form. Looks like 1234567890/12345667890

Type- ID of the building. 6 - Green house, 7, ... You can get id of the building from Wiki

Loc- Parcel where you want to build building. You can get it from Locations form. It is the number of the position. First parcel has id 0. Free parcels looks like [false,false,123456789/123456789/32,..], then parcel 0,1 is full and 2 is empty and you can build there.