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

  1. Zarosiano

    TFS 1.X+ Mounts do not work in new vocation.

    I created a new vocation, this new vocation works normally, its own skills, etc. However, I can't use any mounts, they appear for the char, but I can't ride them.In Kina or other vanilla vocations: Also in new vocation Dragon Slayer, It shows that it has it, but I can't assemble it.
  2. Zarosiano

    Spell Tree of Life

    Testei, com a ultima atualização que você fez e esta funcionando 100% no TFS 1.4.2!!!
  3. Zarosiano

    TFS 1.X+ [TFS1.4.2]HELP! Can anyone rate this script? (Quest Script .lua)

    This is a quest script from an NPC, everything works normally, however, when killing the mob, the message does not appear in the chat, and I also checked that it is not counting. I use the same script (changed storages) in other quests, and it works.
  4. Zarosiano

    [TFS 1.4] Small Upgrade System (allowed wand and rods)

    I have the latest version of TFS 1.4. And I use client 10.98. The specialskills don't work... the item just boosts the other stats. Do I need anything else besides this script?
  5. Zarosiano

    Lua [TFS1.4] How can I change the message form of this script. ?

    How to make the message when receiving the reward, instead of appearing in the chat, appear on the screen? In orange, highlighted. Because the way it is, the player doesn't even see that he won something, it's only appearing in the chat. code
  6. Zarosiano

    [TFS1.4.2]New Mounts no Worked!

    I added two new mounts and they don't appear in the game. I used the looktype of existing mobs and a new one I put in, and none were.
  7. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} função onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end função onCreatureDisappear(cid) npcHandler:onCreatureDisappear(cid) end...
  8. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    I add the ends, the script has no errors, it just doesn't generate the NPC message, it already performs the actions without showing the message I don't get any error messages in the console. Because the script works, it's just not showing the npc text
  9. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    The default configuration of the script has '. I adapted this script, and only added item reading (knowing if the player has the item) and item removal. And it's for the npc to say something like "I received the item and you can pass"
  10. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    I just arrived from work. I noticed that I made a mistake in setting up the topic. I mentioned the other npc of the quest, in this case the one who tells me to go take the item to another npc. The error is in the other npc, which is the one in the photo, and the script I mentioned in the topic...
  11. Zarosiano

    [TFS 1.4.2]Could someone review this code for me?[HELP]

    So friends, this is the code.lua of an npc. He recognizes the storage and the item, takes the item and says something. I tested it, it works in relation to reading the item, removing it, but in the part That text doesn't appear on the NPC, just an empty box. I'm learning how to create code so...
Back
Top Bottom