Jump to content
MakeWebGames

[mccode v1] Chests


PsyChoTic

Recommended Posts

Hey everyone i dont usually post mods but here's one

Its a simple game what i think everyone should like

call the file chests.php

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Ive got it set with a keys feature sort of like turns.

ALTER TABLE `users` ADD `keys` INT( 11 ) NOT NULL DEFAULT '100',

 

Ive also got it set with a income so you know how much you have made.

ALTER TABLE `users` ADD `chestsincome` INT( 11 ) NOT NULL DEFAULT '0',

You can put this anywhere viewuser, header where ever u like like got mine in index.

Hope you all enjoy any problems post them pls.

UPDATED

Images

chest.png

i347409539_37018_6.gif

chest2.png

i347409540_81610_6.gif

Link to comment
Share on other sites

Re: [V1] Chests [V1]

Yeah...I got a error when adding those sql's..?...did anyone else have this problem...??

it said there was a error in that sql i was like nope cause i just added one just like it except it was called diffrent so yeah..?

Link to comment
Share on other sites

Re: [V1] Chests [V1]

 

Posted by: X_TheJoker_X

Yeah...I got a error when adding those sql's..?...did anyone else have this problem...??

it said there was a error in that sql i was like nope cause i just added one just like it except it was called diffrent so yeah..?

The sql's should work perfect dont know why they wasnt working

 

Posted by: Extermination™

Nice Work!

 

Thanks glad you like it

Link to comment
Share on other sites

Re: [V1] Chests [V1]

I really like this mod, but, how do you get keys after you get to 0?

Here is what I have tried:

Getting them from Lucky Boxes ------ Did not work

Getting them from Prizes ------------ Did not work

Adding query to day cron ------------ Did not work

Grr!

Link to comment
Share on other sites

  • 4 weeks later...
  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...