Search found 11 matches

by IceRidder
Thu Nov 04, 2010 8:53 am
Forum: Older Browser MMO Videos
Topic: Videos 1-20
Replies: 80
Views: 29344

Re: Videos 1-20

i think if you watch all the videos you will find you answer. the most common way to do it is create a session. You say that the player is already logged in but at some point he needs to log in as you cannot automatically do that and when he logs in you set the session and in battle just use "i...
by IceRidder
Tue Nov 02, 2010 8:39 am
Forum: Older Browser MMO Videos
Topic: about css
Replies: -1
Views: 737

Re: about css

it's not ok to use percentages. what you need to do is create a "main" div in which you will include all others. You set the width of the div as you like (say 800,1028,1280 etc) and you put align=auto this will always center it.
by IceRidder
Thu Oct 28, 2010 12:57 pm
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

it worked fine for me from the beginning, i only had a damage problem which i fixed but it keep getting the monster. try getting the script again and see what happens.
by IceRidder
Thu Oct 28, 2010 7:21 am
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

this is the creature regen: if ($newcreaturehp < 1) { echo "The " . $creature . " has been killed"; $crmaxhp=$creatureinfo3['maxhpoints']; $updatecreature="update creatures set hpoints='$crmaxhp' where name='$creature' limit 1"; mysql_query($updatecreature) or die("...
by IceRidder
Tue Oct 26, 2010 6:31 am
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

that is what i am trying to find out as i cant see what is the problem. if after you kill 1 monster you don't get another there are more possibilities: 1. the monster was nor recreated in the DB 2. the select query has a problem and cannot get the monster so checking if there is a monster in the DB ...
by IceRidder
Mon Oct 25, 2010 7:23 am
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

does the monsters exist there? if they are there then its a problem with the select query in the arena.
by IceRidder
Fri Oct 22, 2010 10:26 am
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

that is an if statement not attribution.
by IceRidder
Fri Oct 22, 2010 6:57 am
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

this seems ok. did you check the data base?
by IceRidder
Thu Oct 21, 2010 9:23 am
Forum: Say Hello
Topic: Hi
Replies: -1
Views: 374

Hi

First of all hello to all. My name is Alex, i am 23 and i live in Romania. I like and want to play MMORPG's but my time is limited and i cannot keep up with players that stay connected 8-10-12 or more hours a day. That is when i discovered the web browser games (tribal wars and travian which the mos...
by IceRidder
Thu Oct 21, 2010 7:30 am
Forum: Older Browser MMO Videos
Topic: spellllssss!
Replies: -1
Views: 1238

Re: spellllssss!

check this lines and locations. echo "The " . $creature . " has been killed"; $updatecreature="update creatures set hpoints='$creaturestarthp' where name='$creature' limit 1"; mysql_query($updatecreature) or die("Could not update people"); // $updatecreature=&...

Go to advanced search