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

    In-game store images

    I have another question... The images should be in a pink background or just in transparent background?...
  2. lokolokio

    [REQUEST] Gaz'Haragoth 8.60 [0.4]

    Sorry I have problems with my ISP and here is: Gaz´Summon https://www.mediafire.com/folder/k41dfgrvchzb8/Gaz Edited: True Link because the other link gives to nowere
  3. lokolokio

    [REQUEST] Gaz'Haragoth 8.60 [0.4]

    Yes i can help you wait for tomorrow... 20/08/2016
  4. lokolokio

    Monster [TFS1.2] MU of Aries of the Zodiac

    Hello dear OT Lander's I've seen on another post that one of our members has been made a monster from the zodiac, and many ppl ask him for Aries and that's the reason that I'll made this monster. First off all the monster code 'aries.xml' <?xml version="1.0" encoding="UTF-8"?> <monster name="Mu...
  5. lokolokio

    Action Npc - chat window

    And why not make the NPC with different name and react to certain Greet Message, something like this: You need to add this lines on the end of NPC1_NAME.xml local focusModule = FocusModule:new() focusModule:addGreetMessage('hi farmer one') focusModule:addGreetMessage('hi farmero')...
  6. lokolokio

    [MySQL] How to set a God Account.

    I don't know about why needs to be exactly 5... I think this maybe for positions of the players like in the other servers: AccType 0 = Player. AccType 1 = Tutor. AccType 2 = Senior Tutor. AccType 3 = Gamemaster. AccType 4 = Community Manager. AccType 5 = God.
  7. lokolokio

    [MySQL] How to set a God Account.

    I hope this tutorial help many people like me. The only things you need to change is on MySql, go and check on your ServerDataBase and in section 'accounts' find your account and change acctype from 1 to 5. or execute this query: UPDATE `accounts` SET `type` = '5' WHERE `accounts`.`id` = X...
  8. lokolokio

    Solved Tfs 1.2 Talkactions don't work

    The Group ID is fine on 3: <group id="3" name="God" flags="272730398714" access="1" maxdepotitems="0" maxvipentries="200" /> but the things you need to change is on MySql, go and check on your ServerDataBase and in section 'accounts' find your account and change acctype from 1 to 5. or...
  9. lokolokio

    Spell Commander Spell tfs1.2

    Regards OT Landers i made this script for fun in the server, Im without internet because the rain, and I start to create a commander script I hope you like it. Video Example: Add this to 'data/spells/spells.xml' <instant name="commander challenge" words="###500" direction="0"...
  10. lokolokio

    TFS 1.2 Talkaction add storage and remove storage

    Jeje sorry I forgot to correct that becuase I use on my server to let a player access to certain zone with another player, but the TILE action check a certain storage on player, I just put in player: /storage Lokio, 1005030, Mafer, and on mafer /storage Mafer, 1005030, Lokio, and those are only...
  11. lokolokio

    TalkAction [TFS 1.X] Get/Set Player Storage Value

    And what do you think about this?.... https://otland.net/threads/tfs-1-2-talkaction-add-storage-and-remove-storage.243056/#post-2358439
  12. lokolokio

    [10.90] Tfs 1.2 (custom modifications) + Reward Chest

    Im in trouble, because I don't know too much about compile and Im getting many errors at compile time... I already follow the guide on tutorial's section, tutorial on ************ about compile, and the tutorial on github... in this last I don't got many errors compared to other two but still...
  13. lokolokio

    Clone player

    Shadow Clone Jutsu from Naruto, right?... I tried to make it but I can't make it work, with the same outfit is easy, but name and strenght it's very hard to make it possible. Regards @MatheusMkalo I know but I mean because if he is asking for it MAYBE don't know how to edit source code. also...
  14. lokolokio

    quest youtube

    I think you can use the storage on each pillar for example: function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) local c = Creature[cid] local storagePillarA = 1200 local storagePillarB = 1201 local storagePillarC = 1202 local storagePillarD = 1203...
  15. lokolokio

    TFS 1.2 Talkaction add storage and remove storage

    I think you could add this script I've seen on another OT but I make it on my TFS1.1 because there is no this function available, also I think this work on 1.2 /storage Lokio, 1200 This checks the storage with Key 1200 and return Value. /storage Lokio, 1200, 5 This Change the value...
  16. lokolokio

    Lua Why this npc dont say nothing when i say hi

    It is just a comment, I don't think that you are really angry it is only a metaphor , as a joke And thanks for telling me that, I don't have my PC working at the moment when I put the comment but i try to help ppl like me, when I start to manage NPC. Also I never think on that function that...
  17. lokolokio

    [Archived] "[Quick Showoff] Post your latest maps"

    Juggernaut Area
  18. lokolokio

    Programmer [Tibia, Websites, Mobile Apps, Marketing] Looking to take your project to a new standard?

    Hello I need info about hosting... set server online Whatsapp +528991895054 (MX)
  19. lokolokio

    Lua Why this npc dont say nothing when i say hi

    OK ok dont get ANGRY... I dont see the word SOLVED, for that reason I post my opinion... sorry
Back
Top