ole

Scratchies v1.5 - gambling for Exile Mod

150 posts in this topic

Scratchies v1.5 - gambling for Exile Mod

Version Author Exile Arma License

Scratchies is a gambling mod for Arma 3 Exile to let players win prizes, like Vehicles, Poptabs or Weapon crates. The player buys a Scratchie, participate a round and can get the prize at any time through the XM8 apps

scratchie-xm8.PNG

prize-vehicle.jpg prize-poptabs.jpg winner-message.png

Videos: PART #1 PART #2

DOWNLOAD | README | RELEASE NOTES | GITHUB

ExAd Edition (broken!?)

Original | ExAd on Bjanski (pending)

With special thanks to Rythron, Ganbada and Shix!

Edited by ole
Added references to ExAd Edition
  • Like 13

Share this post


Link to post
Share on other sites
Advertisement

Got it working but did not get a price yet! What is the price anyway? The count of Scratchies that have been bought?

Only i replaced Bounties in the XM8 instead of server Info!

Nice Addon :)

Edited by Rythron
  • Like 1

Share this post


Link to post
Share on other sites

Thanks for that. So whats the winning chances? Shouldn't there be some kind of scratch off limit? I don't see anything configurable in the script.

did not have a look at that part !

 

  • Like 1

Share this post


Link to post
Share on other sites
_prices = [ "Exile_Chopper_Hummingbird_Green",
			"Exile_Chopper_Hummingbird_Civillian_Jeans",
			"Exile_Car_HEMMT", 
			"Exile_Car_Ifrit", 
			"Exile_Car_Offroad_Repair_Guerilla12", 
			"Exile_Car_Kart_Green", 
			"Exile_Car_Offroad_Armed_Guerilla08"];

Prices have been found and the calculation too
    // calculate the lucky number (from 000 - 333) = 4 ^ 3 = 64 possible numbers
    _number = format ["%1%2%3", round(random 3) , round(random 3) , round(random 3) ];

 

  • Like 2

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.