• 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. Real Vandta

    Lua Talkaction

    function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local t = split(param, ',') local ret = RETURNVALUE_NOERROR local pos =...
  2. Real Vandta

    Lua Talkaction

    im sorry, can you make the script perfect?
  3. Real Vandta

    Lua Talkaction

    exactly bro i was staff in evolera but if i did donate items with /i they called me You cannot create this item.
  4. Real Vandta

    Lua Talkaction

    I understand but if you know evolera Org the owner is activate the /i, to the gamemaster and cm but the gamemaster and cm make /i but the reason cm and gm cannot create donation items
  5. Real Vandta

    Lua Talkaction

    Hello everyone can you help me with edit script of talkaction createitem.lua i want to make the /i donation items, the gamemaster + comminuty manager cannot use /i donation items only for GOD and ADMINS can help me with that please 🤗🤔🤔 I using TFS 1.0.6
  6. Real Vandta

    help to delete accounts

    im using this version version 0.4_DEV (rev 3777) version 1.0.6,
  7. Real Vandta

    help to delete accounts

    how to delete all account on my server on sqlite not mysql please help!
  8. Real Vandta

    Lua Help me

    im using this TFS: The Forgotten server, version 0.4_DEV (rev 3777) Compilada por luanluciano93 em sep 12 2017 - version 1.0.6, it maybe use this skull and shield for war?
  9. Real Vandta

    Lua Help me

    i want to create this only man view> Screenshot (https://prnt.sc/un3fkc)
  10. Real Vandta

    Lua Help me

    i want to create this guild on my server view this >> Screenshot (https://prnt.sc/un3cm0)
  11. Real Vandta

    Lua [Request] about death channel

    Hello i need script lua when player logging in my server the death channel open automatically can someone help me with that script I've searched but i dont founded it help me :/ For tfs 0.4
  12. Real Vandta

    Action FrozenStone Use this items Evolve your items legend to frozen.

    local config = { [2471] = {itemid=2662}, [2466] = {itemid=8866}, [12643] = {itemid=7896}, [9933] = {itemid=11117}, [7410] = {itemid=2453}, [7840] = {itemid=2352}, [7438] = {itemid=8858}, [2443] = {itemid=7770}, [12644] = {itemid=8907}, } function onUse(cid...
  13. Real Vandta

    Request [DNT] Script

    Yes i am scripter
  14. Real Vandta

    Request [DNT] Script

    with promote vocation? 1599076426 local config = { [1] = {5}, -- sorcerer [2] = {6}, -- druid [3] = {7}, -- paladin [4] = {8}, -- knight } function onUse(cid, item, fromPosition, itemEx, toPosition) local v = config[getPlayerVocation(cid)] if v then doPlayerSetVocation(cid...
  15. Real Vandta

    Action SECOND PROMOTION SCRIPT

    local config = { [1] = {5}, -- sorcerer [2] = {6}, -- druid [3] = {7}, -- paladin [4] = {8}, -- knight } function onUse(cid, item, fromPosition, itemEx, toPosition) local v = config[getPlayerVocation(cid)] if v then doPlayerSetVocation(cid, v[1]) doCreatureSay(cid...
  16. Real Vandta

    you may not cast area spells while you have a black skull tfs 0.3.7 otx

    Can you guys help me with my server i have error when i have black skull i can't use any spell and when i kill player 8 time gain 1 level and player lose 2 level everytime can some one help me marlboro ot when you kill 1 player gain level and if player level 300 don't lose any lvl can someone...
Back
Top