1.What function should i use in lua to absorb percent death?:S ( in addon bonus system)
i tried this but doesnt work
2. What function should i use for check that item is stepable :d
i have script on appearing items in random place on the map but i dont want to appear item on wall for example or on tree --.--
i tried this! but it doesnt work too :/
3.What function should i use for be invisible like a ghost
not like utana vid but like a /ghost command for god/gm
i want create item with that function but i dont know what to write :S
i tried this but doesnt work
PHP:
setConditionParam(norse, CONDITION_PARAM_ABSORB_PERCENT_DEATH, 50)
2. What function should i use for check that item is stepable :d
i have script on appearing items in random place on the map but i dont want to appear item on wall for example or on tree --.--
i tried this! but it doesnt work too :/
PHP:
if queryTileAddThing(place, cur) ~= 1 or getTilePzInfo(cur) or getTileHouseInfo(cur) then
3.What function should i use for be invisible like a ghost