Jump to content
MakeWebGames

v2 Mine Mod


ddupuis

Recommended Posts

Here is just a little addition to the mining mod. you may want to change to suite your game, but it does not allow the page to be refreshed. users much click mine again. and not too quickly..

 

You're unable to view this code.

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

 

hope someone can find a use..

Link to comment
Share on other sites

Re: v2 Mine Mod

 

NEW! Mining will now require use of <font color=yellow>Energy(5)</font>,<font color=blue>Will(5)</font>,<font color=brown>Brave(2)</font>, and Power.

Looking through the code i cant see any where it requires anything other than power.

Link to comment
Share on other sites

Re: v2 Mine Mod

if($ir['power'] < 10){

print "<center>You need 10 power to mine here, you have {$ir['power']}</center>";

exit;

}

You thought about posting the whole script and sql??

This is from V1

so you will need ALTER users ADD `power` INT(11)

You need the whole list of sqls that go with this!!!!

Link to comment
Share on other sites

Re: v2 Mine Mod

again I am not claiming this is a new mod. not much different then any other mine mod on CE, major change is NO PAGE REFRESHING.. thats all folks.. there has to be 10 other mine posts with the sql sorry it's not posted here.. if anyone really wants it just say the words and i am sure it will get posted again..

Link to comment
Share on other sites

  • 3 weeks later...

Re: v2 Mine Mod

 

NEW! Mining will now require use of <font color=yellow>Energy(5)</font>,<font color=blue>Will(5)</font>,<font color=brown>Brave(2)</font>, and Power.

Looking through the code i cant see any where it requires anything other than power.

it dont just have anything that requires anything about power it plain out dont work

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