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

    Doubt stats change TFS 1.2

    Good day! Personal'm in error that says that stats change in tfs 1.2 does not exist. With this search and saw that there healthchange and manachange and want a help to know how to use.
  2. V

    Promotion Logout

    Hello guys I'm here to ask for a script that must have tried several times without success. Come on is this when I buy a promotion and do logout the player back to first vocation is it possible to make a check to the place and give this promotion for him?
  3. V

    Promotion

    local config = { loginMessage = getConfigValue('loginMessage'), useFragHandler = getBooleanFromString(getConfigValue('useFragHandler')) } function onLogin(cid) local loss = getConfigValue('deathLostPercent') if(loss ~= nil) then doPlayerSetLossPercent(cid...
  4. V

    Promotion

    Hello good morning staff I have a problem to buy the second promotion the player buys everything right but he loses the relog use tfs 0.3.6 with site here's vocations.xml <vocation id="9" name="Epic Master Sorcerer" description="an epic master sorcerer" needpremium="1" gaincap="10" gainhp="5"...
  5. V

    Premium error

    Hello I need your help guys my server when purchasing the premium player can only exchange the addons but premium promotion and enter the premium area fail here the function function isPremium(cid) return (isPlayer(cid) and (getPlayerPremiumDays(cid) > 0 or...
  6. V

    Solved Polymorph

    Sorry for the delay to reply I managed to fix using {lookType = i} and also this script worked just right like to thank you all
  7. V

    Solved Polymorph

    TFS 0.4 (8.60) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_GREEN) local condition = createConditionObject(CONDITION_OUTFIT) setConditionParam(condition, CONDITION_PARAM_TICKS, 20000) addOutfitCondition(condition, 0, 230, 0, 0, 0, 0)...
  8. V

    Solved Polymorph

    Hello guys as well need help with the following error attempt to index the number value local condition = createConditionObject(CONDITION_OUTFIT) setConditionParam(condition, CONDITION_PARAM_TICKS, 20000) addOutfitCondition(condition, 0, 230, 0, 0, 0, 0) and also want to know what I can use...
  9. V

    Functions

    the server does not have the docs folder and luascript.cpp also has there is something else that can replace getPlayerExhaustion?
  10. V

    Functions

    hello men does anyone know what function can I use to replace this getPlayerExhaustion and if it is possible to do this CONDITION_PARALYZE = 2 only doubling the value CONDITION_PARALYZE2 example = 4 use tfs 8.6 based on 0.2
  11. V

    Storage time

    Thank you all for answers
  12. V

    Storage time

    this is correct is time to add an item setPlayerStorageValue(cid, 22334, os.time() + 1*60*60*4)
  13. V

    os.time in npc

    the player needs to do a quest and pick up a storage with this storage over the item he speaks with the npc npc changed this item for a while but I have no idea how to do
  14. V

    os.time in npc

    Hello! then people come here to ask for your help with two scripts 1 the first wanted to put on a npc the following the player gets "x" storage in a quest there talk to the npc the npc verifies that it is using the item and turns this item into another and if the item is removed the item back...
  15. V

    os.time in npc

    -
  16. V

    share damage

    -
  17. V

    share damage

    -
  18. V

    function getAttr error

    I'll send you in private
  19. V

    function getAttr error

    but rather I tried in ranks.php and online-list.php but did not work
  20. V

    function getAttr error

    in characters getting so I corrected if ($ account-> GetAttr ('premend')> 0)
Back
Top