https://github.com/azerothcore/mod-npc-gambler
https://github.com/azerothcore/mod-npc-gambler
azerothcore azerothcore-module core-module
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azerothcore/mod-npc-gambler
- Owner: azerothcore
- License: agpl-3.0
- Created: 2018-03-05T17:06:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T12:49:08.000Z (over 1 year ago)
- Last Synced: 2025-08-30T06:45:29.570Z (10 months ago)
- Topics: azerothcore, azerothcore-module, core-module
- Language: C++
- Homepage:
- Size: 73.2 KB
- Stars: 10
- Watchers: 12
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#  AzerothCore
## Gambler NPC
- Latest build status with azerothcore:
[](https://github.com/azerothcore/mod-npc-gambler)
_This module was created for [StygianCore](https://rebrand.ly/stygiancoreproject). A World of Warcraft 3.3.5a Solo/LAN repack by StygianTheBest | [GitHub](https://rebrand.ly/stygiangithub) | [Website](https://rebrand.ly/stygianthebest))_
_This module has now being ported to AzerothCore by gtao725 (https://github.com/gtao725/)._
### Description
Hey, the name's Skinny. You feelin' lucky? This NPC will allow players to gamble copper, silver, or gold as
defined in the configuration. It's a nice way for players to make a little extra coin.
- Config:
- Set bet and jackpot amounts
- Enable/Disable coin type (gold, silver, copper)
- Set coin type to gamble
- A roll of 50 or higher wins double the bet!
- A roll of less than 50 loses double the bet!
- A roll of 100 within the first 10 rolls hits the jackpot!
- The jackpot can only be hit in the first 10 rolls of each session to discourage spam.
- A little help is given to players losing 5 rolls in a row.
### To-Do
- Track and display jackpot winners/dates.
- Create lottery from player losses.
### Data
- Type: NPC
- Script: gamble_npc
- Config: Yes
- SQL: Yes
- NPC ID: 601020
### Version
- v2024.04.05 - Update the module to work with the latest version of the emulator
- v2019.04.17 - Fix display of win/lose amount for values 100 or above, applicable to copper/silver/gold
- v2019.04.15 - Ported to AzerothCore by gtao725 (https://github.com/gtao725/)
- v2019.02.13 - Redesign, Add Coin Type Options, Update AI
- v2018.12.09 - Update config
- v2017.08.10 - Release
### CREDITS


##### This module was created for [StygianCore](https://rebrand.ly/stygiancoreproject). A World of Warcraft 3.3.5a Solo/LAN repack by StygianTheBest | [GitHub](https://rebrand.ly/stygiangithub) | [Website](https://rebrand.ly/stygianthebest))
#### Additional Credits
- [Blizzard Entertainment](http://blizzard.com)
- [TrinityCore](https://github.com/TrinityCore/TrinityCore/blob/3.3.5/THANKS)
- [SunwellCore](http://www.azerothcore.org/pages/sunwell.pl/)
- [AzerothCore](https://github.com/AzerothCore/azerothcore-wotlk/graphs/contributors)
- [OregonCore](https://wiki.oregon-core.net/)
- [Wowhead.com](http://wowhead.com)
- [OwnedCore](http://ownedcore.com/)
- [ModCraft.io](http://modcraft.io/)
- [MMO Society](https://www.mmo-society.com/)
- [AoWoW](https://wotlk.evowow.com/)
- [More credits are cited in the sources](https://github.com/StygianTheBest)
### LICENSE
This code and content is released under the [GNU AGPL v3](https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3).