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

    OT Problems

    DUplicate uniqueid = u have for example 2 scripts and both of them use the same uniqueid... so they won't work... - or maybe just one of them will work House error - just go to that position and delete that item... Cannot find terror bird = here u are: in monsters folder, make file called...
  2. G

    Lua Change Vocation Script - ALMOST working

    I removed the picture with error. Everything works fine. Please look at the EDITS in this comment :P EDIT SORRY MY MISTAKE... I didnt put 1 file in the correct folder.. :P no error shows atm... lemme test it now EDIT 2 JOSEJUNIOR I love you xD It works perfectly... it doesn't take away any...
  3. G

    Lua Change Vocation Script - ALMOST working

    Error shows ;( but thanks for ur time anyway bro.. :)
  4. G

    Lua Change Vocation Script - ALMOST working

    Sodeko, this error shows up in console: And it still doesnt change the magic level and skills to what they should be ;( anyway, i rep you for trying... And ill also rep Dantarrix coz he definitly deserves it ... :)
  5. G

    Lua Change Vocation Script - ALMOST working

    well, i got this error when i try it :S cool that u r testing it as well ! ;D im very happy to hear that :P EDIT I got the same error with the above one as on the picture in this post :S
  6. G

    Lua Change Vocation Script - ALMOST working

    ohh ok :P and btw, thank you so much for helping me out with this :) i appreciate that :)
  7. G

    Lua Change Vocation Script - ALMOST working

    lots of errors show about database... like, i dont have some SQL table or whatever like ;D what should i add to my database? xD AND BTW EDIT 2 ;d It kicks player but still doesnt change his skills (magic level and skills)... maybe it would if those errors about database in my console wouldnt...
  8. G

    Lua Change Vocation Script - ALMOST working

    im just reloading talkaction... u dont have to restart server for talkaction xD sorry, i didnt understand ur post lol xd
  9. G

    Lua Change Vocation Script - ALMOST working

    I am trying with all the possible things... but it still doesn't work ;( i tried it like that as well...
  10. G

    Lua Change Vocation Script - ALMOST working

    nah, it still doesnt reset my skills :S ;( (magic level and sword,axe etc skills...) it takes away 1 level tho... xD EDIT EDIT!! I just saw something... When I have this: doPlayerAddSkill(cid, a, -(getPlayerSkillLevel(cid, a)-(config.skilafter))) and this in function: it adds me skills...
  11. G

    Lua Change Vocation Script - ALMOST working

    PLEASE LOOK AT MY 1st POST!! @UP It was the first thing I did but it didn't work... I still dont have 5 magic level and 10 skills when using command
  12. G

    Lua Change Vocation Script - ALMOST working

    Hello, I have a script that changes your vocation. Almost everything works perfectly but when I change from which ever vocation to which ever vocation, I get an error in my console that says: Here is my script for vocation change...
  13. G

    Lua Zao Arena - Not working lever

    Bump :)
  14. G

    Annih dosent work.

    Try to use this script... I translated the descriptions in script into English here: --Anihilator Script by Rahim local monsters = { --DON'T BOTHER ABOUT THAT PART [100] = "demon", [150] = "orshabaal", [200] = "ghazbaran" } local items = { --rewards. [item.uid of the...
  15. G

    Lua Zao Arena - Not working lever

    Hello everyone. I tried to solve this by myself using my poor .lua skills but I couldn't. Then I searched in google for different topics with this script hoping that there will be a solution to my problem but there wasn't. I found a Zao Arena script on this forum but either I did something...
  16. G

    Compiling [WINDOWS 7] Walking through players in PZ

    Cykotitan, ok. I got the sources... Lots of files omg xD And I have players.cpp... But I dont have program that could open them ;/ Do I open them with wordpad? or something like that??
  17. G

    Compiling [WINDOWS 7] Walking through players in PZ

    but, where do i find this file? sorry for my "stupidness" but u see, this was a problem that i had since i started the adventure with my ots... @Cykotitan, is that in the players.cpp? i dont have this file ;( I heard that this file has something to do with compiling (not sure)... But i have no...
  18. G

    Compiling [WINDOWS 7] Walking through players in PZ

    Well, how do i edit what ever source (#C)? :D Im kind of stupid when it comes to those things :) Thats why i asked in my first post if any1 could explain that to me...
  19. G

    Compiling [WINDOWS 7] Walking through players in PZ

    Hello, I have ots for tibia 8.6 but i dont know how to set up so that players can walk through each other in protection zones... At the moment i have it set so that players can walk through others if they are under certain level (i have it set to level 50 - like, pvp set from level 50). I...
  20. G

    Solved !frags command problem

    Ahmed30: There are few mistakes in this script but I just changed it a little bit. First of all, this line: I marked wrong signs with red. Instead of ' there should be " but it is a very small mistake xD Second problem is, that it didn't show the exhausted in-game. So I just changed this...
Back
Top