Jump to content
MakeWebGames

New Advent Calendar


Smokey

Recommended Posts

This mod started out as illusions advent calendar found here..http://makewebgames.io/showthread.php/35039-Christmas-Advent-Calendar-WORKING-COPY

Figured I would point credit even though almost all the code has been re-written. This mod has no map area like the original as I could not get it to work correctly. It is a bit simpler I think but much more effective and honestly with a little more time I could have probably made the db table much smaller.

There are no crons at all, it uses the server time to determine whether a door is locked or not. The doors can only be accessed in the month of Dec. between the 1st and the 25th. and individual doors can only be accessed on the correct day, and they can only be opened once, so if you miss a day, you cannot open the door for that day (hovering over the door will tell you which day it can be opened, hovering over an already opened door - which is a gift box - will tell you which day it was opened.

There are no entries to the users table, it has all been moved to a separate table.

You will have to change the item ids in the array to your own items, and make adjustments to the xmaStop function how you see fit. You may also need to change the way item pics are displayed as it is coded to fit my game.

Once you have this going you won't need to do ANYTHING except run a single query before next Christmas to reset it (included), it will run each year like clockwork.

The rewards given are cash, points/crystals and an item.

I will post the php files here so you all can look at them but everything you need is in the zip file.

If you use this mod please give some feedback!

 

adventcal.php

 

You're unable to view this code.

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

 

 

advents.php

 

You're unable to view this code.

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

 

 

Open register.php

find:

You're unable to view this code.

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

 

 

put this under it:

You're unable to view this code.

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

 

 

SQL:

You're unable to view this code.

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

 

 

Run this script one time to add existing users to the advent table, you can name it whatever you want:

You're unable to view this code.

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

 

 

All files incuding images are in the zip file, the door images are just pulled from google and the gifts are free vector images.

http://www22.zippyshare.com/v/31678161/file.html

Link to comment
Share on other sites

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...