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

    MyAcc Slawkens 0,7 white screen after create char

    Well i used ur newest aac and it showd me where been errors, it was fault of signature and something else that wasnt set to null at start at mysql ;] atleast at newest version while i set it to null it works fine (it was signature and castdescription), i hope it wont get any bugs cuz of that :D...
  2. M

    MyAcc Slawkens 0,7 white screen after create char

    I've installed all w/o any error, but got a problem, the server makes account but after i log onto account and try to make char theres just blank page. No error etc, same problem on ubuntu 18,04/debian9, any idreas/help? As i said tried on ubuntu 18.04/debian 9, TFS ver 0,4 but i guess its not...
  3. M

    How to add skill tries if got hit by

    As the title says, im looking for script that will add me "fishing tries" when i get hit by magic, I already done that fishing is absorb etc, but have no idea from what to start here (useless to do fishing to get higher absorb XD). What function it shall be im pretty fresh but i think it shall...
  4. M

    It stops to add playerstorage

    Uhm sry, I did just shorter saga monster names and it worked (but not exacly :/ ) cuz it still stops on some saga after NPC talk add storage then again monsters dont want to add storage ;x On freeza sagas i did wrong Cuz i think the problem were too long names like "Freeza first form saga" now...
  5. M

    Looking for some nice guide on making "table?(not sure how to call it)" in luascripts.

    Uhm sry, well i did it but not by table i just changed from last 3 lines from: end return true end to: return true end And added as many monsters as possible and on last monster the code is end return true end But it still stops on some sagas, now i get to 25~? and again after NPC talk...
  6. M

    It stops to add playerstorage

    I have no idea whats wrong, i been doing saga system and somehow it stoppd to adding playerstorage, while all is same... Just look: function onKill(cid, target) if isMonster ( target ) and getCreatureName ( target ) == 'first saga' and getPlayerStorageValue ( cid ,stor) == 1 then...
  7. M

    Looking for some nice guide on making "table?(not sure how to call it)" in luascripts.

    Hello guys, thats me again... :D Im looking for some nice guide/or help in understanding how to make script works on few monsters/items etc than making triliards of almost same lua scripts. Like example, i have this saga script: local monster = { {'Raditz Saga'}, } local stor = 8000...
  8. M

    Tile that changes look dir

    Works, Thanks. Looks like i been typing wrong in search and didnt though about making startup at global events only tried to do aid/mov.... anyway THX a lot!
  9. M

    Tile that changes look dir

    Yes sorry i forgot to mention it, TFS 0,4 rev 3777, source https://tibiaking.com/forums/topic/76241-dbo-rox-v2-860-open-source99-sem-bugs/ I know i shouldnt advertise other webs but it might be helpfull. Btw i tried many scripts etc and this one work w/o console error local dirs = {"south"...
  10. M

    Tile that changes look dir

    As i cant find solution of a problem i have that monsters/npc stands always face to north so i had idea to do tile that switch their lookdir, but i need some help how to do it/edit, im fresh in making ots so any help will be awesome ;p But all my tries ends in errors at console ;x No idea shall...
  11. M

    NPC/Monsters problem stands back not by face up

    Ok so i cant get help, map editor doesnt help too so i though about fixing it in another way I though about making a tile that npc / monster stands on it and changes it direction? Is it even possible? Something like: function onStepIn (cid, target) local table = { NPC / Monster name, what...
  12. M

    NPC/Monsters problem stands back not by face up

    Yea that isnt a problem, but the problem is their still stand north not south so i see all monster/npc from back and its pretty annoying... i even deleted from spawn.xml, added again and its still stands south XD Have no idea where to change it, tried to search at login.lua etc and cant find any...
  13. M

    NPC/Monsters problem stands back not by face up

    Ok then looks like that i have wrong Map Editor cuz i forgot to mention its 8,6 client (or maybe there's no that option for that version and need to by done somehow else, i try to look for other editor) Cuz all i can change at creature properties is only spawn interv ;p /Edit Okay yah, had...
  14. M

    NPC/Monsters problem stands back not by face up

    Hello, as the title says i have a small problem and have no idea what fault can it be, so The problem is that type, any npc with doesnt walk or monsters which is "as sample" to the tp exp place, is standing back not by face to check how it looks, what type of problem it can be? Im using tfs 0,4...
  15. M

    CreatureEvent onTarget Interact with Npc

    Well im pretty fresh in making ots but just switch it to Target function: Creaturescript.xml: <event type="Target" name="NpcAttack" event="script" value="npc attack.lua"/> npc attack.lua: function getDistanceBetween(fromPosition, toPosition) local x, y = math.abs(fromPosition.x -...
Back
Top