thanksSakar wrote:Because in his game (and in future videos) he spawns creatures by using crons.
Search found 6 matches
- Tue Dec 22, 2009 10:31 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#6a and 6b
- Replies: 48
- Views: 40647
Re: Video#6a and 6b
- Tue Dec 22, 2009 10:18 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #18
- Replies: 69
- Views: 44446
Re: Video #18
u`r right.. didn't see itOldRod wrote:I'm not home to check this for sure, but I think there is an *.sql file in the download link above. That has the db structure in it.sonicatu wrote:can u upload the sql database too?:)

- Tue Dec 22, 2009 10:00 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video #18
- Replies: 69
- Views: 44446
Re: Video #18
can u upload the sql database too?:)
- Tue Dec 22, 2009 9:44 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#6a and 6b
- Replies: 48
- Views: 40647
Re: Video#6a and 6b
ok. i understand 
another thing, but it`s not related to this video, why did u made the creatures disappear from the database if u kill them?
the creatures should be infinite.

another thing, but it`s not related to this video, why did u made the creatures disappear from the database if u kill them?

- Tue Dec 22, 2009 9:03 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#6a and 6b
- Replies: 48
- Views: 40647
Re: Video#6a and 6b
@hallsofvallhalla as you said, you can balance the amount of xp for each lvl. you can for example duble the amount, let's say: lvl 1 to lvl 2 = 100xp lvl 2 to lvl 3 = 200xp lvl 3 to lvl 4 = 400xp lvl 4 to lvl 5 = 800xp lvl 5 to lvl 6 = 1600xp and form here it get`s harder. I played a lot of games an...
- Tue Dec 22, 2009 7:45 pm
- Forum: Older Browser MMO Videos
- Topic: Browser MMO Video#6a and 6b
- Replies: 48
- Views: 40647
Re: Video#6a and 6b
ok, this is my first post so don`t get mad if i am mistaking. if ($playerinfo3['level'] > $creatureinfo3['level']) { $firstmod = $playerinfo3['level'] - $creatureinfo3['level']; $secondmod = $firstmod * 10 ; if ($secondmod > 90){$secondmod = 90;} $thirdmod = ($secondmod / 100) * $creatureinfo3['expe...