Browser MMO Video #4

Location of the Videos
Post Reply
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #4

Post by hallsofvallhalla »

glad i could help
siim
Posts: 6
Joined: Sat Oct 03, 2009 12:20 pm

Re: Video #4

Post by siim »

I have an error :S and i cant fix it.....i have watched 4 video over and over again but still nothing. can anybody help please ? (sorry about bad english)

Error

SQL query: Edit

INSERT INTO `tutorial`.`creatures` (
`id` ,
`name` ,
`hpoints` ,
`attack` ,
`defense` ,
`exper`
)
VALUES (
'', 'orc', '5', '5', '5', '30'
), (
'', 'goblin', '5', '2', '2', '20'
)

MySQL said: Documentation
#1062 - Duplicate entry '0' for key 'PRIMARY'
User avatar
Hutch
Posts: 95
Joined: Wed Aug 12, 2009 11:12 pm

Re: Video #4

Post by Hutch »

Do you have auto increment set on 'id'?
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #4

Post by hallsofvallhalla »

go to database,then go to players table, go to structure, find the feild id, should be top one, now to the right see the symbol that looks like a key? click on it. This will make id the primary field. Now edit id and make it auto increment.
mrmajic
Posts: 117
Joined: Sat Jun 27, 2009 9:37 am

Re: Video #4

Post by mrmajic »

Congratulations on 1000 posts under the subtitle of BROWSER MMO TUTORIAL .. great to be part of the action..
Mr Majic...

Current Project: http://www.deltarealm.net
feedback welcome.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #4

Post by hallsofvallhalla »

wow awesome!
adamrain
Posts: 12
Joined: Sun Oct 11, 2009 7:51 pm

Re: Video #4

Post by adamrain »

i got "could get a creature!" error

what shold i do to fix it?
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #4

Post by hallsofvallhalla »

its having a problem finding the creature you are looking for. We need to see attack.php and battle.php then a screenshot of the creatures table.
adamrain
Posts: 12
Joined: Sun Oct 11, 2009 7:51 pm

Re: Video #4

Post by adamrain »

my php fils are as you posted them

and the table pc:
Image
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Video #4

Post by hallsofvallhalla »

what does the url show when you go to attack.php. like whats after the ?
Post Reply

Return to “Older Browser MMO Videos”