Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted

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?

Posted

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.

  • 2 months later...
Posted

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?

  • 4 weeks later...
  • 1 year later...
Posted

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.

Posted

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

Posted

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)

Posted

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

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