NPC Sprite over the Player Sprite

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

NPC Sprite over the Player Sprite

Post by Matt »

[URL redacted]

Last edited by WildX on 04 Aug 2023, 14:57, edited 1 time in total.
Reason: URL redacted upon request
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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:
User avatar
Chetic
Novice
Novice
Posts: 63
Joined: 12 Jul 2004, 09:31
Location: Sweden
Contact:

Post by Chetic »

Get time!! :P
Quote of the year:
<Sull> the diff with GPL and priced software,GPL is faster to install cause you dont have to put a crack/serial

xD
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

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

[URL redacted]

Last edited by WildX on 04 Aug 2023, 14:56, edited 1 time in total.
Reason: URL redacted upon request
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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.
User avatar
Shura
Novice
Novice
Posts: 96
Joined: 15 Jun 2004, 01:36

Post 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.
Don't argue with idiots. They drag you down to their level and beat you with experience.
User avatar
Chetic
Novice
Novice
Posts: 63
Joined: 12 Jul 2004, 09:31
Location: Sweden
Contact:

Post 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..
Quote of the year:
<Sull> the diff with GPL and priced software,GPL is faster to install cause you dont have to put a crack/serial

xD
User avatar
ElvenProgrammer
Founder
Founder
Posts: 2526
Joined: 13 Apr 2004, 19:11
Location: Italy
Contact:

Post 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)
Locked