HomeGamesUpdatesPricingMethodology
Steam News22 August 20223y ago

One Week Bug Bounty Program and Week in Review [22/08/22]

New Code Functions: interact, use_nearest_door, enter, join, bank_swap, leave, lock_item, seal_item, unlock_item, wishlist, giveaway, join_giveaway, exchange_buy, equip_cx, set_home All Code functions now return Promise

Full notes

Full Adventure Land - The Code MMORPG update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes3 additions1 change0 removals
  • Gameplay
  • Events
  • Server
addedNew Code Functions: interact, use_nearest_door, enter, join, bank_swap, leave, lock_item, seal_item, unlock_item, wishlist, giveaway, join_giveaway, exchange_buy, equip_cx, set_home
addedAll Code functions now return Promise's! There are many new Game/Character events as well.
addedThere's a new "Home Server" system, when you join a non-PVP server you get a 12 minute Hop Sickness, and when you have Hop Sickness, you are not able to join events, going to restrict access to more things in the coming days, possibly second hands and lost/founds
changedOne Week Bug Bounty Program: Made an enormous amount of changes this week, couldn't test everything, so for a week, just causing an ERROR! from a server by using a method that you'd use the way it's intended, finding a malfunctioning method, or causing `parent.deferreds` to not be empty (basically an un-answered Promise) will reward a Bug Bounty Box! I'm sure there are many to be found. The player who first posts the bug to #bugs on Discord with instructions on how to reproduce gets the reward.

Adventure Land - The Code MMORPG changes

addedNew Code Functions: interact, use_nearest_door, enter, join, bank_swap, leave, lock_item, seal_item, unlock_item, wishlist, giveaway, join_giveaway, exchange_buy, equip_cx, set_home
addedAll Code functions now return Promise's! There are many new Game/Character events as well.
addedThere's a new "Home Server" system, when you join a non-PVP server you get a 12 minute Hop Sickness, and when you have Hop Sickness, you are not able to join events, going to restrict access to more things in the coming days, possibly second hands and lost/founds
changedOne Week Bug Bounty Program: Made an enormous amount of changes this week, couldn't test everything, so for a week, just causing an ERROR! from a server by using a method that you'd use the way it's intended, finding a malfunctioning method, or causing `parent.deferreds` to not be empty (basically an un-answered Promise) will reward a Bug Bounty Box! I'm sure there are many to be found. The player who first posts the bug to #bugs on Discord with instructions on how to reproduce gets the reward.

New Code Functions: interact, use_nearest_door, enter, join, bank_swap, leave, lock_item, seal_item, unlock_item, wishlist, giveaway, join_giveaway, exchange_buy, equip_cx, set_home

All Code functions now return Promise's! There are many new Game/Character events as well.

There's a new "Home Server" system, when you join a non-PVP server you get a 12 minute Hop Sickness, and when you have Hop Sickness, you are not able to join events, going to restrict access to more things in the coming days, possibly second hands and lost/founds

One Week Bug Bounty Program: Made an enormous amount of changes this week, couldn't test everything, so for a week, just causing an ERROR! from a server by using a method that you'd use the way it's intended, finding a malfunctioning method, or causing `parent.deferreds` to not be empty (basically an un-answered Promise) will reward a Bug Bounty Box! I'm sure there are many to be found. The player who first posts the bug to #bugs on Discord with instructions on how to reproduce gets the reward.

At this point no socket method should be called manually and every method should be called through Code functions, and while playing the game normally, or while using Code functions, if you can reproduce orphan Promise's, you get a Bug Bounty Box!

Source

Steam News / 22 August 2022

Open original post

Changelog.gg summarizes and formats this update. How we read updates.