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

Search results

  1. E

    Lua Question about spells formula and effect

    Hello, First of all i need to understand the areas: --Waves AREA_WAVE3 = { {1, 1, 1}, {1, 1, 1}, {0, 3, 0} } "1" means the sqm of the spell/damage, "3" means where it starts from (and maybe also means it's by the direction the player faces, but not sure about it)... So, what the "2"...
  2. E

    Lua Something about vocations?

    Hello, <vocation id="0" clientid="0" name="none" description="none" gaincap="10" gainhp="1" gainmana="1" gainhpticks="1" gainhpamount="1" gainmanaticks="1" gainmanaamount="1" manamultiplier="1" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="1"> <formula...
  3. E

    TFS 1.X Vocation NPC

    Hello, Can please someone help me with a NPC which gives you a vocation? This NPC has to give a storage ID when you accept the vocation, also check for the ID and if you already have the ID he says something like "you already been this vocation". If he "reads"/gets certain storage id plus...
  4. E

    TFS 1.X simple rebirth script

    Hello, Can someone help me with a clean simple script to rebirth? NPC if possible, when talk to the npc after few confirmation questions like "you'll go back to lvl 1 and noob hp/mana/cap stats etc.etc." makes you "reborn" as LV 1 with normal stats of a level 1 and no vocation? I hope someone...
  5. E

    TFS 1.X switch item on use script

    hello, can please someone help me with a simple action, to do the next: When i use item with the ID 1, it changes into the item with ID 2, so when i use item with the ID 2 it changes back to the item with ID 1. I tried to use the coin script which converts from gold to platinum but i'd like...
  6. E

    Solved TFS 1.X Tibia Day/Night duration modify?

    Hello, As tittle says, how can i modify the time of the day/night in-game? i want to make it longer, like 1 hour real time in life for 12 hours ingame... Can please someone help me with this? Thanks in advance
  7. E

    Solved How to add a orange text ingame with this script?

    Hello, I'm using this anti-mc script for my tfs (last commit) When the player tries to login with the 3rd account (limit i've set is 2) it appears for a frame of second and logout right after the login effect... I'd like to make it send a text ingame on orange words like "Anti-MC" I tried but...
  8. E

    Lua [TFS 1.X] How to properly add an event on login.lua?

    Hello, I'm using the lattest commit of TFS at Github... I been trying some creatureevents but they doesn't works, i guess that's because of the login.lua (event) player:registerEvent("") I try to use like that and the event between "", is that right or what's the right way to do it? Regards
  9. E

    OTClient Layout/Theme Fullscreen? How?

    Hello, I'm using the lattest commit of OTClient and TFS 1.x available on Github (In case this makes a difference on the source edition i believe i need) I did this using ctrl + . to change the layout, but heres my request: 1.- How to disable that command (Ctrl + .) So the player can't...
  10. E

    Solved (Windows) - Compiling TFS error...

    C:\boost\boost/asio/detail/config.hpp(227): warning C4005: 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT': redefinición de macro 1> C:\boost\boost/asio/detail/config.hpp(213): note: vea la definición anterior de 'BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT' Hello, I'm trying to compile the lattest commit of...
  11. E

    TFS is 10.77, how can i use my OTClient with that serv?

    Hello, The protocol i have on my TFS is 10.77, but the OTClient (Lattest commit) haves max 10.76, how can i solve this? Can someone help me please? (: Thanks
  12. E

    Solved OTC DirectX Client - How?

    Hello, I'm trying to compile the OTClient lattest commit with DX support, how can i do it? I mean, there's no tutorial for that and compiling is not my top ability... Can someone, kindly help me with this? Thanks
  13. E

    Problem compiling... Help?

    Hello, i was trying to compile the latest commit... This is what happends... on the config at CMake i only changed OPENGLES from OFF to 2.0 to enable de DX stuff... Can please someone help me to fix this?
  14. E

    Compiling MinGW?... How to?... (OTC)

    Hello, I'm new on this compiling stuff, I'm following the compiling tutorial at OTC Github website... But i don't understand this step: "Install MinGW32 Note that GCC must be 4.6 or greater, any older GCC that you have already installed will not work because otclient needs C++11 features which...
  15. E

    [GoDaddy SQL Database Problem) TFS 1.1 Can't connect

    Hello, I'm using GoDaddy host for only website and SQL database, testing a project... I downloaded TFS 1.1, and trying to connect the database to GoDaddy (Created user and that stuff on the new database) But this happends: Can please someone help me? The website is up, no problem there...
  16. E

    [Entergame.lua] How to simplify login?

    Hi, I'm creating a OT Client and i'd like to change this: Removing "Server", "Client version", "Port"... Can someone help me please? Want i want: ------------------------------------------------- | Account Name: ______________| |...
  17. E

    [OTC - PokeTibia - RSA Problem] Help, can't access with my client...

    Hello, I changed my OT Client and now when i try to login just stays at: "Connecting to login server..." This is what appears: Can please someone help me to fix this?
  18. E

    [OTC Module] [Help] Add current ditto memory at module.

    Hello, How can i add the actual memory slot on each image spot of my module? Slot 1: show the memory number 1, etc.. and show an especific image if theres no memory saved on the slot... Here's my actual module: Can please someone help me?
Back
Top