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!
Hello dear community, :)
I tried to create a spell working exactly in the same way as the Destroy Field Rune does; however, I wanted to make it massive (=CIRCLE3X3)...
I'm currently using the [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8 by Printer, from the thread: [8.60] The...
got bored and wanted to try to make my first non-utility spell
only works on monsters, fully configurable (config is at the bottom)
demonstration: http://xera.s-ul.eu/C95HkX4x
--[[#######################################################################################]]--
function...
Hey Otland! I need a teleport player spell! How it should working like? If you got someone in target you using the spell then you get with the player teleported to position 1500,1500,7 and after 10 sec you get kicked out from there then you must wait 120 sec to cast the spell again xD im using...
Greetings all!
This is my 1st script :) It emulates find player which also sends a text to the player you are looking for that the person who cast the spell is looking for them and gives them their location.
-- this returns the offset of x, y, z
function getOffsetXYZ(pos1, pos2)
return...
Hello OtLand!
I've searched for a spell that buffs the player increasing the elemental protection of the user. Is this spell possible on lua, or could I need to compile this kind of parameters?
Thanks for the help!
Authors:
Base script Spell Seller For Trade by Critico
Tabbing by J.Dre
Rewritten by cbrm
Fixed by Oskar
TFS: 1.2
Tested: Yes (TFS 1.2, 1077 client)
Warning! Spells list might be not complete or accurate. Remember to edit them by yourself.
Lua script:
How it works/config:
if...
A spell from my old server (Original Rox0r + TheOTServer) used by Knights.
local spinAreas = {
createCombatArea({
{2, 1}
}),
createCombatArea({
{2, 0},
{0, 1}
}),
createCombatArea({
{2},
{1}
}),
createCombatArea({
{0...