Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
function getBlessingsCost(level)
if level <= 30 then
return 2000
elseif level >= 120 then
return 20000
else
return (level - 20) * 200
end
end
add this to data/global.lua
ok. i was look the npc libs and try change somthing but stil i got alot bugs in console. i try again fix this problem.
question
Do you have good working script for bridge from yours pictures??
1581751952
<rune group="attack" spellid="21" name="Sudden Death" id="2268" allowfaruse="1" charges="1" lvl="45" maglv="15" exhaustion="2000" groupcooldown="2000" needtarget="0" blocktype="solid" script="attack/sudden death.lua"/>
and stil the same no efect
no erorrs in console but still not working. Just the mesage "You can only use this rune on creatures."
1581613246
ehh..
1581618290
local combat = createCombatObject()
setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE)
setCombatParam(combat, COMBAT_PARAM_EFFECT...
celo you was testing sd rune on warlock or creature?? i have problem with this script
only message "You can only use this rune on creatures." and no shot to target
the same mug still not working.
1581242691
yours engine working much better like mine. i use yours datapack to my project.
i be reporting about all erorrs :)
1581250392
local config = {
bridgePositions = {
{position = Position(32099, 32205, 8), groundId = 351, itemId = 4645}...
you was testing the mug on server 8,0 or 7,72?? (pictures is from 7.72 or older version)
i testig now yours oryginal data pack from celohere/forgottenserver (https://github.com/celohere/forgottenserver) and
sd rune still not working properly with unvisable monsters example "warlock" and mug...