• 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!

Search results

  1. Felipe Monteiro

    Amulet charge problem

    nothing change, and now it doesnt show charges left more
  2. Felipe Monteiro

    Amulet charge problem

    Im using tfs 1.0, and about configuration looks right.. Items.xml <item id="2197" article="a" name="stone skin amulet"> <attribute key="weight" value="700" /> <attribute key="slotType" value="necklace" /> <attribute key="charges" value="5" /> <attribute...
  3. Felipe Monteiro

    Amulet charge problem

    My amulets show in game only 1 charge when look it, but in items.xml is right charges. I hope someone can help me
  4. Felipe Monteiro

    Solved (Help) Open map in tfs 10.10

    change name of your map on config.lua.. Altheas to Altheas.otbm
  5. Felipe Monteiro

    Solved Problem with script - Help

    Fixed, Thread can be closed !
  6. Felipe Monteiro

    Solved Problem with script - Help

    Hello, i have a problem with my script citizen addon, of the NPC Lubo.. It gives me this error Lua Script Error: [Npc interface] data/npc/scripts/Lubo.lua:onCreatureSay data/npc/scripts/Lubo.lua:55: attempt to index global 'exhaustion' (a nil value) stack traceback: [C]: ...
  7. Felipe Monteiro

    Lua Arena Error

    BUMP
  8. Felipe Monteiro

    Lua Arena Error

    Same erro, and one more frostfur :/ And i'm not kicked :x
  9. Felipe Monteiro

    Lua Arena Error

    Well my arena is almost working fine, but have one problem.. Player dies inside arena, then comeback again, but monster still there, and a second monster is created.. Image says everything My arenaroom.lua function onStepIn(cid, item, position, fromPosition) if InitArenaScript == 0 then...
  10. Felipe Monteiro

    Addon Doll in TFS 1.0

    But it looks that player will receive all outfit addons ? or not
  11. Felipe Monteiro

    Addon Doll in TFS 1.0

    Someone?
  12. Felipe Monteiro

    Addon Doll in TFS 1.0

    Yes, when i just use !addon (without to insert the addon) it says that something is wrong, but when i use !addon citizen (or any other) it doesnt says nothing. I think that error is in the second verification.. if(param ~= "" and maleOutfits[param] and femaleOutfits[param]) then I hope u can...
  13. Felipe Monteiro

    Addon Doll in TFS 1.0

    My addon doll and my mount doll talkactions doesnt work in tfs 1.0, and i have no idea what is wrong, because it doesnt show any error on console. If someone can help me.. Addon Doll function onSay(cid, words, param) local femaleOutfits = { ["citizen"]={136}...
  14. Felipe Monteiro

    Lua Horestis Boss Help

    I have one horestis actions, that i broke jar, and horestis is spawned.. I need this account only work again 1 hour after be used.. <!--Horestis Jar--> <action itemid="13500" script="other/horestis.lua" /> function onUse(cid, item, fromPosition, itemEx, toPosition) local function...
  15. Felipe Monteiro

    Spells damage

    My sd hit 500~600.. How can i decrease it ?
  16. Felipe Monteiro

    Vocations on TFS 1.0

    @Ninja help me.. My vocations is bugged i think. Knight level 107 is killing mage 170 with one exori gran, and killing grim reaper with one exori gran.. Please, i tried everything, but nothing works here is my vocations.xml <?xml version="1.0" encoding="UTF-8"?> <vocations> <vocation...
  17. Felipe Monteiro

    Windows Geisor ACC installation

    I saw in your screenshot that way to your otserv folder is that /C:/OT/config.lua Right, and i also saw tha you have a dedicated server, because in address of the your site is something.com ;D It's so simple, in the set server path you should add this line /home/yourotservfolder/ It...
  18. Felipe Monteiro

    Sever Crashing Help

    Thank u so much !
  19. Felipe Monteiro

    Sever Crashing Help

    Hello guys, im using linux ubuntu.. I run my server normaly, but when i close ssh my server down :/ If someone can help me
Back
Top