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

    TFS 0.2.15 - Reward talkaction

    Thank you, it is working:)
  2. Tamiko

    TFS 0.2.15 - Reward talkaction

    Hi all My TFS: 0.2.15 I would like to ask you guys and girls for script to give players specific reward. I mean lets say server crashed due to some bugs and before fixed was offline for few hours. I would like to reward people with random item !reward 2160 100 !reward id Like that I could...
  3. Tamiko

    [9.8] Venore - Revamped! v0.6

    I'll check it out ty!
  4. Tamiko

    Solved God Outfit.

    Working :3 thanks!
  5. Tamiko

    Solved God Outfit.

    I have the same problem like you .. Anybody knows how to do it? :)
  6. Tamiko

    Spell Exori Super Gran, Druid Fury, Sorcerer Fury, Divine Condition, Custom Spells

    Awesome spells working well! thanks :3 up For me it works on tfs 0.2.15 and I just did different this: 1. I made new folder "Custom" put these spells into Custom folder 2. I changed vocations to their names instead of id So my spells xml for pally: </instant> <instant...
  7. Tamiko

    Multiple tasks

    Now I am stuck on something else.. Whatever I choose from NPC: whatever I say.. Mission yes .. no response task .. one .. nothing works he is stuck on ... I have several tasks for you to kill, ..., which one do you choose? Edited. nvm .. this script is so annoying It is just when I change...
  8. Tamiko

    Multiple tasks

    ok I found function onKill(cid, target) local monster = config[getCreatureName(target):lower()] if isPlayer(target) or not monster or isSummon(target) then return true end if (getPlayerStorageValue(cid, monster.storage)+1) < monster.amount and...
  9. Tamiko

    Multiple tasks

    Even tho I have script there! o_O <event type="kill" name="VipKills" script="vipkills.lua"/> local monsters = { ["One"] = {storage = 5010, mstorage = 19000, amount = 150, exp = 500, item = {2160, 50}}, ["Two"] = {storage = 5011, mstorage = 19001, amount = 300, exp = 1000, item =...
  10. Tamiko

    Let's learn how to use Remere's !

    ok thank you :3
  11. Tamiko

    Let's learn how to use Remere's !

    Hej, awesome tutorial :) I just have extra question. Any clue how to hide floor above? Lets say I am going to make a city on floor 7. and on floor 0 is gonna be hidden cave.. but whenever I am around the city I can see stones above.. even tho its 6 floors between... I know I could put this...
  12. Tamiko

    Multiple tasks

    Hi! :) I would like to have a script for NPC which gives specific tasks TFS: 0.2.15 I want: - to choose which missions I want at the moment by writing mission/task, and Npc shows me what I can choose from like: Dragons, Dragon Lords, Hydras, Demons, Lizards - also they should be rewarded...
  13. Tamiko

    How to create ur own custom monsters.

    Thanks! nice guide :3
  14. Tamiko

    WARNING: max_allowed_packet might be set too low for binary

    I just did not want any warnings ;P
  15. Tamiko

    WARNING: max_allowed_packet might be set too low for binary

    :rolleyes: Really good post, helped me a lot, had the same error just a while ago! Thanks frankfarmer
  16. Tamiko

    Stamina Doll, Frag remover, Events, New spells

    I mean things in actuall scripts if isInRange(getPlayerPosition(cid), {x = 70, y = 100, z = 7}, {x = 120, y = 150, z = 7}) then and so on
  17. Tamiko

    Stamina Doll, Frag remover, Events, New spells

    Could you please specify all places that I need to change in different color im so lost :eek: I mean what things I should change in killevent.lua and Globalevent raid.lua I mean for what I can change it exactly to not bug the server and what possibilities i have pretty please :3:oops:
  18. Tamiko

    Promotion problem

    Its working! Thank you so much!!!!!!!
  19. Tamiko

    Promotion problem

    Hi I am using: The Forgotten Server Version: 0.2.15 Mystic Spirit I have problem with promotion NPC.. I am lvl 20, I go buy promotion: I buy it and so on.. Queen Eloise: Congratulations! You are now promoted. Then I am promoted.. but! I can speak to her again, over and over. Whenever I buy...
  20. Tamiko

    Action Rust Remover

    nsanee thank you so much man! Finally I found something thats actually working !!
Back
Top Bottom