Samuel

Results 15 comments of Samuel

Island of Destiny ~= Tutorial Island Also both islands still exist.

For tutorial island that is true, there is no reason to remove it from the map if we got it tracked

testraid.lua should use Position() constructor instead of the table constructor with x,y,z-fields. I think it would be cleaner if you could pass the amount of creatures to the addSpawn function.

`MoveEvents::onCreatureMove` is called after the creature has been moved to the new tile. It should not be necessary to introduce `nextPosition`, since `creature->getPosition()` can be used. By adding nextPosition/toPosition as...

IMO it's not confusing at the moment. The parameters do exactly what they say right now. `position` is the position of the tile/item which the script is assigned to. `fromPosition`...