Jump to content
MakeWebGames

[mccode] 2nd crystals


Godfather

Recommended Posts

ok so say you wanted something else to earn other than crystals like diamonds or whatever you can name it just follow these steps:

"ALTER TABLE users ADD `2ndcrystals` bigint(15) NOT NULL DEFAULT 0;

if you want to add how many of the 2nd crystals in your header:

Open Header:

Find Crystals: {$ir['crystals']}

Add below

Name Here: {$ir['2ndcrystals']}

 

now for a second crystal tradement center like the crystla temple make a file called crystaltemple2.php and add this into it:

 

You're unable to view this code.

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

 

remember if you change the name of the 2nd crystals you will have to do it for the temple aswell

thanks Dan

not tested give me your views

Link to comment
Share on other sites

  • 4 months later...

Re: 2nd crystals

I remember mdshare posting this AGES ago, like in ancient times :-P

To tell you the truth, I don't think people should own a game if they cannot use the database (simply) and configure it in the header files :|

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