FlasH Ady 18 Report post Posted March 25, 2021 Debes iniciar sesión para ver el contenido del enlace en esta publicación. | | Debes iniciar sesión para ver el contenido del enlace en esta publicación. Hello, It’s been awhile since I haven’t released anything for the community so today I decided to release one of my systems I created some days ago, it’s very simple and it consists on gambling to say the least… The point is to bet your money (yang/gold) on a higher amount of gold and the higher you bet the higher the payout is, similar as how a casino slot machine works without being too complex. The rules are simple, you have three (3) possible jackpots in which each one has a payout amount. Get the same icon three (3) times and you will win the jackpot. If you get any other combination that contain jackpot reel icons, you will win half your bet back with a short bet multiplier. So, the jackpot reels work as so, A, A, A = Jackpot 1 B, B, B = Jackpot 2 C, C, C = Jackpot 3 All other possible combinations to have a winning: A, A, B; A, A, C; B, B, A; B, B, C; C, C, A; C, C, B; A, B, C; C, A, B; B, A, C; C, B, A; A, C, B; If you happen to win a jackpot while having close to maximum gold, you will receive an item in your inventory if you have space for it otherwise you will receive it in your storage room. The item will contain the jackpot value. Debes iniciar sesión para ver el contenido del enlace en esta publicación.How to configure? @ game/constants.cpp you can edit all the betting values you want. @ game/constants.cpp you can edit as well the jackpot values. @ root/uiSlotMachineSystem.py you can edit the reel icons and bet values. In-game, you can also use the commands, /e slot_machine_reels < x > where < x > is the number of reels you want to randomize. The more reel icons you have, the harder it is to win a jackpot! /e slot_machine_multiplier < x > where < x > is the value of the multiplied you want. The higher this value, the higher the payout is. For those who are using older versions of C++ some data type identifiers need to be changed as shown below. uint32_t = DWORD uint32_t = UINT uint16_t = WORD uint8_t = BYTE unt16_t = short Change g_MaxGold with GOLD_MAX Debes iniciar sesión para ver el contenido del enlace en esta publicación. VT: Debes iniciar sesión para ver el contenido del enlace en esta publicación. 16 1 CHELO, AcidKiid, Skete and 14 others reacted to this Quote Share this post Link to post Share on other sites
metin2lion.com 49 Report post Posted March 26, 2021 Gracias por traerlo al foro un sistema muy interesante Quote Share this post Link to post Share on other sites
Onur 0 Report post Posted March 28, 2021 eyv kral Quote Share this post Link to post Share on other sites
SanChez123 2 Report post Posted February 21 Me encantan los juegos de ordenador y tengo una buena colección de ellos. Incluso mi hijo ha empezado a jugar online conmigo. Y también decidimos comprar ordenadores de nueva tecnología para los juegos y, al mismo tiempo, instalar un sistema de seguridad Debes iniciar sesión para ver el contenido del enlace en esta publicación., para poder equipar completamente nuestra casa con tecnología y jugar en paz. 2 1 Night-legionm2.com, Maxuel Gomes and SzC reacted to this Quote Share this post Link to post Share on other sites