Search found 13 matches
- Tue Mar 23, 2010 4:38 am
- Forum: Project Showoff Tier I
- Topic: Your opinion is needed...
- Replies: 3
- Views: 1105
Re: Your opinion is needed...
Thank you for your input. I'll take care of the password issue now, and if you do take a moment to play, let me know your other thoughts.
- Mon Mar 22, 2010 7:28 am
- Forum: Project Showoff Tier I
- Topic: Your opinion is needed...
- Replies: 3
- Views: 1105
Your opinion is needed...
I've started my own browser based game... I'm wondering if anyone can give me any input, or cool ideas they come up with playing it.
http://envihost.com/riches/
http://envihost.com/riches/
- Sun Mar 21, 2010 12:15 am
- Forum: Coding
- Topic: I've hit a stump... PHP
- Replies: 3
- Views: 1015
Re: I've hit a stump... PHP
I've updated the code, and now instead of both rows having an attachment of "None", they're using the attachment of the only weapon with an attachment. What I want to do, is to make it display the name of the attachment, if there is one. So I should be seeing an attachment of $attachname f...
- Sat Mar 20, 2010 7:24 pm
- Forum: Coding
- Topic: I've hit a stump... PHP
- Replies: 3
- Views: 1015
I've hit a stump... PHP
To start off, I watched the tutorial vids... made the game, and then started from scratch once I had a fair understanding of what was going on. Currently, my problem is that when I list your "gear"... if you have something attached to your weapon, the attachment carries through every item ...
- Fri Mar 19, 2010 9:35 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #20
- Replies: 129
- Views: 59993
Re: Video #20
I followed the vids until I figured out exactly what was going on, and then went off my own way... I've got a "beta" of my game if anyone would like to try it out, just pm me. I'm working on a better version, but I won't give that out just yet. 

- Tue Mar 16, 2010 9:14 am
- Forum: Older Browser MMO Videos
- Topic: pictures
- Replies: 9
- Views: 1740
Re: pictures
Im not bad... but im not Pro. Msg me if you want something simple, ie:darspire wrote:okay cool. i just cant do anything when it comes to computer drawing.

- Tue Mar 16, 2010 3:37 am
- Forum: Coding
- Topic: Simple PHP Help Needed
- Replies: 3
- Views: 953
Re: Simple PHP Help Needed
That's perfect, thank you!hallsofvallhalla wrote:you mean like that?Code: Select all
if(isset($iteminfo3['name'])) { do the code } else { echo "Player has no items"; }
- Tue Mar 16, 2010 3:26 am
- Forum: Coding
- Topic: Simple PHP Help Needed
- Replies: 3
- Views: 953
Re: Simple PHP Help Needed
**deleted
- Tue Mar 16, 2010 3:21 am
- Forum: Coding
- Topic: Simple PHP Help Needed
- Replies: 3
- Views: 953
Simple PHP Help Needed
I've been pretty good at figuring things out on my own, but im stumped... I am calling infomation with this: $iteminfo="SELECT * from items where id='$playerid'"; $iteminfo2=mysql_query($iteminfo) or die("could not get item stats!"); $iteminfo3=mysql_fetch_array($iteminfo2); If $...
- Sat Mar 13, 2010 4:32 am
- Forum: Older Browser MMO Videos
- Topic: Killing a creature... [help]
- Replies: 3
- Views: 852
Killing a creature... [help]
Currently when I kill a creature, it gets deleted from the table.
I'd like to save the creatures base stats before a fight, and repopulate the table with this data when the fight is over...
Any ideas? I can't seem to figure it out for the life of me.
I'd like to save the creatures base stats before a fight, and repopulate the table with this data when the fight is over...
Any ideas? I can't seem to figure it out for the life of me.