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

    Action [TFS 1.X] Reward Chest

    oh okay :( np then i can still use this for a 1 item quest.
  2. yogiikke

    TalkAction TFS 1.1 addon doll for 10.76

    @Jknot im guessing something like this havent tested it. in talkactions.xml <talkaction words="!addon" script="addon.lua" /> from @beastn addon.lua local config = { ['citizen'] = { male = 128, female = 136 }, ['hunter'] = { male = 129, female = 137 }, ['mage'] = { male =...
  3. yogiikke

    Action [TFS 1.X] Reward Chest

    @Elwyn LMAO! :D :D :D xD. thanks for the script this saves me allot of scripts :p BUT If you use the same uniqueid for two different chests, you'll get a warning when starting up the server and the player will only be able to open one of the two chests. < THIS doesnt work for me my tibia...
  4. yogiikke

    TalkAction [TFS 1.1+] /attr - set item attributes!

    @gunz elseif attr == "attack" then thing:setAttribute(1024, tonumber(value)) where did u find that number? 1024 and what is the number for armor? oh nevermind i fixd it i added this elseif attr == "armor" then thing:setAttribute(ITEM_ATTRIBUTE_ARMOR, tonumber(value)) and it workd for...
  5. yogiikke

    TalkAction [TFS 1.1+] /attr - set item attributes!

    @Tarek1337 true i didnt updated yet now i have the latest from nightlies and now i have an error in my TFS. but only with the uid the text and description also still remain bugd when i type /attr text hello im someone the sign only says hello but when i do /attr text hello,im someone it...
  6. yogiikke

    TalkAction [TFS 1.1+] /attr - set item attributes!

    TFS 1.1 from http://nightlies.otland.net/
  7. yogiikke

    TalkAction [TFS 1.1+] /attr - set item attributes!

    @gunz thanks this will help me allot im only missing the change health+ maxhealth can u put that in as well? also when i use (/attr text spawns that way ) only word spawns comes in it everything after a space wont show its the same with the description. also the uid wont work dont know if im...
  8. yogiikke

    Lua If item x do send effect every login

    it was from your point of view yeah from my it was torture @WibbenZ
  9. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    haha lol xD FINALLY IT WORKS thanks so much @WibbenZ last piece i need to finally start making monsters etc. is (not sure if i may ask you it like this probably not so answer if i cant then i edit this post :/ ) but it is a TFS 1.1 version of this script maybe u could make me 1 if you have the...
  10. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    Thanks tough but ehm it gives me a bag but bag is empty xD Really weard it gives me from the uniqueid [9150] 2 strong health potions id 7588 supposed to be 1 but when i test the uniqueid 9149 and 9148 it gives me an empty bag?
  11. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    xD i was about to edit that u beat me to it but it works so thank you and ill wait patiently no need to rush i and others can understand that you are very bussy. :) final script Quest.lua which doesnt work i think i tryd almost every { and } at every line but still says local chests = {...
  12. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    hmm im not sure i understand that script correctly if ihave 3 chests it would look somthing like this then? item id are not the ones i want in the script but only as an example ofc. local chests = { [1000] = { items = {{2160, 100}, {1111, 2}, [1001] = { items = {{2161, 100}, {1112, 2}...
  13. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    yes i want it like this you have 3 chests so 1,2,3 (duhh. xD) when you click chest 1 you get item id 2494,2495,2496 and then you wont be able to get chest 2 and 3 but if you click chest 2 also containing 3 items you wont be able to get chest 1 and 3 etc. so like a set. u know what i mean? :p...
  14. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    Thanks! @WibbenZ just small question now it gives me 1 item and others empty how can i make it that 1 chests gives me 3 items at one chest and let the others empty so uniqueid 9148 give me 3 items for example 2495,2496 and 2494. and that the other chest with uid. 9149 is then empty Ps: hows it...
  15. yogiikke

    [TFS 1.1] Quest.lua doesnt work

    Hello i got a quest script and first it gave me a chest not the item itself so i messd arround with it with the storage values the item uid. tryd to look some guides for scripting with tfs 1.1 (didnt found any :( ) etc. tryd everything my mind could think of and now all it says Its Empty! tryd...
  16. yogiikke

    Want /attr for TFS [1.x]

    oh okay XD thanks for that and ill keep an eye on the release section or else send me a pm if you do make it ^_-
  17. yogiikke

    Want /attr for TFS [1.x]

    oh oops thought i was in the requests tab my bad thanks for the reply though :p oh it is moved by a admin? i guesse thanks admin! :P
  18. yogiikke

    Want /attr for TFS [1.x]

    I just got my new TFS 1.1 server thanks to @WibbenZ @Limos @Techrlz (https://otland.net/threads/want-a-higher-version-server-need-explanation.231997/) but now i dont have a /attr or a /cliport so my question. how to get a /attr in TFS 1.x or basicly i want a way to use my old lua's is...
  19. yogiikke

    Want a higher version server.Need Explanation.

    okay thanks will need to find some solutions to those talkactions then but for now it works also that remeres u sended works ur the best u maybe also know where i can get new talkactions for 10.76? :D cause i really miss my cliport and that i can throw myself to anywhere even up or down :P
Back
Top