Jump to content
MakeWebGames

Recommended Posts

Posted

Hey everyone, most of you, if not all do not know me. But here in the next 2-3 days. i will begin the coding.

But, I've not made up my mind weather or not i wanna give this script away, sell it, or just keep it for myself.

You guys can post below what i should do.

But, Right now i am currently coming up with all my ideas and plans for the scripts. Most likely the whole entire hunting script will be all in one PHP file.

Here are my plans and are most likely gonna happen, if i think of more ideas, or if there are any more ideas you guys would like in the script just post below. but here it goes..

I'm making a hunting script which will allow the players to go hunting and earn money (obviously).

Before they would be able to hunt they would first have to purchase a license either with money or points (crystals).

After that they will have full access to the script, what they would want to do first before they could actually hunt is first buy a gun from the "Hunt Lodge".

There will also be classes (experience wise).

When they first start they will start at "Class D"

then the more they hunt the more experience they will gain.

The classes are D, C, B, A.

At class D you will be able to hunt the animals, Rabbits and Squirrels.

once they go up to the next class they would have the option to hunt "White Tail"

then class B "Buck", then Class A "Black Bear".

You feel me?

alright then in the hunting lodge you will also be able to purchase clothing and upgrades for your weapon.

which will increase your chances of getting that kill.

But of coarse before you can hunt you have to have tags. so before you can hunt you will have to go to the lodge and buy tags for each animal you wish to hunt.

how the hunting bid will work is all based on chance and luck but the more upgrades you have the higher you chances for getting a kill.

But of coarse before you can shoot a gun you have to have bullets for it.

So back to the lodge you will have to purchase bullets for you guns.

After you make your kills, you will either collect the hide or meat or maybe even both.

What you can do with that is take your winnings to the lodge and sell it for cash.

Or if you get a nice big buck you can add it to your trophy case :)

yes, a trophy case will be in the script aswell. that is where you can see your biggest kill and best game kill.

now of coarse the size of the animal and all will be based on random variables.

now just for a recap of what all the script will include.

------------------------------------

> Hunting lodge

- Buy Gun

- Buy upgrades

- Buy bullets

- Buy License

- Buy Tags

- Sell Meat and Hide

> Trophy Case

- Your best kill

- Best animal killed

> Statistics

Bullets shot -

Animals killed -

Rabbits killed -

Squirrals killed -

(And so on..)

> Go Hunt

here you would choose which animal you want to hunt.

 

What do you guys think?

does it sound good, or should i discard it and never make it?

Have any ideas to improve it or make it better, please post below.

- Devon Nice

Posted

I'd split the PHP files up.

One for the shops(buy/sell).

One for the trophies.

One for stats.

One for hunting.

1 table for shops.

Merge items into inventory(Don't create a new one for this specifically).

1 table for kills.

1 extra field in 'users' table for total hunting trips.

1 table for animals etc(including forumlas).

That's would be my way of approaching it(From a first glance at your ideas).

The idea is good, executing it properly will likely be more than a 2-3 day job depending on how many hours you put in.

Based on the depth of the whole idea, providing it was secured, clean(graphically and the actual code layout) and tested, you could probably sell it.

Whether or not you want to make a bit of cash on the side or not is up to you.

Posted

I'm just going to create whole new table called "hunt" and add all the columns such as kills, animals, upgrades, etc.

Making more then one php file doesn't seam like a bad idea, but if i can just add it all into one file why not, you know?

I just dont know if what i'd want to to with the scripts when im finished. i could sell it and make some money off of it, but then again if i do that, then other games would have it, but if i just kept it, then it would make my game somewhat unique, know what i mean?

Idk i have yet to start the coding process. Having some help with securing and what not would amazing.

I though of a new idea. tho too

instead of only being able to purchase one gun, maybe have a shop of guns that would have variation of stats like,

- Distance

- Power

- Weight

- Stability

Idk, Like i said if anyone has any good ideas please post them.

- Devon.

Posted

I mean i can code it, i know i could.

But im not familiar with securing or anything like that. pretty much the only thing i know how to secure are $_Post with the htmlspecialchar. bit

Other then that im pretty securing retarded. lol

  • 2 months later...
Posted

Yes I've finished it quite sometime ago, its probably been done for about 2 months now lol.

I kinda been working on other things. Im still making tweaks to it, trying to improve it.

It all turned out the way i planned. I'll release on here one of these days.

Devon.

  • 3 months 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...