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

    Solved Add another attribute

    I'm trying to add an attribute to the code. All good at the moment of adding the attribute I only have the detail that does not read it for a condition that I do not know what hexadecimal number I should put. img: And this are the functions with which I have conflict I do not know what...
  2. sirakx

    Lua Stackpos not work in tfs 1.2

    I want to place a stone above the teleport but apparently the stackpos not work, anyone can help me? Thank you. this is my code: local config = { pos = Position(779, 504, 7, 2), id = 1354 } function onUse(cid, item, fromPosition, itemEx, toPosition) local player = Player(cid)...
  3. sirakx

    [Znote] buy character system

    Very good to all users otland, today I come here to teach my new system to purchase character web-Znote. This system as the name suggests is to buy an account through famous players receive points by making a donation. the system can add privileges to an account, a regular user may not have to...
  4. sirakx

    no show change regeneration using doaddcondition

    could you help me! not to display text and mana recovery life when I'm using "doAddCondition (cid, condition)" thanks ;D
  5. sirakx

    variables functions

    Hello I have a question on how to do this: function doStartFunction() print("hola") return true end local config = { start = doStartFunction } funtion onUse(cid) config.start() end I've been doing differently, but I did not come out correctly. This is the error I get...
Back
Top