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

    TFS 0.X Order MC command

    How to order /mc command? (the default that comes on tfs) This command that show players with MCs, but it is a mess It shows something like: 20:50 Currently online players with same IP address(es): 20:50 Jizz Draco (XXX.XXX.XXX.XXX) 20:50 Ygorxx (YYYY.YYYY.YYYY.YYYY) 20:50 Diegothais...
  2. gmstrikker

    TFS 0.X Add 3 skills

    Is it possible to do doPlayerAddSkillTry(cid, SKILL_DISTANCE, XXX) And this XXX is the am mount needed for 2,3,5 skills or how many i decide?
  3. gmstrikker

    TFS 0.X Guild System (guild task,bank) - two SQL problems

    On Tibia and on OTs there is no good guilds systems like in other games that u can do tasks on guild... But i found a system that bring it possible to OTs: Advanced Guild System (https://www.xtibia.com/forum/topic/227593-advanced-guild-system/) (with Guild Rank; Guild Tasks; Guild Banker.) But...
  4. gmstrikker

    OTClient Error compile new OTC debian

    Guys i have an very old otclient version (like 3 years ago), so today i tried to download a new one But when i try to compile i got these errors: [ 12%] Building CXX object CMakeFiles/otclient.dir/src/framework/core/filestream.cpp.o /home/usr/otclient/src/framework/core/filestream.cpp: In...
  5. gmstrikker

    TFS 0.X How to change MAX stamina?

    I would like to limit stamina for 33 hours instead of 42 Also change green stamina from 42-40 to 33-30 How to do it? I've search on sources and found all of this: https://github.com/Fir3element/3777/search?q=stamina https://github.com/Fir3element/3777/search?p=2&q=stamina The only thing i...
  6. gmstrikker

    TFS 0.X Advanced guild system - Install SQL error

    In tibia there is no such thing of guild team play, but in other forum i found a system that can make possible to do: Guild Rank; Guild Tasks; Guild Banker. But i couldn't install the lib to make it work and i need some help Installing: CREATE TABLE `guild_storages` ( `guild_id` int...
  7. gmstrikker

    #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'OF r

    I need to run: CREATE TRIGGER `guilds_update` AFTER UPDATE OF rank_id ON players BEGIN UPDATE players SET guild_id = IFNULL( ( SELECT guild_id FROM guild_ranks WHERE id...
  8. gmstrikker

    TFS 0.X [C++] Show spells when MLVL up deppeding on vocation

    I was helped on this topic TFS 0.X - ML up show new spell from spells.xml (https://otland.net/threads/ml-up-show-new-spell-from-spells-xml.270306/) to edit my source so a script like this work: https://ibb.co/R45nhB9 It shows all spells you from your magic level when u get magic level up (from...
  9. gmstrikker

    TFS 0.X ML up show new spell from spells.xml

    Is anyone know how to do, if it is possible OFC To create a script that when players get magic level up, it show the new spells he can use spells that are from his vocation and in that ml he just got loading from the spells.xml ? i put it to work with this script (by create a new list): local...
  10. gmstrikker

    TFS 0.X SQL error when try to install advanced guild system

    I found a amazing system, every server should use it, it allow to create guild bank, guild task and things like that... But i'm having a problem to install There is a talkaction to install the script, but when i try to run it, shows this error [5:30:59.549] mysql_real_query(): SELECT points...
  11. gmstrikker

    TFS 0.X Help to install Advanced Guild System

    I found here this guild system: https://www.xtibia.com/forum/topic/227593-advanced-guild-system/ It's amazing and should be used in every server.... It allow to create guild bank and guild task But i'm having some problems to install There is a talkaction to install the script, but when i...
  12. gmstrikker

    TFS 0.X Check X position, if is empty then teleport player there

    i want to make training monks more friendly to players its too boring to need to walk until a free trainer room how to check a few positions, if have no player on that position, teleport the player to this position, else if shows: the trainers room are full 401,101,7 405,101,7 409,101,7...
  13. gmstrikker

    TFS 0.X Buy items with money backpack or bank balance 0.4

    Hello guys, I was looking to a way to make 8.6 servers like 11+ Actual tibia have some changes really nice that should have on 8.6 servers and one of this is this: When you buy some in stores (hi,trade), if you don't have money on backpack, it check and remove money to your bank balance... Is...
  14. gmstrikker

    TFS 0.X NPC accept money on hands and bank money

    Using 0.4 source pack, like Fir3element/3777 Should be possible to make when you buy stuff on NPC, like: <parameter key="shop_buyable" value="jagged sword,8602,300;steel axe,8601,300;daramanian mace,2439,300;crimson sword,7385,3000;barbarian axe,2429,3000;clerical mace,2423,3000" />...
  15. gmstrikker

    TFS 0.X NPC accept money on hands and bank money

    How to make on 0.4 to works like tibia now: if you have money in your hands he sell items for you from your hands money, but if you don't have, it check in bank and sell for your bank money by defaul npc_bank.lua local keywordHandler = KeywordHandler:new() local npcHandler =...
  16. gmstrikker

    TFS 0.X ML/DIST rings

    I'm trying to create a distance skill and magic level rings, like swords are... But it's not working, nothing showing, no errors, just no work. items.xml <item id="7697" article="a" name="magic ring"> <attribute key="weight" value="90" /> <attribute key="slotType"...
  17. gmstrikker

    Lua What is wrong with my guild members online onlook 0.4?

    Why it's not work anymore? [23:21:25.194] [Error - CreatureScript Interface] [23:21:25.194] data/creaturescripts/scripts/guild_members_online.lua:onLook [23:21:25.194] Description: [23:21:25.194] ...ata/creaturescripts/scripts/guild_members_online.lua:4: attempt to call global...
  18. gmstrikker

    Lua Help LUA set monster value

    Using this system to add monster skull in lua: Skull Random In monsters I want to sometimes, only sometimes monster set a skull randoly, i already made the base of script, but how to check if monster already has checked on this system? I cant check the skull because sometimes it can be 0 (no...
  19. gmstrikker

    Compiling Awalys show green shield WS 0.4

    How to show the green shield of war system always... Even if not fighting a war, just to show more clear who is guild (like a party for the guild)... Using 0.4 (GitHub - Fir3element/3777)
  20. gmstrikker

    Lua Upgrade system + auction system

    Hello guys, i've helping my friend in him project And with searches here on forum i edit this auction system almost exactly like he want (thanks to @tokenzz , @slawkens , and me XD) But there is only one thing that i don't find and don't know how to do It's been hard to me and i need a experient...
Back
Top