PsyChoTic Posted August 18, 2008 Posted August 18, 2008 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: Treasure Hunting Page: Trivia Page: 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. Quote
PoNiT Posted August 19, 2008 Posted August 19, 2008 Re: Treasure Hunting $20 lol, did you just edit search the streets? Quote
Miniman Posted August 19, 2008 Posted August 19, 2008 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 Quote
POG1 Posted August 19, 2008 Posted August 19, 2008 Re: Treasure Hunting $20 Mod looks sweet! You got a demo game to try it out on? And king punit u suck! Quote
Zero-Affect Posted August 19, 2008 Posted August 19, 2008 Re: Treasure Hunting $20 Nice job mate Quote
PsyChoTic Posted August 20, 2008 Author Posted August 20, 2008 Re: Treasure Hunting $20 Thanks everyone ive not got a test game at the moment but ill see what i can do about getting you a demo. Quote
jds137 Posted August 20, 2008 Posted August 20, 2008 Re: Treasure Hunting $20 can we see a demo please? Quote
-zebba- Posted August 20, 2008 Posted August 20, 2008 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 Quote
PsyChoTic Posted August 21, 2008 Author Posted August 21, 2008 Re: Treasure Hunting $20 yh you could change whatever you want with it once you bourght it Quote
Halo Posted August 25, 2008 Posted August 25, 2008 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 Quote
Zero-Affect Posted August 25, 2008 Posted August 25, 2008 Re: Treasure Hunting $20 I have seen this many times before but still its pretty cool Quote
radio_active Posted August 25, 2008 Posted August 25, 2008 Re: Treasure Hunting $20 Yeah good effort, i would buy it if it was a different picture and different setup but i dotnt know how to make pictures and link them up!! Quote
Isomerizer Posted August 25, 2008 Posted August 25, 2008 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. Quote
Miniman Posted August 25, 2008 Posted August 25, 2008 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. Quote
POG1 Posted August 25, 2008 Posted August 25, 2008 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> ?> Quote
PsyChoTic Posted August 26, 2008 Author Posted August 26, 2008 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 Quote
Zero-Affect Posted August 26, 2008 Posted August 26, 2008 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 Quote
POG1 Posted August 26, 2008 Posted August 26, 2008 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... Quote
jds137 Posted October 20, 2008 Posted October 20, 2008 Re: [mccode] Treasure Hunting [$20.00] Nice Mod, Maybe someday, it will be for sale again Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.