Isomerizer Posted June 21, 2007 Posted June 21, 2007 Hi i just made this simple rand script for a game im working on DBS v1, Should work with all DBS v1. It will cost users 8 energy to explore, finding a random amount of money $1-100. Rand's can be edited and energy can be changed. Works with mine. Ive seen similar mods like this, but this one is slightly different to the others and alot more simpler (noobie to php), So heres the code: This is my first mod, i hope it ok. :| Updates: -Errors fixed -More options Add this into a new page called explorecity.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. In the file explore.php find You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Add after: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
iseeyou94056 Posted June 21, 2007 Posted June 21, 2007 Re: [Free] [V1] Random Explore Mod itworks i added it thanks +1 Quote
CraigF Posted June 21, 2007 Posted June 21, 2007 Re: [Free] [V1] Random Explore Mod u might wanna chec ur code there You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. that will set there money to the money they will gaining taking there money they had befor and same for energy try this rather: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. what he has there should work: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. see? Quote
Isomerizer Posted June 21, 2007 Author Posted June 21, 2007 Re: [Free] [V1] Random Explore Mod u might wanna chec ur code there You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. that will set there money to the money they will gaining taking there money they had befor and same for energy try this rather: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. what he has there should work: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. see? Yep your right craig, it works fine... It wont replace your current money with the money you find. Quote
KyleCrispy Posted June 21, 2007 Posted June 21, 2007 Re: [Free] [V1] Random Explore Mod lol sorry my mistake sorry ill take my other post down Quote
HITMAN 17 Posted September 7, 2007 Posted September 7, 2007 Re: [Free] [V1] Random Explore Mod anyone got it for v2 plz post if so Quote
Danny Posted September 7, 2007 Posted September 7, 2007 Re: [Free] [V1] Random Explore Mod Here U go You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
HITMAN 17 Posted September 8, 2007 Posted September 8, 2007 Re: [Free] [V1] Random Explore Mod ppl this one wat danny posted does not work it has errors Quote
Doki` Posted September 8, 2007 Posted September 8, 2007 Re: [Free] [V1] Random Explore Mod downsy, Do you realise your signature looks like many colorfull creatures died on a wall and you took a picture of it? Quote
Absolute Zero Posted September 8, 2007 Posted September 8, 2007 Re: [Free] [V1] Random Explore Mod Also its way to ***** big Quote
Godfather Posted September 9, 2007 Posted September 9, 2007 Re: [Free] [V1] Random Explore Mod and if it has errors fix it and post it here downsindrum Quote
3XTR3M3 Posted September 9, 2007 Posted September 9, 2007 Re: [Free] [V1] Random Explore Mod nice mod Quote
HITMAN 17 Posted September 16, 2007 Posted September 16, 2007 Re: [Free] [V1] Random Explore Mod +1 THNX ANY OTHER CLASS MODS Quote
Isomerizer Posted September 16, 2007 Author Posted September 16, 2007 Re: [Free] [V1] Random Explore Mod Updated. :-) Quote
avguste Posted October 13, 2008 Posted October 13, 2008 Re: [Free] [V1] Random Explore Mod version 2 of this mod? Quote
hobbes Posted October 13, 2008 Posted October 13, 2008 Re: [Free] [V1] Random Explore Mod i'm not going to use this, but +1 for another fine mod iso! Quote
MrGi Posted October 13, 2008 Posted October 13, 2008 Re: [Free] [V1] Random Explore Mod version 2 of this mod? Well its already been posted, But here ya go again. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Find in explore.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Under add You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Karlos Posted October 13, 2008 Posted October 13, 2008 Re: [Free] [V1] Random Explore Mod You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You don't need session start() Quote
avguste Posted October 17, 2008 Posted October 17, 2008 Re: [mccode v1] Random Explore Mod I installed it,however I am getting the following: "You cannot explore while in hosp / prison" I am not in either,so how do I correct that? Thanks Quote
Uridium Posted October 17, 2008 Posted October 17, 2008 Re: [mccode v1] Random Explore Mod I installed it,however I am getting the following: "You cannot explore while in hosp / prison" I am not in either,so how do I correct that? Thanks Change if(!$ir['hospital'] && $ir['prison']=="0") to if(!$ir['hospital'] && $ir['prison'] > 0) Quote
avguste Posted October 17, 2008 Posted October 17, 2008 Re: [mccode v1] Random Explore Mod same problem Quote
avguste Posted October 17, 2008 Posted October 17, 2008 Re: [mccode v1] Random Explore Mod Anyone has any ideas what to edit so that the script actually works? Still getting "You cannot explore while in hosp / prison" Any help would be greatly appreciated Thanks Quote
felron Posted October 17, 2008 Posted October 17, 2008 Re: [mccode v1] Random Explore Mod Version 2, cleaned up a bit as well... You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 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.