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

    Pokémon Online!

    Oh, so you are that kind of people who like to stereotype the others, right? Just because you see a in game which less than 0,001% of our population - Brazilian population - play, you assume that this is a common Brazilian mistake. Well, I'm kind of sad for you. You think you're right in...
  2. Godely

    CreatureEvent Cats should have 7 lifes :D

    Why the smiley face after "The cat lost her 7 lifes!"? I mean, who the heck in the world would be happy after killing such a kind and cute animal? Ok, it was a joke, nice script.
  3. Godely

    CreatureEvent If free account, change from premium to free outfit

    JUST ADD THE BLUE CODES! THE RED CODE IS ONLY FOR REFERENCE! It's really simple. Go to your login.lua, in creaturescripts, and add it before the function onLogin: local male = { lookType = 128, lookHead = 20, lookBody = 30, lookLegs = 40, lookFeet = 50, lookAddons = 0 }...
  4. Godely

    NPC [ULTRA Release] !EXCLUSIVE! Marriage System!

    News updated :> Thanks scorp
  5. Godely

    NPC [ULTRA Release] !EXCLUSIVE! Marriage System!

    Thank you all for your comments and recommendations. Sorry for the long time without logging in, but I'm too busy in my real life, and I don't have anymore the time for Tibia that I used to have. I know about the errors lately, and that it's not working on the newest TFS, but I stopped...
  6. Godely

    Training

    If the player is offline, the addEvent will be executed and cause an error on the console? With my other script it happened.
  7. Godely

    Armor gives mlvl, skills depends on vocation.

    Why didn't work? Which error? Did you replace the ARMOR_ID?
  8. Godely

    Request Mission,npc,script!

    if msgcontains(msg, 'mission') then if storage == -1 then selfSay('Your mission is to bring me {ABCD}. Are you able to do that?', cid) talkState[talkUser] = 1 elseif storage == 1 then selfSay('I'm still waiting your {ABCD}. Did you bring it to me?', cid) talkState[talkUser]...
  9. Godely

    NPC [ULTRA Release] !EXCLUSIVE! Marriage System!

    osian, either you didn't put the functions on "function.lua" or didn't create the table I said.
  10. Godely

    Request Mission,npc,script!

    Tfs 0.3.1
  11. Godely

    Request Mission,npc,script!

    Hm sorry then, I tested here and it worked perfectly, u did something wrong or are using a different version ;S
  12. Godely

    Request Mission,npc,script!

    Look that thing in bold. You named it "stealfrom.xml", but it's "stealfrom.lua" :P
  13. Godely

    Request Mission,npc,script!

    If you talk what? Hi or mission? Show me your .xml file.
  14. Godely

    NPC [ULTRA Release] !EXCLUSIVE! Marriage System!

    Fabio: Don't know, depend on the functions. Master-m: O.o?
  15. Godely

    Request Mission,npc,script!

    Hm... I was looking again, here is the problem: if (doPlayerRemoveItem(cid, 2383_ID, 1) == TRUE) then doPlayerAddItem(cid,2400,1) setPlayerStorageValue(cid,19003,2) selfSay('Thank you for giving me the ABCD! Here, take your reward.', cid) Remove this _ID and change the ABCD. It...
  16. Godely

    Request Mission,npc,script!

    First: Did you even create a normal XML file with the .lua file in scripts? like "script="data/npc/scripts/thenpc.lua" Second: Please you could post the script you reedited here with [.code] THE SCRIPT [./code] without the .?
  17. Godely

    Request Mission,npc,script!

    Please post the errors here. Are you sure you are changing the variable to numbers?
  18. Godely

    Request Mission,npc,script!

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  19. Godely

    NPC [ULTRA Release] !EXCLUSIVE! Marriage System!

    I remade the scripts (But I had to keep using getPlayerMarriage on some parts), already edited my post. Now, answering to your question, I don't have the duty to know how your function is written, so how would I search for something I didn't realize? I assume I tried searching something like...
Back
Top