PDA

View Full Version : Small game project



Ishana
June 19th, 2011, 20:27
Hello there,

This is a game I am currently working on for fun. I got the idea from the forum game "Forum Pking"

It should work the same way ;)

When you create a user your points, combat, attack, str, def, and hp will be all 0.
until you engage your first tutorial combat, which will level you up to 10 hp, 1 str, def, 1 attack , 1 combat and 1 point.

Points will help you upgrade your attack, def, and str. Combat goes up with RuneScape formula (RuneScape wiki).

First, I will be working on the Admin stuff like editing, banning, and infracting users.

Only the registered members can see the link.
Only the registered members can see the link.
Only the registered members can see the link.

Ishana
June 19th, 2011, 21:15
Only the registered members can see the link.

Time for the part where Admins can change users info ;)

Mike
June 19th, 2011, 21:26
Hehe this looks cool, could i help you with anything?
Like.. Beta testing or stuff?

Surreal
June 19th, 2011, 23:34
Hehe this looks cool, could i help you with anything?
Like.. Beta testing or stuff?

I also could offer beta testing or possibly programming. SQL and PHP.

2kbarrows
June 20th, 2011, 00:02
Looks nice, you should add emotes or cut scenes.

Dodge'
June 20th, 2011, 00:03
Good luck. :)

Ishana
June 20th, 2011, 00:16
Guys, I will look into beta & Alpha testing. I can't promise you this will actually come to life :p

Banning = Done.

Not banned.
Only the registered members can see the link.

Iz banned
Only the registered members can see the link.

Omg! No profile :(
Only the registered members can see the link.

Let me edit your stats :o
Only the registered members can see the link.

its over 9000!!
Only the registered members can see the link.


Looks nice, you should add emotes or cut scenes.
I will take that into consideration ;)
idk, but they always do that :D

Actually, yea of course I had that idea not sure if I can actually be able to do it or not.
I will try anyways :p

Ishana
June 20th, 2011, 15:36
Finished banning from CP.

Now time to work on loading NPC & Items.
First NPC : RAT

Npc & items are loaded from XML files

Example


<npcs>
<npc>
<id>1</id>
<name>Rat</name>
<combat>3</combat>
<attack>1</attack>
<str>1</str>
<def>1</def>
<hp>10</hp>
</npc>
</npcs>


I can haz npc??
Only the registered members can see the link.

Shaiyatoplist
June 23rd, 2011, 05:31
Looks pretty good
Good Idea on Admin control panel

phptech
June 26th, 2011, 05:24
Goodluck with this.