Matheus Costa

Results 5 comments of Matheus Costa

In my opinion, you shouldn't be able to construct an ItemType with an Item userdata. The method item:getType() makes more sense for OO. But it should be returning nil if...

No, itemType:getType() returns a number: https://github.com/otland/forgottenserver/blob/master/src/items.h#L45 item:getType() returns the ItemType of the item: https://github.com/otland/forgottenserver/blob/master/data/lib/core/item.lua#L1

What about splitting the changes for the store inbox functionality? (moving it to the source like @ninjalulz mentioned)

@MatheusGrilo There is no fix for this, you should have images for all offers, you could create a transparent image to use if you'd like having offers without an image.

AFAIK Dancestep - Already implemented. Turning/Facing - Already implemented Running Away/Escaping - Already implemented. Pathfinding (general) - Already implemented. Pathfinding (passable objects) - Already implemented, however the creature poffs without...