EOSERV Forum > EOSERV > Releasing my gambling system!
Topic is locked.
Page: << 1 >>
Releasing my gambling system!
Author Message
Post #81212 Releasing my gambling system!

I decided to share my gambling system. Please don't claim it as yours, Here it is:

--------------- src/handlers/talk.cpp -------------------

Talk.cpp: http://pastebin.com/tgW3R6Vi [Paste under the Player commands]

-------------- src/map.hpp ---------------

Replace:

Unknown1,

with:

Gambling,

-----------------------

Replace:

SCRIPT_REGISTER_ENUM_VALUE(Unknown1);

With:

SCRIPT_REGISTER_ENUM_VALUE(Gambling);


############## Done! #################

Usage:

Open your map editor select the unknown1 tile, Paste it somewhere save ur map and stand infront of that tile and type: #insert >amount< example: #insert 500. Than you will lose or win 500 gold.

14 years, 9 weeks ago
Post #81213 Re: Releasing my gambling system!

Sounds cool.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 9 weeks ago
Post #81219 Re: Releasing my gambling system!

You should make this a patch. +1 for any patches made :D

---
http://www.addipop.com
14 years, 9 weeks ago
Post #81220 Re: Releasing my gambling system!

Lol you really want to test that Patch system don't you xD.

---
opensource isometric game engine ~ www.avac-engine.blogspot.com
14 years, 9 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > Releasing my gambling system!