
Browser MMO Video #20
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. 

-
- Posts: 62
- Joined: Tue Nov 24, 2009 11:09 pm
Re: Video #20
Will the other vids be up soon carn't wait lol
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video #20
yes, I am also releasing Urban Realms this weekend.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: Video #20
You could post it in the Project Showoff forums (probably PS II) if you would like people to check it outNZAAN 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.

The indelible lord of tl;dr
Re: Video #20
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
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Video #20
drop all tables and try again.
Re: Video #20
Just a quick question about vid 20, where the line reads:
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??
Code: Select all
$areaninfo="SELECT * from locations where location='$pllocation' AND type='arena'";
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
my best guess (not having watched the tutorials past like number 12 lol) is that it is a typo. it might have to be $plocationmrmajic wrote:Just a quick question about vid 20, where the line reads:there is no other referal to $pllocation so where location = $pllcation comes back as nill. ..Code: Select all
$areaninfo="SELECT * from locations where location='$pllocation' AND type='arena'";
am i way off here? Is this the reason that when i register and login, i have no creature to fight in the arena??
jus a guess. give it a try :p
New Site Coming Soon! Stay tuned 

Re: Video #20
and maybe
at the top of the code when defining???
Code: Select all
$plocation = $playerinfo3['location'];
Re: Video #20
I had the same problem today, but I found a solution for it. I just added a new location in database.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.
Like this http://jekku.net/location.png (a picture from my locations table)
After that the creatures respawned.