Search found 10 matches

by copycat
Mon Apr 28, 2014 6:20 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

Hi, I'm back home again :) I worked on Sessions thing and kinda figured out. Another thing I have wondered is how can I make a button call php function? Thing is copying every founded wild pokemon is unnecessary. I wanna copy the ones which attacked by players. So when player clicked the 'Attack!' b...
by copycat
Fri Apr 18, 2014 12:13 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

Those are good explanations and examples, thanks everyone! I gotta hit the road those days for over 4,000 kilometers but I will examine what you guys said when I came back home and this will be approximately at the beginning of the next week.

Regards.
by copycat
Thu Apr 17, 2014 12:13 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

$qry = mysql_query( "SELECT * FROM monsterClass WHERE rarity = "$type" ORDER BY RAND() LIMIT 1" ); $row = mysql_fetch_assoc( $qry ); [/code] I was keep getting error from this query and couldnt figure it out till now, rarity = "$type" should be rarity = '$type' :P I go...
by copycat
Wed Apr 16, 2014 10:26 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

Oh didnt see that, sorry but its getting late here and im little sleepy :P Thanks for advices, I'll look into it tomorrow.
by copycat
Wed Apr 16, 2014 10:19 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

I think about that before, I know I got this problem but I thought if I use ajax for this players can not figure out how to do it. But sessions makes much more sense, where should I start for learning how to do it? Is there any good video tutorial or something like that you know?
by copycat
Wed Apr 16, 2014 7:35 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

Hi Klown, I liked your advise and thank you very much for that. This queries can do the work but I have a question. In the far away future which this game have hundreds of players, will copying every wild pokemon which found by players to another table overload the MySQL and cause problems?
by copycat
Wed Apr 16, 2014 5:36 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Re: Text-Based MMORPG

Rarity column would not work for me. I'm using 4 different tables because first it chooses pokemons rarity, then it chooses pokemon. I dont know how to write query for both of it so I did it seperately. About wild pokemons, players should battle with pokemon first, then they should capture it. Not t...
by copycat
Wed Apr 16, 2014 2:23 pm
Forum: Beginner Help and Support
Topic: Text-Based MMORPG
Replies: -1
Views: 4048

Text-Based MMORPG

Hi there, As I said in the Introduction's, I found this forum while I was looking for PHP MMORPG tutorials on YouTube. I watched hallsofvallhalla's tutorial series and applied it but I was developing something different than hallsofvallhalla's game, I was building something like PokemonVortex (old P...
by copycat
Wed Apr 16, 2014 1:24 pm
Forum: Say Hello
Topic: Hi
Replies: -1
Views: 2468

Re: Hi

I hope so, thanks. :roll:
by copycat
Wed Apr 16, 2014 12:58 pm
Forum: Say Hello
Topic: Hi
Replies: -1
Views: 2468

Hi

Hi there, found this forum while I was looking for PHP MMORPG tutorials on YouTube so I came across to hallsofvallhalla's series of tutorials :) I am quite new on this but I'm learning new things everyday :P I have some questions though, so I decided to participate to community.

Regards.

Go to advanced search