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

    Trying to make a spider

    May i ask, how did u do that spider? looks like 3D :O
  2. Thorn

    Object builder 0.3.3 10.98 error #1000

    Bump Does anybody know? how to clean the dat?
  3. Thorn

    TFS 1.X+ broadcast talkaction possible to tutor without changing flags

    function onSay(player, words, param) if player:getAccountType() < ACCOUNT_TYPE_TUTOR then return false end print("> " .. player:getName() .. " broadcasted: \"" .. param .. "\".") for _, targetPlayer in ipairs(Game.getPlayers()) do...
  4. Thorn

    TFS 1.X+ broadcast talkaction possible to tutor without changing flags

    oh actually i tried that before and didnt work :S if player:getGroup():getId() <= 2 then added the = because he has type account 2, but that didnt work either :S
  5. Thorn

    TFS 1.X+ broadcast talkaction possible to tutor without changing flags

    Hello guys!! is it possible to change this broadcast script to work with access?? account access? i want onluy gms and tutor be allowed to broadcast, but without changing the flag values? tfs 1.3 local color = { ['green'] = MESSAGE_INFO_DESCR, ['blue'] = MESSAGE_STATUS_CONSOLE_BLUE...
  6. Thorn

    Object builder 0.3.3 10.98 error #1000

    Hello guys, idk if this is the place to ask questions about object builder, but well, anyways, here i go: the thing is i have dat 10.98 and i work with the Object builder 0.3.3 strange edition, that works great... well i had the intention to clean it up and remove the unused sprites...so i went...
  7. Thorn

    TFS 1.X+ Hairycles cookie missing

    Hello! sorry the delay, i tested the Hairycles you sent me and transform all the dialog lines to "" instead of '', but still when you say cookie to the npc nothing happens :S
  8. Thorn

    Spell [TFS 1.2/1.3] Unnamed spell (looks cool tho)

    hello! is it possible to make monsters use this spell? i tried adding it to monsters but doesnt work, also, how can i remove the magiceffect it reproduces on top of myself?
  9. Thorn

    TFS 1.X+ Hairycles cookie missing

    hello guys,i have tfs 1.3 and im trying to fix hairycles cos it isn't giving the cookie in the what a foolish quest, so this is the original: Free Text Host - The Anonymous Text Hosting Service - No Registration Required and this is my edit: i made the edit based on the other npcs like Wyda...
  10. Thorn

    Otclient problem annoying login window

    right, it's a mixture between 1.2 and 1.3 :S also, when i restarted the server, the problem was gone for the player also now is back, do you know how can i fix it??
  11. Thorn

    Otclient problem annoying login window

    Hey, this otclient was made out of the latest sources, so it's impossible it's outdated, i use a tfs 10.98 :(
  12. Thorn

    Otclient problem annoying login window

    Hello guys, i have been having this horrible error, im using the latest build and idk how to solve this!! does anyone know why it happens and how to fix it??
  13. Thorn

    Solved "He is a Tutor" onLook tfs 1.2-1.3

    Thanks guys!! gonna test it soon ! :D
  14. Thorn

    Solved "He is a Tutor" onLook tfs 1.2-1.3

    oh buddy, my function is a little different, i dont have that line, where should i put that code? function Player:onLook(thing, position, distance) local description = 'You see ' if thing:isItem() then if thing.actionid == 5640 then description = description .. 'a...
  15. Thorn

    Solved "He is a Tutor" onLook tfs 1.2-1.3

    If im not mistaken, that file is to set the privileges of every group and few other config, but nothing to do with onLook, for what i have search, the missing deature should be in player.cpp, in here std::string Player::getDescription(int32_t lookDistance) const But im not 100% sure, and also...
  16. Thorn

    Solved "He is a Tutor" onLook tfs 1.2-1.3

    Hello guys! i noticed i cant see this feature in my server, and i was reading some old post but those are any good because of too old tfs, does anyone know what do i have to do to make this work? i guess it's in sources, but i always have very careful before editing sources, i would like to be...
  17. Thorn

    TFS 1.X+ tfs 1.3 make many conditions in one spell

    omg thank youuuuuu i tried this for like 3 hours xD thanks!!!
  18. Thorn

    TFS 1.X+ tfs 1.3 make many conditions in one spell

    Hello guys, me again ;c im editing this script to give paralize, fire and poison conditions on the same attack, but i cant make it, i have tried many many different ways, but none of them works!! i can't pass the paralize to the other conditions, plz guys i would appreciate the help so much...
  19. Thorn

    Solved spell help distanceskill tfs 1.3

    Thank you!! it worked :D!!
  20. Thorn

    Solved spell help distanceskill tfs 1.3

    hello guys, im trying to modify this spell to work with distanceskill but i cant make it work! i have tried making it look like etheral_spear but i cant get any result :( would be great if anyone can help me with this, i use tfs 1.3 local combat = Combat() combat:setParameter(COMBAT_PARAM_TYPE...
Back
Top