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

    Regeneration per sec/per two sec

    Strange.. It's still not working for me. =/
  2. T

    Regeneration per sec/per two sec

    o_O I can see the scripting logic in this one too, but.. just like the last script, its not working and with no errors. Any other options? lol I'm using tfs 1.2 What version of tfs did you script this for? Because maybe I'll switch my ot server if its a higher version. I need to be able to...
  3. T

    Need help with script.

    That's exactly what I was looking for. Cheers. Thank you.
  4. T

    Need help with script.

    Thanks mate! Truly appreciated. That worked! :P. Do you know any guides you could share with me so I can learn to script that way? I seem to be trying some outdated way of lua scripting.
  5. T

    Need help with script.

    TFS 1.2
  6. T

    Need help with script.

    Editted.
  7. T

    Need help with script.

    Okay, thank you. Sorry about the posting issue. This doesn't give me an error, but in-game, I still can't get it to work. I think it should be working. I had another script I inputted correctly too and that script doesn't work either and there's no error because its done properly. Can someone...
  8. T

    Regeneration per sec/per two sec

    I'm using TFS 1.2 not 0.4 actually. Is there a need for a totally different script? I tried with 2000 and with 2.
  9. T

    Regeneration per sec/per two sec

    I think its working now, with your finishing addition to the top of the script and adding it to globalevents instead of creaturescripts has left me with no error :)! I have not tried it out ingame yet but I believe it work because I understand your lua code. Thank you! EDIT: I tried using a...
  10. T

    AAC Znote acc how add to characters info vip status storage?

    You could try adding it in by a new column in phpmyadmin, by going into the players database and adding a column "Vip" that can have a value then make a script with db.query for lua. But I don't know how to script it, I just have seen other people do stuff that way. Hope I helped!
  11. T

    Regeneration per sec/per two sec

    @Xikini I get the same error as the threadstarter. "Attempt to compare boolean with number". This is the script I added to HealthRegeneration.lua local level = getPlayerLevel(cid) if level < 100 then return true end local heal_amount = 0 if level >= 100 and level <= 249 then...
  12. T

    I need a Luascript for TFS 1.2 manual!

    Does anyone have one? Please link me to a pastebin or a github download. I used to script for ots and understood it but all the code has changed and the errors im getting while coding are confusing me, after 20 different errors after trying to change one tiny code, I think I need a Luascripting...
  13. T

    A request really.

    BUMP
  14. T

    getNpcId (a nil value) Massive error on 9.46

    Could you help me with my first problem? Item for combat/Different AI and playerstorage questions.TFS 0.4
  15. T

    A request really.

    !Bump
  16. T

    A request really.

    Now I know someone knows how to do this because I used to be on tons of ots and one of them made items they customed in, attack players and roam around. Well I need help making a script for tfs 1.2(for lua) tibia client 10.98(for ids). How do I make the itemid.1442 and uid.1221 (or is it if...
  17. T

    [8.60] The Forgotten Server 0.4

    I changed sqltype to sqlite and it works now. Thank you anyways :).
  18. T

    [8.60] The Forgotten Server 0.4

    I posted improperly, I thought it would show: "Failed connecting to database - MYSQL ERROR: Can't connect to MySql server on 'Greenzone1.hopto.org' (10060) (2003) ERROR: Couldn't establish connection to SQL database!
  19. T

    [8.60] The Forgotten Server 0.4

    I put all the files in a folder but its not working, why can't it connect to the mysql? Is the mysql files you did not list for download? Heres the error
Back
Top