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

    [TFS 1.0] Vip system ( exp extra)

    Hey friends can anyone tell me how to add extra exp to vip players I want 20% more exp My login.lua function onLogin(cid) local player = Player(cid) local loginStr = "Welcome to " .. configManager.getString(configKeys.SERVER_NAME) .. "!" if player:getLastLoginSaved() <= 0 then...
  2. samuelav3

    Solved [TFS 1.0]Mount Doll Dont work

    hey someone help me please I have a problem with the mount doll when I say ! mount " (nothing happens) My Mountdoll.lua local config = { --["mount"] = {id = x}, ["widow queen"] = {id = 1}, ["racing bird"] = {id = 2}, ["war bear"] = {id = 3}, ["black Sheep"] = {id = 4}...
  3. samuelav3

    [Znote ACC]country system on page

    Anyone?
  4. samuelav3

    [Znote ACC]country system on page

    Hey friends can anyone tell me how to put this system in my page? I've been looking there and found this system on create an account and onlinelist Help me please
  5. samuelav3

    zNote v1.5 Search Character dont work

    SOLVED
  6. samuelav3

    zNote v1.5 Search Character dont work

    dont work
  7. samuelav3

    zNote v1.5 Search Character dont work

    i need heeeelp
  8. samuelav3

    Website Outfit Question

    zNote version?
  9. samuelav3

    zNote v1.5 Search Character dont work

    hey friends someone tells me what is the problem that I have? I try to find a name but sends me to index.php i'm here: /characterprofile.php?name=Xmaster I put a name and 'submit' and sends me here: /index.php My characterprofile.php //Done...
  10. samuelav3

    [TFS 1.0] TalkActions !commands

    Anyone???
  11. samuelav3

    [TFS 1.0] TalkActions !commands

    hey friends someone could tell me how to make all the players command to see a list
  12. samuelav3

    Solved [TFS 1.0] Addon doll Problem

    yes ty
  13. samuelav3

    Solved [TFS 1.0] Addon doll Problem

    I have a problem in the game when I say! addon "mage" or else nothing happens someone help me My Addondoll.lua local config = { ['citizen'] = { male = 128, female = 136 }, ['hunter'] = { male = 129, female = 137 }, ['mage'] = { male = 130, female = 141 }, ['knight'] = { male =...
  14. samuelav3

    zNote v1.5 Monster of week

    SOLVED
  15. samuelav3

    zNote v1.5 Monster of week

    hey friends as I do to have that monster movement? to walk some script?
  16. samuelav3

    [tfs 1.0] Vip System Movements/viptile.lua

    and I have no vip_time table you can give me please
  17. samuelav3

    [tfs 1.0] Vip System Movements/viptile.lua

    Anyone help me pls I get an error on the console Ver Imagen: http://s2.subirimagenes.com/imagen/previo/thump_90452093.png my Viptile.lua function onStepIn(cid, item, position, fromPosition) if getPlayerVipTime(cid) == 0 then doTeleportThing(cid, fromPosition, FALSE)...
  18. samuelav3

    zNote ACC v1.5 Onlinelist.php

    ty !!!!!!!!!!!!!!!! HalfAway it helped me a lot
  19. samuelav3

    zNote ACC v1.5 Onlinelist.php

    yes
Back
Top