[ABD] Lucky Dice mini-game | v.1.3.1

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
RCTycooner
Registered User
Posts: 113
Joined: Sat Jul 19, 2003 6:13 pm
Location: A lot of Bytes away from u ...
Contact:

Post by RCTycooner »

Rebell wrote: im using phpbb2 plus v1.53beta7 - and i dont see this point in the ACP.

so i changed user_pint to user_cash in the LuckyDice.php - now it works perfect !

TNX :wink:


that's also possible ofcourse :)
GRTZ, RCTycooner

My Mods:

Image
Rebell
Registered User
Posts: 93
Joined: Tue Nov 08, 2005 8:31 am
Contact:

Post by Rebell »

Make another game like this :wink:
Bullmax
Registered User
Posts: 2016
Joined: Fri Jan 30, 2004 3:36 pm

Post by Bullmax »

How can I get it to say points after the 15

Code: Select all

Congratulations, you've got a triple ! Here, have 15 .
to

Code: Select all

Congratulations, you've got a triple ! Here, have 15 points.
Also, throught playing, all says the same without the points.

I added points to the lang file but it adds it before the number.

Code: Select all

Congratulations, you've got a triple ! Here, have points 15 .
Thanks and great mod!
RCTycooner
Registered User
Posts: 113
Joined: Sat Jul 19, 2003 6:13 pm
Location: A lot of Bytes away from u ...
Contact:

Post by RCTycooner »

all you have to do is this to change the name of the currency/points

here's how you do this:

- For Cash MOD:
goto the ACP, then currency settings, then you'll have to set the name of the currency that uses the database field "user_points" to "points" for example (you can enter any name you like)

- For Points MOD
goto the ACP, then points mod settings, there'll you'll have to set the name of the points to eg "points"
GRTZ, RCTycooner

My Mods:

Image
User avatar
Karel Elliott
Registered User
Posts: 26
Joined: Wed Dec 28, 2005 4:35 pm

Post by Karel Elliott »

Bull, in the ACP, go the CashAdmin... then CashMod Settings..

Under where you can put the image for the cash, you see Prefix or Postfix.

Select Postfix. this puts everything in order.. Mine read:

225 Crystals

instad of

Crystals 225

now :)
CWeed
Registered User
Posts: 1
Joined: Thu Jan 19, 2006 8:50 pm

Post by CWeed »

I fixed a little problem in LuckyDice.php that made it so the results don't show in firefox (and other non-IE browsers)

Change

Code: Select all

Win_text.innerHTML = \"".$l_main."\";
To

Code: Select all

document.getElementById('Win_text').innerHTML = \"".$l_main."\";
Bullmax
Registered User
Posts: 2016
Joined: Fri Jan 30, 2004 3:36 pm

Post by Bullmax »

RCTycooner wrote: all you have to do is this to change the name of the currency/points

here's how you do this:

- For Cash MOD:
goto the ACP, then currency settings, then you'll have to set the name of the currency that uses the database field "user_points" to "points" for example (you can enter any name you like)
Bull, in the ACP, go the CashAdmin... then CashMod Settings..

Under where you can put the image for the cash, you see Prefix or Postfix.

Select Postfix. this puts everything in order


I have done both these but still have no "points" word.

Code: Select all

Congratulations, you've got a triple ! Here, have 30 .
User avatar
MHobbit
Former Team Member
Posts: 4761
Joined: Thu Mar 18, 2004 5:32 pm
Location: There and Back Again

Post by MHobbit »

Please try not to bump old and dead topics. Thanks.

Anyways, it looks like the original MOD author, RCTycooner, has abandoned this MOD. From his topic starter:
Last edited by RCTycooner on Tue Mar 08, 2005 3:06 pm; edited 3 times in total


Also, he/she hasn't posted here since December 5, 2005. As such, I'm considering this MOD abandoned, and locking this topic.

RCTycooner, if you come back and wish to continue development of this MOD, don't hesitate to contact me regarding this.
Former phpBB MOD Team member
No private support is offered.
"There’s too many things to get done, and I’m running out of days..."
Locked

Return to “[2.0.x] MODs in Development”