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

    Lua Rope.lua

    Bump
  2. darcioantonio

    Lua Rope.lua

    Did not work :( I still can not raise if I'm a player in SQM
  3. darcioantonio

    Lua Rope.lua

    Hi, I have this rope script and I wanted you to use a rope even if a player stands on top of the hole because it's not my game if a player stands in a hole and can not use a rope. local holeId = {294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135...
  4. darcioantonio

    Lua Last Hit Kill = Frag

    In config.lua deathAssistCount = 19 to deathAssistCount = 0 :D
  5. darcioantonio

    Lua Last Hit Kill = Frag

    Last Hit = Frag only 1 player
  6. darcioantonio

    PVP pass through NOPVP

    Would there be any way of the player that is with such storage the other players would pass through it? I have a server and I have a NOPVP system so PVP players have to go through the NPPVP
  7. darcioantonio

    Lua A simple help

    [19:0:27.475] The Forgotten Server, version 0.4_DEV (rev 3777)
  8. darcioantonio

    Lua A simple help

    noting :(
  9. darcioantonio

    Lua A simple help

    Hi, good afternoon, is it possible to turn this command to magic level? per % doPlayerAddSkillTry(cid, SKILL_CLUB, 1) Thank you in advance. 8.60 tfs 0.4
  10. darcioantonio

    Lua SOM - To dub NPC

    Is there any tutorial on how to put sound in NPCs noitens when using etc. You come with your character and talk hello and npc makes a sound as if he was speaking I intend to dub my npcs ... Uso OTCLIENT Verção do meu game 8,60 TFS 0.4 up
  11. darcioantonio

    [Mod] Sound System

    hi have sounds for talk npc ?
  12. darcioantonio

    Lua Action - Remove Skill

    I do not say so, I use a food of +1 skill my skill now and 11 ai use +1 food my skill goes to 12 stacking a skill I say
  13. darcioantonio

    Lua Action - Remove Skill

    That way I can use 1 food only, are there any ways to stack as skills using more?
  14. darcioantonio

    ObjectBuilder Help!

    Just substitute the floor you want for the new floor and then save and compile.
  15. darcioantonio

    Lua Action - Remove Skill

    Ops 1 erro. local seconds = 5 function onUse(cid, item, frompos, item2, topos) local condition = createConditionObject() setConditionParam(condition, CONDITION_PARAM_SKILL_DISTANCE, 1) setConditionParam(condition, CONDITION_PARAM_TICKS, seconds * 1000) doAddCondition(cid...
  16. darcioantonio

    Lua Action - Remove Skill

    Well I do not understand much but I'll try to see what I can do. I come to you because you understand more of the subject.
  17. darcioantonio

    Lua Action - Remove Skill

    Action for Food: Use = +1 Skill Shield ~ 5 Sec -1 Shield. No remove Skill :( TF0.4 860 function onUse(cid, item, frompos, item2, topos) doPlayerAddSkill(cid, 5, 1) doSendAnimatedText(topos, "+1 Distancia!", TEXTCOLOR_GREEN) addEvent(function() doSendAnimatedText(topos, "+1 Distancia!"...
  18. darcioantonio

    Lua Action

    THEX @Xikini local xyz = {x = 975, y = 844, z = 6} -- [ Cordenada ] local Bancada = 1642 -- [ Bancada ] local Item1 = 2152 function onUse(cid) if getItemCountFromPosition(Bancada, xyz) == 1 and getItemCountFromPosition(Item1, xyz) == 3 then doSendMagicEffect(xyz, 30) end end...
  19. darcioantonio

    Lua Action

    The problem that the script so does not identify the values if it is 3 items or 2 or 1 it will do the effect is to do in the script with 2 or more items and not with 1. function onUse(cid, item, fromPosition, target, toPosition, isHotkey) local pos = {x = 975, y = 844, z = 6} local...
  20. darcioantonio

    Lua Action

    8.60 sorry tf 0.4
Back
Top