Kamenuvol
Kamenuvol
addEvent with 1ms is not the same?
I'd vote to use otclient LuaEngine and declare the functions in its own class (most are just calling them) and only register in luascript.lua
I think ItemType only returns default attributes. Item should return the current duration.
Now, there are some funny names there 😆
In vanilla they save it directly on the map. For here, I would check the item id and its transform on use. If both are different from the map then...
Rotworm is not pushable and cannot push items or pushable monsters Carrion Worm is not pushable and can push items but not pushable monsters
I would prefer another unification system using enums for each data: player:setVocation(voc) -> player:setValue(PLAYER_VOCATION, voc) player:getVocation() -> player:getValue(PLAYER_VOCATION)