Search found 10 matches
- Tue Aug 09, 2011 7:17 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #25 with latest source!
- Replies: -1
- Views: 5892
Re: Video 25 with latest source!
Something interesting I found out in authenticate.php that would be game makers should probably fix. This line: $query = "select name,password from players where name='$player' and '$password'"; Should be this: $query = "SELECT name,password from players where name='$player' and passw...
- Tue Aug 09, 2011 4:34 am
- Forum: Older Browser MMO Videos
- Topic: [Request] guys help me here with some error
- Replies: -1
- Views: 1159
Re: [Request] guys help me here with some error
The first problem I believe you are having is cause the battle is asking for an ID for which creature is next in the queue to fight the player. I pointed this out on the 25th video. It is an easy fix in the database.
As for the gold thing, didn't test it out myself.
As for the gold thing, didn't test it out myself.
- Fri Aug 05, 2011 10:38 pm
- Forum: Older Browser MMO Videos
- Topic: Crons Tutorial
- Replies: 40
- Views: 17379
Re: crons
I also looked at godaddy and they looked like a deal. Question, is their anyway to get them to cron more often? (I assume for a price.) I guess a sneaky way of getting more cron action is to have it run every time a user loads a page. (This would probably be a bad idea unless you knew how to only ma...
- Fri Jul 08, 2011 7:24 pm
- Forum: General Development
- Topic: O' what to use.. what to use..
- Replies: -1
- Views: 1684
Re: O' what to use.. what to use..
Er.. sorry meant the "Javascript RPG engine" he was talking about.SpiritWebb wrote:
Unity: http://www.unity3d.com
- Fri Jul 08, 2011 4:02 pm
- Forum: General Development
- Topic: O' what to use.. what to use..
- Replies: -1
- Views: 1684
Re: O' what to use.. what to use..
Thanks! Alright, sounds difficult but good.
Forgive my ignorance, but where is the engine? (Or is it the tutorial?)
Forgive my ignorance, but where is the engine? (Or is it the tutorial?)
- Fri Jul 08, 2011 8:46 am
- Forum: General Development
- Topic: O' what to use.. what to use..
- Replies: -1
- Views: 1684
O' what to use.. what to use..
I have been going through halls videos, learning PHP, SQL, looking at JS and Ajax... and realized that I may have a problem when looking at the tech and what I can do. I am at a stand still on what tech to use. I want to make a game similar to the FF4-6 games on the SNES, or at very least, the smoot...
Hello All
Been milling around in trying to make a game on the computer, checking out other games and found this site from youtube. (Which learning some PHP and SQL from halls ;) ) I have past knowledge in programming, probably stronger in Java and C++. I am almost completely ignorant to scripting and website ...
- Thu Jul 07, 2011 11:00 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #25 with latest source!
- Replies: -1
- Views: 5892
Re: Video 25 with latest source!
Thank you for more videos! Glad you are doing more. Also, noticed a interesting thing where new players that were created could not get into a fight. Realized that code was checking the 'creature' id in players which was default 0 (and Orc is 10). I know it is small, but just saying in case it comes...
- Thu May 19, 2011 2:58 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083507
Re: Video#5
can you show us the actual stat panel code? also I do not recommend anyone attempting the code until video 14 or more. It is only going to aggravate you. We have seen it well more than 1,000 times here. Watch then download code at 14 or maybe even 20 Roger, roger. Programmer in me twitching when I ...
- Thu May 19, 2011 5:11 am
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #5
- Replies: 348
- Views: 1083507
Re: Video#5
I am just starting this, everything has been fine till now, after I log in I get the goblin stats but none for the player just shows this. Hit points = Attack = Defense = Goblin Hit points = 5 Attack = 3 Defense = 3 Attack! I actually get what Watcher gets as well, which has been boggling my mind. ...