Page 5 of 13
Re: Video #20
Posted: Fri Mar 19, 2010 9:35 am
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.

Re: Video #20
Posted: Fri Mar 19, 2010 6:13 pm
by zolacat999
Will the other vids be up soon carn't wait lol
Re: Video #20
Posted: Fri Mar 19, 2010 8:55 pm
by hallsofvallhalla
yes, I am also releasing Urban Realms this weekend.
Re: Video #20
Posted: Sat Mar 20, 2010 8:12 am
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.

You could post it in the Project Showoff forums (probably PS II) if you would like people to check it out

Re: Video #20
Posted: Sun Apr 04, 2010 11:03 am
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
Re: Video #20
Posted: Sun Apr 04, 2010 9:09 pm
by hallsofvallhalla
drop all tables and try again.
Re: Video #20
Posted: Sat Apr 10, 2010 7:47 am
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??
Re: Video #20
Posted: Sat Apr 10, 2010 8:27 am
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
Re: Video #20
Posted: Sat Apr 10, 2010 9:24 am
by mrmajic
and maybe
Code: Select all
$plocation = $playerinfo3['location'];
at the top of the code when defining???
Re: Video #20
Posted: Sun May 09, 2010 2:43 pm
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.