Browser MMO Video #20

Location of the Videos
Post Reply
NZAAN
Posts: 13
Joined: Sun Sep 27, 2009 12:16 am

Re: Video #20

Post by NZAAN »

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. :P
zolacat999
Posts: 62
Joined: Tue Nov 24, 2009 11:09 pm

Re: Video #20

Post by zolacat999 »

Will the other vids be up soon carn't wait lol
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #20

Post by hallsofvallhalla »

yes, I am also releasing Urban Realms this weekend.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Video #20

Post by Jackolantern »

NZAAN wrote: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. :P
You could post it in the Project Showoff forums (probably PS II) if you would like people to check it out :)
The indelible lord of tl;dr
acer360
Posts: 32
Joined: Sun Nov 29, 2009 12:48 pm

Re: Video #20

Post by acer360 »

i can't import the tutorial.sql file it stops after armor(witch is the first table) and then i get an error saying "the table classes has already been created" what do i do
XBOX 4 EVER
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #20

Post by hallsofvallhalla »

drop all tables and try again.
mrmajic
Posts: 117
Joined: Sat Jun 27, 2009 9:37 am

Re: Video #20

Post by mrmajic »

Just a quick question about vid 20, where the line reads:

Code: Select all

$areaninfo="SELECT * from locations where location='$pllocation' AND type='arena'";
there is no other referal to $pllocation so where location = $pllcation comes back as nill. ..

am i way off here? Is this the reason that when i register and login, i have no creature to fight in the arena??
Mr Majic...

Current Project: http://www.deltarealm.net
feedback welcome.
User avatar
Torniquet
Posts: 869
Joined: Sun Aug 02, 2009 6:18 am

Re: Video #20

Post by Torniquet »

mrmajic wrote:Just a quick question about vid 20, where the line reads:

Code: Select all

$areaninfo="SELECT * from locations where location='$pllocation' AND type='arena'";
there is no other referal to $pllocation so where location = $pllcation comes back as nill. ..

am i way off here? Is this the reason that when i register and login, i have no creature to fight in the arena??
my best guess (not having watched the tutorials past like number 12 lol) is that it is a typo. it might have to be $plocation

jus a guess. give it a try :p
New Site Coming Soon! Stay tuned :D
mrmajic
Posts: 117
Joined: Sat Jun 27, 2009 9:37 am

Re: Video #20

Post by mrmajic »

and maybe

Code: Select all

$plocation = $playerinfo3['location'];
at the top of the code when defining???
Mr Majic...

Current Project: http://www.deltarealm.net
feedback welcome.
QBone
Posts: 1
Joined: Sun May 09, 2010 1:48 pm

Re: Video #20

Post by QBone »

tehbeasthax wrote:what is happening is it is not sending the creature again. On the site i logged in with user:halls pass: halls and you were attacking an orc well once the orc got killed it didn't re-update the creature in the players where it was saying creature:10 it is now saying creature:0

Every1 is going to have this problem to get it fixed replace your battle.php with this one for some reason the battle.php in vid 20 does not work and will not auto-update the creature you are attacking.
I had the same problem today, but I found a solution for it. I just added a new location in database.
Like this http://jekku.net/location.png (a picture from my locations table)

After that the creatures respawned.
Post Reply

Return to “Older Browser MMO Videos”