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!
I thought about checking the vocation on wand xml and add the damage, would be easy and it would work I think.
About the other one, I don't know how to do what you said, but wouldn't be heavy to do this by lua?
There must be somewhere on the sources where I could edit monster damage/hp just...
function onLogin(player)
if (player:getStorageValue(2500) == 20 and not player:hasMount(17)) then
player:addMount(17)
player:sendTextMessage(MESSAGE_INFO_DESCR, "You received War Horse!")
player:getPosition():sendMagicEffect(CONST_ME_GIFT_WRAPS)
elseif...
Thanks for all the info, I know that you work with 0.3.7, I don't think it would take so long to make (for someone experienced)
I'm still thinking of ways to make it, I'm still not that good with tables to do like 6 arenas of the same type on one script.
I'll try to figure something new...
Got it now, downloaded a dat editor and the item was marked as "rune" (useable with crosshair), even if it is a cloned item (new item on otb, same sprite) the client counts as the sprite is useable. Will think of some work around or custom client, thanks for the info.
Hello, I'd like to request an arena script, I'll try my best to explain what I want, already tried a few ways to do it, requested for a few ppl, but after lots of tries and errors I'm here.
Would be 4 arena "types" (One monster each type).
6 Rooms for each type.
Map SS:
How it works?
Player...
1.Yeah, i've checked vocations, but there are less configs than used to be, probably they won't bother to add it since there's not much requests on it.
2. Any tip on how to do it?
3. It's already a new item that i've created through otb, can be the sprite related to the crosshair? Would be...