• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. A

    Lua [8.60] Manarune.lua

    I'm not getting any kind of errors. The only thing that doesn't work is when I use it, nothing else pops up. It says "you cannot use this object". *Using the last spell rune.* *You cannot use this object.*
  2. A

    Lua [8.60] Manarune.lua

    How can I know why it's not working? That's why I seek support here..? I'm using a 8.60 TFS server, which version I can't remember. >>>>>>>>>> http://otland.net/f18/8-60-forgotten-server-v0-2-based-0-2-14-a-169262/ <<<<<<<<<<< I'm sure it was that one.
  3. A

    Lua [8.60] Manarune.lua

    Where should I make the new .lua script? I have nothing like that: "data/spells/?".. EDIT; Never mind, it's just simply "data/spells/scripts/healing"
  4. A

    Lua [8.60] Manarune.lua

    Good evening, This is how the manarune looks like at the moment... <action itemid="2270" event="script" value="other/manarune.lua"/> - in actions.xml This is the manarune.lua... local exhaust = createConditionObject(CONDITION_EXHAUST) setConditionParam(exhaust...
  5. A

    [8.60] 2x fast attack

    Thank you!
  6. A

    [8.60] 2x fast attack

    Hey guys, Does anyone have a script for increasing the attack speed of players?
  7. A

    TalkAction Otswe Amulet Of Loss & Bless Command!

    The AoL still works, but it's the same issue with !bless :S It doesn't register the actual script, it only writes out !bless normally in the chat
  8. A

    [8.60] !promotion and !bless command

    Good evening, Is there anyone that has a working "!promotion" and a working "!bless" talkaction script? local aol_otswe = { cost = 10000, buy_text = "You have bought an Amulet of Loss! You are now protected against item loss as long as you wear it.", cancel_text = "Sorry but you can't afford...
  9. A

    TalkAction Otswe Amulet Of Loss & Bless Command!

    I just tried this script out, the Amulet of Loss works perfectly fine. But the "!bless! does not work..
  10. A

    TalkAction [Admin] Create teleporter

    Oh my god, you saved my life. + rep
  11. A

    [8.60] Text from teleports "TRAINERS/HUNTING...etc"

    Works like a charm! ++rep!
  12. A

    Scripter Fresh 8.60 server, new map, looking for active scripter

    Hey guys, what's up! To start off with.. My name is Albin. I am seventeen years old and I am from Sweden. Me and a friend is starting up a fresh 8.60 server with a whole new map, it's mainly a TFS server but it's adjusted to our likings. However, we'd like an active and experienced scripter to...
  13. A

    [8.60] Text from teleports "TRAINERS/HUNTING...etc"

    Hey guys, Does anyone have a script, an adjustable script to be more specific, to make flashing texts come out from the teleports that you've created? For example, "TRAINERS", "MONSTERS", "QUESTS"... And the list goes on...
  14. A

    [8.60] Non Player Characters

    I see, well.. Thank you very much! I have only one more question.. The "seller.lua" file.. Do you have that? I think that's required to make things work, it's not in my folder :) <?xml version="1.0"?> <npc name="Frodo" script="data/npc/scripts/seller.lua" walkinterval="2000" floorchange="0">...
  15. A

    [8.60] Non Player Characters

    Thank you, and you don't happen to know Spanish? People are going to have a rough time unless they know Spanish while speaking with Malak! :)
  16. A

    [8.60] Non Player Characters

    Good evening fellows, What I just stumbled across was pretty expected to be honest, I have only a few NPCs on the server. Does anyone happen to have download links to the NPCs "Malak" and "Frodo"? Thank you in advance!
  17. A

    Custom amulet infinite?

    <item id="2173" article="an" name="amulet of loss"> <attribute key="weight" value="420" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="1" /> <attribute key="preventDrop" value="1" /> </item> I suppose you can more or less copy this from the normal...
  18. A

    Starter For 8.0 Evolution

    I think he means a .exe-file to start it with.
  19. A

    How to make AOL work

    8.60 - - - Updated - - - 1. It doesn't expire. 2. It doesn't protect against item loss. 3. Settings looks optimal, but obviously it doesn't work.
  20. A

    How to make AOL work

    <movevent type="Equip" itemid="2173" slot="necklace" event="function" value="onEquipItem"/> <movevent type="DeEquip" itemid="2173" slot="necklace" event="function" value="onDeEquipItem"/> I have that in there from the beginning, maybe there are something that's not right in there..
Back
Top