Coconut Shy

From Computers Wiki
Jump to navigationJump to search

Coconut Shy is one of the many Flash-based gambling games on Neopets. It basically is a UI for a web request.

Information

https://www.reddit.com/r/neopets/comments/wc4nsi/deserted_fairground_games_odds/

https://edd4569.github.io/Mystery-Solving/

API

https://www.neopets.com/halloween/process_cocoshy.phtml

Query parameters

  • coconut= 0 to always miss, or anything else (like 1) to have a try

Output parameters

  • points= how many points were won this throw
  • totalnp= how many points you now have
  • success= 1 if the throw actually happened, 0 if not, 4 if winning?[1]
  • prize_id= doesn't need to be present, has the item ID of a won prize[1]
  • error= text to display, regardless of success or not

Example miss response

This is true for both intentionally and unintentionally missing.

points=0&totalnp=53668&success=1&error=You+missed%21

Example out of throws response

This takes precedence over intentionally missing.

points=0&totalnp=53668&success=0&error=Oi%21+No+more+throws%2C+you%27ve+had+yer+lot.

References