• 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. S

    Mobs with custom spells.

    oh i didnt think it was that easy... thanks
  2. S

    Mobs with custom spells.

    bump
  3. S

    Mobs with custom spells.

    Hey, I was wondering if i can add custom spells to monsters, like say i make a spell using "TGYoshi"s spellcreator. Can i then make it so a monster use it? And if so, how? ( Im using [9.1] TFs v0.2.11pl2 ) Rep++ for help :3 - - - Updated - - - bump
  4. S

    Npc window

    Nope, ill figure it out somehow. Thanks alot for trying tho :) I got these other test npcs that do open it but not from the start. Like this one opens it if you say "mount", but not when you say "hi". -- Npc A local keywordHandler = KeywordHandler:new() local npcHandler =...
  5. S

    Npc window

    No errors, but it still doesnt open the npc window :s
  6. S

    Npc window

    That gave me errors :s [30/03/2013 20:54:58] Lua Script Error: [Npc interface] [30/03/2013 20:54:58] data/npc/scripts/trader.lua [30/03/2013 20:54:58] data/npc/scripts/trader.lua:14: attempt to index global 'shopModule' (a nil value) [30/03/2013 20:54:58] stack traceback: [30/03/2013...
  7. S

    Npc window

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end function...
  8. S

    Npc window

    Oh sorry forgot that, its 8.7 TFS v0.2.10
  9. S

    Npc window

    Hey, How do i change so when i say "hi" to my npc's, the NPCs window pops up with the response? Example: [Player]: Hi -The NPCs channel/window pops up- [NPC]: Welcome, Player! I have been expecting you. //Thanks.
  10. S

    Text/teleport effects ( Help Please )

    Nope, didnt work either. I know theres one that should work for 8.7.. i just cant find it/get it to work.
  11. S

    Mana rune

    Hey im using this mana rune script and i was wondering if anyone could change so it heals you as well and also remove so you can use it when you have full mana/hp. :3 function onUse(cid, item, frompos, item2, topos) minMana = 10000 -- How much mana minium will you get? maxMana = 15000 --...
  12. S

    Text/teleport effects ( Help Please )

    Nope :/
  13. S

    Text/teleport effects ( Help Please )

    Tried both, none worked. :/ Been trying to get it to work for hours lol, feels like im missing something. Maybe a stupid question, but do i need to do anything else? or say something? to get it to work. Cuz i know with 8.6 you just had to put those in and then it would work. :o
  14. S

    Text/teleport effects ( Help Please )

    Hey, So i have decided to make an 8.7 otserv. Im fairly new to it, but im making progress. :P But im stuck on trying to get text effect to appear over a teleport. [8.7] The Forgotten Server v0.2.10 (Mystic Spirit) Im using this one. globalevents/scripts/effectile.lua local config =...
Back
Top