Jump to content
MakeWebGames

Recommended Posts

Posted

Here is a module where players can exchange diamonds for energy, stats & money.

Put this into Phpmyadmin -

ALTER TABLE players ADD diamonds int(11) NOT NULL DEFAULT 11

 

Download the attachment and upload it to your server in the correct files

Add this link in your city -

[url="index.php?mod=diamondexchange"]Diamond Exchange[/url]

 

If you want to show your amount of diamonds, add this to header underneath the gold amount -

[b]Diamonds[/b]: {$player->diamonds}

 

d64e82.jpg

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