Huntercoin: Mithril Edition - Command Examples
Locate
Show the specified cell in the center of the map
Parameters:
XX coordinate. Must be valid (between 0 and 501) YY coordinate. Must be valid (between 0 and 501) ZoomZoom factor, from 0.1 to 2;
Examples:
Find Hunter
Search for an hunter, showing him on the map
Parameters:
hunterfull name of the hunter. e.g. MyHunter.2 ZoomZoom factor, from 0.1 to 2;
Examples:
Target Hunter
Search for an hunter, set him as a target and show him on the map
Parameters:
hunterfull name of the hunter to target. e.g. MyHunter.2 ZoomZoom factor, from 0.1 to 2;
Examples:
Send Money
Open the "Send Money" dialog, filling fields automatically and locking them if needed
Parameters:
addressaddress to send money to addressLockif set to true, set the address field not editable(readonly); amountaddress to send money to amountLockif set to true, set the amount field not editable(readonly); tagarbitrary string to send along with the transaction, useful to implement services based on transactions or to send comments (max 100 chars) tagLockif set to true, set the tag field not editable(readonly);