brenoepics / morningstar

An open-source Arcturus Community Fork.
GNU General Public License v3.0
3 stars 2 forks source link

Battle Banzai - Points system #569

Open brenoepics opened 4 years ago

brenoepics commented 4 years ago

In GitLab by @ghost on Apr 28, 2020, 23:10

Figured finally to take a look at Battle Banzai's score system, since previously I've only looked at bugs/missing features on other stuff on BB.

Arcturus has a emulator_config regarding points, but unfortunately they don't work. INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.banzai.points.tile.steal', '1'); INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.banzai.points.tile.fill', '0'); INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('hotel.banzai.points.tile.lock', '1');

How they work in MS

-> You get 1 point per every tile walk, such as me walking in this first GIF shows.

How they work in Habbo

-> You get 0 points per walking on tile, as seen on the next GIF.

brenoepics commented 4 years ago

In GitLab by @narzo62 on May 3, 2020, 21:59

Which version are you using? I get 1 point per locked tile and not 1 point every time I walk on a tile

brenoepics commented 4 years ago

In GitLab by @ghost on May 5, 2020, 01:37

@narzo62 can you provide a fix for it?

Am on 2.4.0, which doesn't relate to this issue. :)