Jump to content
MakeWebGames

Recommended Posts

Posted

Title: Treasure Hunting Mod

Price: $20

 

Features...

- Explorable Treasure Map With Set Locations

- Treasure Hunting Function

- Trivia Function

- Uses The Turns So Can Be Easily Managed

 

Description

The treasure map is the main part of the mod. Users can do two things on this map they can, Search for treasure using the red X's, Each one of the X's have 15 differnet random results. They can also answer questions from the trivia section of the map. If a user is lucky enough to answer the questions correctly, they will be rewarded a cash prize. I think plp will like this mod there are alot of things that you can do and the members of your games should be able to keep them selves entertained for some time.

 

Screen Shots

Main Page:

i351446344_16936_6.jpg

Treasure Hunting Page:

i351446345_5062_6.jpg

Trivia Page:

i351446343_35924_6.jpg

 

Any questions or anything can be answered here [email protected]

This mod Is In V1 if you want V2 You Will Have To Do It Yourself

Thanks Psychotic.

Posted

Re: Treasure Hunting $20

 

lol, did you just edit search the streets?

Your starting to annoy me now :| You keep making it seem that everything everyone does is easy when all you've done is made a "Slapping mod" and something else.....OMG, I'm a brilliant coder because I can make a page and add an event saying "You've been slapped by {$ir['username']} "

He's had to make the Image and put in all the Coordinates so each bit is clickable.

Oh and good luck PsyChoTic

Posted

Re: Treasure Hunting $20

i like the idea its great

how ever my game isnt pirate based

so if i was to buy it from you

am i allowed to change it to say

the map of a bank layout

and instead of loking for treaser

your looking for the bank vault :D

Posted

Re: Treasure Hunting $20

 

lol, did you just edit search the streets?

Your starting to annoy me now :| You keep making it seem that everything everyone does is easy when all you've done is made a "Slapping mod" and something else.....OMG, I'm a brilliant coder because I can make a page and add an event saying "You've been slapped by {$ir['username']} "

He's had to make the Image and put in all the Coordinates so each bit is clickable.

Oh and good luck PsyChoTic

That shut him up :-P

Posted

Re: Treasure Hunting $20

 

I have seen this many times before but still its pretty cool

Many? It's only been made once on CE i think, i made it a few months back.

 

I've only seen yours and this one on CE, But I've seen lots of these Treasure maps around on other games.

Posted

Re: Treasure Hunting $20

I made 1 for my banburyco. Pretty simple..

<?php

 echo '<h1>Searching</h1><hr size="1" /><
         table width="90%" style="border:1px solid #000; margin:0; padding:0;">';

if(isset($_GET['page'])) {

 echo '<tr><td><b style="margin-right:10px;">Result:[/b]';

$outcome = rand(1, 3);

switch($outcome) {

 case 1:

   echo 'blah blah';
   // mysql query?

 break;
 case 2:

   echo 'blah blah';

 break;
 case 3:

   echo 'blah blah';

 break;

}


 echo '</td></tr>';


}

?>
 <tr>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
 </tr>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
 </tr>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
 </tr>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
 </tr>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
  <td><a href="streets.php?page=searching" style="margin:0; padding:0;">
        [img=trans.png]</a></td>
 </tr>
</table>





?>
Posted

Re: Treasure Hunting $20

Can i ask your posting mods here if you want to post it post it in the free mods where it belongs because i dont appriecate it being posted here where i am tryin to sell mine

Posted

Re: Treasure Hunting $20

 

Can i ask your posting mods here if you want to post it post it in the free mods where it belongs because i dont appriecate it being posted here where i am tryin to sell mine

Its a free country but i do see where your coming from

Posted

Re: Treasure Hunting $20

I think for someone to sell a mod it has to be somewhat significant otherwise free.

If for this 1 you have many searching places and can add outcomes it would be a mod that people would like...

  • 2 weeks later...
  • 1 month 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...