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

    Loot

    I wanted it to be creatureevents, cuz of using it for special players only like VIP players and sorry again because i didn't try to add function before and i don't know how to start with it.
  2. imback1

    Loot

    Alright, thanks i found it useless anyway.
  3. imback1

    Loot

    May you tell me how is it? because this is first time for me to create a function
  4. imback1

    Loot

    What is the function of increasing loot rate if someone got VIP (getplayervip(cid)) i tried to search about it in LUA functions but couldn't find it. TFS 0.4
  5. imback1

    Solved Magic/grav

    @Shawak Working good, thanks.
  6. imback1

    Solved Magic/grav

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_EARTH) setCombatParam(combat, COMBAT_PARAM_CREATEITEM, 1499) local areas = { {topLeft = Position(1000, 1000, 7), bottomRight = Position(1100, 1100, 7)}, {topLeft = Position(1000, 1000, 7)...
  7. imback1

    Solved Magic/grav

    that's what i found :S [12/03/2016 17:41:28] [Error - Spell Interface] [12/03/2016 17:41:28] data/spells/scripts/support/wild growth rune.lua [12/03/2016 17:41:28] Description: [12/03/2016 17:41:29] data/spells/scripts/support/wild growth rune.lua:5: attempt to call global 'Position' (a nil...
  8. imback1

    Solved Magic/grav

    Thanks, i will try it but what if i have like 3 events? and i need to unusable mwall with it, as i can see that there is one area only with your script
  9. imback1

    Solved Magic/grav

    How can i do magicwall/grav vita unusable at some areas? like events. TFS 0.4
  10. imback1

    Tibia account

    Real tibia is too easy nowadays so begin with a new account and you will get high easily.
  11. imback1

    How many tattos do you have?

    |ZERO|
  12. imback1

    OLD rune

    Isn't there another way?
  13. imback1

    OLD rune

    Is there a way to do a special rune use like old tibia? i mean without hotkeys :P screen hit. TFS 0.4
  14. imback1

    Gesior VOC add

    Gonna try it again.
  15. imback1

    Gesior VOC add

    Already did it as you said but nothing happened.
  16. imback1

    Gesior VOC add

    Hello, I tried to add vocation name at Create character but searched for Druid/sorc etc at files of gesior but i couldn't find it, i've added it as druid sample,sorc sample and it worked when i created a char by choosing new voc but i couldn't find the name of it.
  17. imback1

    Charges

    I've got a weird problem with my server, stone skin amulet and might ring not working with charges i mean if i add charges in items like 20 charges and try to buy it, something happen with charges and i find my ring has 1 charge only but if i do it with my GM it has 100 charges all the time. TFS...
  18. imback1

    Global.....

    Same error with init :S.
  19. imback1

    Global.....

    i know this way but i tried to do it but something wrong happened and doesn't show the photo :(, btw thanks for this init i will try it and tell you if is it work.
  20. imback1

    Global.....

    Hello, I've got a problem with globalsave script https://imgur.com/HdaQkcO and this is my init.lua function onGlobalSave() if(getGameState() ~= GAMESTATE_CLOSING) then return onStartup() end return true end Second one with pacman script, i was using with 0.3.6 and was...
Back
Top