tales / sourceoftales

Moved to: https://gitlab.com/tales/sourceoftales
http://www.sourceoftales.org
Other
59 stars 21 forks source link

Ladder warp feels weird in the client #63

Open Ablu opened 8 years ago

Ablu commented 8 years ago

We currently warp the player up and down if he touches the ladder north of the temple.

Loki reported this as a bug via mail and I agree that it feels kind of weird.

bjorn commented 8 years ago

As far as I know, we added this warp to prevent monsters from standing on the ladder. We need a better way to handle that, like probably having a collision flag for this.

Ablu commented 8 years ago

I think I placed it there mostly because it also could look a bit weird if you simply climb the ladder with the usual walk animation... (and then maybe turn left and right...). But not sure if it would really look weird...

though monsters standing on the ladder are a valid concern too...

bjorn commented 8 years ago

We should definitely also lock the looking direction and animation for these tiles to make sense for being on a ladder.

Ablu commented 8 years ago

I think this could be solved by a more flexible collision system. For example special ground tiles could be marked as "ground" with "WALK" as animation, water as "water" with "SWIM" animation. Then a ladder could simply be a "ladder" with a "CLIMB" animation. Also it could be interesting to add certain status effects/attribute effects like slowing done movement. One could even do crazy stuff like buff lightning damage while in water or something like that...