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!
Guys, i've tried:
function Player:onLoseExperience(exp)
if player:getLevel() <= 75 then
return 0
else
return exp
end
end
function Player:onLoseExperience(exp)
return (self:getLevel() <= 75 and 0 or exp)
end
function Player:onLoseExperience(exp)...
I didnt finished yet, few things to finish yet and some bugs, but if you or anybody else want to finish, follows the codes
THIS IS FOR MYAAC v0.8.7
THIS IS HOW THINGS ARE GOING:
Put after:
if($config['template_allow_change'])
echo '<span style="color...
@potinho Dude, I'll do it for us this weekend and I'll share for everyone for free, this is a community that is going in the wrong direction, in oldtimes everyone used to help everyone, now I see that everyone is charging for simples things like that.
Guys, I have some issues that I'm trying to fix but with no success.
Does anyone have the solution for any of those?
1- How to add Store in game?
2- When I click on the "Enable Shared Experience" button in the game, the console returns an error, I need to fix that or remove the button...
Hey guys, how u doing?
I need a script (preferably with function in sources) that when player1(druid) heals player2, spend 35 mana.
And when player1(druid) heals himself, spend 70 mana.
I use Nostalrius sources, I think that is the same as tfs 1.2.
This is my healfriend.lua:
local combat =...
I'm trying to use this, but its always crashing, and I'm going crazy to compile the master version and still getting nothing, please someone could help me? discord goes@7131
Bro, can u tell me how u did that? I've to do the same in my server as well. (edited all spells to be used by maglevl instead level).
Abt ur question, does make any difference if you could buy or not the spell if you does not have the necessary ml yet?
In my view, doesn't matter, so I just...
3- Do u or anyone else have the code?
4- Do u or anyone else know any that already have solution, that you can tell/give me what is the solution? It would save a bunch of time.
It worked, thank you!
I have some questions.
1-In this version, used to exist hotkeys already? (use rune on target)
2-Which acc web should I use with this?
3-Is possible to add "bring me to xxx" to travel without saying hi to the boat npc?
4-Are there any known money bug that I should fix...
Hello everyone, I downloaded the sources from the OTX2 server, but I can't use the compiled distro because it has viruses, I've been trying for 3 days to compile the server, today I managed to (through Visual Studio, release/64-msvc), but when I open the executable, it presented me with some...
Hello everyone, I downloaded the sources from the OTX2 server, but I can't use the compiled distro because it has viruses, I've been trying for 3 days to compile the server, today I managed to (through Visual Studio, release/64-msvc), but when I open the executable, it presented me with some...