• 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!

Recent content by viniciusturko

  1. viniciusturko

    OTC Doubt

    Is there any function that gets player's storage? Something like : player:getStorage() I'm asking this cause I saw there's : player:hasVip() << But I don't know where the "hasvip" function was coded... Can Anybody help me?
  2. viniciusturko

    Opcodes doubt

    I'm making a system that must add a simple storage on the player who clicks the button. I've already installed opcodes on sources but I'm not understandind the function : doSendPlayerExtendedOpcode(cid, opcode, buffer)... In this function, what does "opcode" means? And how do I link my button...
  3. viniciusturko

    Simple OTC question.

    How to make OTC the only way to play my server? I'm using OTC and oppening a server 9.60, but I don't want players entering using Tibia client. How do I do that? ---- Edit Solved. I've only changed the login port...
  4. viniciusturko

    Is there anyway to block map trackings?

    Topic title...
  5. viniciusturko

    Mapper Looking for mapper/admin.

    Hey guys, I'm Lincoln Salomão(Brazillian), 18 - Programmer and scripter, and I'm looking for a mapper that could finish a mpa that I've been making since 2011 and help me to maintain the server online. I started this projet alone and in this month I got accepted on a medicine school in Brazil...
  6. viniciusturko

    [Brazil] Pulse ATS - 8.60

    Pulse ATS Today I'm going to invite you to play the Pulse ATS, a new server (oppened Jan 11) that can make you remember the Tibia good times ! First of all, it is Custom Map, with 5 strategical detailed cities. There are a lot of quests you can find all over the map including the classical...
  7. viniciusturko

    Searching a nice OT (custom) min 8.6

    Search to Pulse ATS --> PulseATS.com A great server with a custom map with many quests and misteries... You would like =]
  8. viniciusturko

    Linux Is Linux itself more secure than windows or do I have to install any firewall??

    Question on the tittle. Thanks.
  9. viniciusturko

    missed house items !

    Hey guys, I tried to export a database and import in another one. All the queries were executed with no problems, but the house's items are gone ! I can find them on "tile_items', but they are not in the houses... A curious thing is that the new database has a table called "tile_store", and the...
  10. viniciusturko

    Solved need help with The forgotten king (promotion)

    Post the king's script.
  11. viniciusturko

    Lua Talkaction gone wrong

    function onSay(cid, words, param, channel) if getPlayerStorageValue(cid, 25001) == 1 and getPlayerLevel(cid) >= 5 and getPlayerStorageValue(cid, 26001) <= 6 then doPlayerPopupFYI(cid, "You prayed to the dwarven God and received a bonus to your max health and a bonus to your shielding stat.")...
  12. viniciusturko

    Linux Server is not restarting ! Asking (Y/N)

    The message appear when I try to open the server with "while true; do ./theforgottenserver; done" and when it shut downs.
  13. viniciusturko

    Lua how to add to creatures max health?

    Well, if in your attempts you used the functions the way you posted, it is just errors in the sistax. setCreatureMaxHealth(cid, (getCreatureMaxHealth(cid) + 15)) This should work.
  14. viniciusturko

    Linux Server is not restarting ! Asking (Y/N)

    Thanks Starrly! Now it is working perfectly. I don't know if was that an stupid question, its cause I'm still newbie on linux. But you helped me a lot ! REP ++
  15. viniciusturko

    Linux Server is not restarting ! Asking (Y/N)

    Hey guys. I'm oppening my server with the restarter : while true; do ./theforgottenserver; done It starts with no problem, but when my server executes the global save at 6:00 AM and shutdown the server, it comes that asking message about super user and normal user that you must choose (Y/N)...
Back
Top