Search found 12 matches
- Sun Aug 18, 2013 4:41 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#11
- Replies: 47
- Views: 14582
Re: Browser MMO Video#11
players.spl -- phpMyAdmin SQL Dump -- version 4.0.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Aug 18, 2013 at 04:37 PM -- Server version: 5.6.12-log -- PHP Version: 5.4.12 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET ...
- Sat Aug 17, 2013 9:56 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#11
- Replies: 47
- Views: 14582
Re: Browser MMO Video#11
oops sorry. under the 'enemies' tab there is a 2 so the big zombie is suppose to appear and it did when the 'enemies' tab was 0 and i went to battle.php for the first time... the 'enemies tab changed to 2 and i saw the big zombie but when i hit refresh or go back to index and then back to battle.php...
- Sat Aug 17, 2013 7:08 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#11
- Replies: 47
- Views: 14582
Re: Browser MMO Video#11
id name hpoints attack defense level experience
1 zombie 5 3 3 1 15
2 big zombie 10 6 6 1 30
1 zombie 5 3 3 1 15
2 big zombie 10 6 6 1 30
- Fri Aug 16, 2013 4:26 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#11
- Replies: 47
- Views: 14582
- Fri Aug 16, 2013 12:19 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#11
- Replies: 47
- Views: 14582
Re: Browser MMO Video#11
So I've followed this tutorial but when I go to fight an enemy, it all looks fine but as soon as I refresh the page, the enemies name, hit points, attack, and defense all disappear. This is what it looks like: bob2 Hit points = 11 Attack = 6 Defense = 7 Hit points = Attack = Defense = Attack! Use It...
- Sat Aug 03, 2013 6:49 pm
- Forum: Art Showoff
- Topic: Glock Model
- Replies: -1
- Views: 2996
Glock Model
Hey guys. I'm just learning a little bit about modeling and I thought I'd show off this model I made. :) Standard Glock http://i1273.photobucket.com/albums/y420/Skippy13000/Glock8006001_zps6a6aaabe.jpg Glock w/ Silencer http://i1273.photobucket.com/albums/y420/Skippy13000/GlockSilenced8006001_zpsd56...
- Sat Aug 03, 2013 2:10 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 334637
Re: Browser MMO Video #7
NEVERMIND I fixed the problem!! I misspelled it 'stateadd' in the inventory database
I can't believe I missed that. Anyway thank you two so much for your help and thank you Halls for the amazing tutorial. I've learned so much from you and I greatly appreciate it!!!

I can't believe I missed that. Anyway thank you two so much for your help and thank you Halls for the amazing tutorial. I've learned so much from you and I greatly appreciate it!!!

- Sat Aug 03, 2013 2:07 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 334637
Re: Browser MMO Video #7
I changed it to mysql_error() and I get unkown column 'statadd' in 'field list'
- Sat Aug 03, 2013 2:03 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 334637
Re: Browser MMO Video #7
So I think I understand what your saying and I changed my code to this:
but I still get my could not insert into backpack error.
Code: Select all
$itembought = "INSERT into inventory(id, name, stats, statadd, randid,type) VALUES ($playerid,'$name','$stats',$statadd,$randid2,'$type')";
- Sat Aug 03, 2013 1:17 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #7
- Replies: 111
- Views: 334637
Re: Browser MMO Video #7
I'm pretty sure that the problem is not in this code though.... should I post the battle.php? or the store.php?