Page 1 of 1

NPC Sprite over the Player Sprite

Posted: 22 Aug 2004, 18:13
by Matt

[URL redacted]


Posted: 23 Aug 2004, 07:48
by ElvenProgrammer
MM when I click the link I get a strange german message, anyway if I understood, I know what the problem is, it's caused by the graphic engine, which needs to be completely rewritten. As always I'll do that when I'll have time :wink:

Posted: 23 Aug 2004, 10:12
by Chetic
Get time!! :P

Posted: 23 Aug 2004, 15:59
by Matt

You should use Mozilla Firefox and a HTTP-Referer Cleaner ;)

[URL redacted]


Posted: 23 Aug 2004, 16:16
by ElvenProgrammer
Yeah that's what I was meaning, anyway I'm working on it right now but the fix is giving me some problems, after I add it the client crashes frequently. I hope to get rid of that soon.

Posted: 24 Aug 2004, 06:21
by Shura
well, it should actually not happen that mob and player share the same position, right? i mean the collision detection - not implemented yet i guess - should substract some hp from our player & force the char away or the other way around when the player hits the monster.

Posted: 24 Aug 2004, 07:27
by Chetic
Are you saying that someone is supposed to be moved on a hit?
That would be very weird in an MMO I beleive..

Posted: 24 Aug 2004, 09:16
by ElvenProgrammer
If we follow RO example you only can't get over a monster, or if you do you'll be pushed away it's the easiest solution I think ( not that easy to code anyway)