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

    Lua Function [TFS 1.2/1.3] player:setAttackSpeed(ms) | player:getAttackSpeed()

    I had other errors with my source where the boost files weren't connecting with compilation process properly as well, so I don't know why there was problem when I tried compiling. I tried putting in the right spots. Idk boost isn't working for me properly. I'm done trying different ideas, thanks...
  2. T

    Rules!?!??!

    You're not going to get a lot of help if your going to be angry with everyone. Just my 2 cents.
  3. T

    Request for C++ monster code for monsters to have levels and other features(TFS 1.2)

    Need: -Monsters killing players gives it exp definable by xml and lua. -A timeout on how much exp can be gotten by monster, by monster killing players(which can be = to 0 aka no-timeout). -Higher lever monsters should yield higher exp. -I want a "look" at the monster and have it say what lvl...
  4. T

    Feature [TFS 1.3] Monster Levels

    Is there a code part that can be added on(by you :P) where the monster gains exp to level? And stops exping after 100 kills of players in under 10 minutes and waits for 10 hrs? TFS 1.2? or should I put this in the request section?
  5. T

    Looking for download for Virtual Studio Community 2015*

    I thought I did that already, my bad. That was the solution.. hehe.
  6. T

    Looking for download for Virtual Studio Community 2015*

    Okay, and what about this issue I'm having: otland/forgottenserver I'm following these instructions. But the download for TFS 1.2 source doesn't have any bat files with it. :o
  7. T

    Looking for download for Virtual Studio Community 2015*

    Okay, thank you. Do I use the newest boost then as well?
  8. T

    Looking for download for Virtual Studio Community 2015*

    According to the compiling directions, TFS 1.2 requires Virtual Studio Community 2015 but I can't access it on the microsoft website, only the latest which is 2017. Anyone know where I can get a download? Thanks :D. @Vulcan_ Is it possible to compile the same way with 2017? Or do I truly need...
  9. T

    C++ Monster Levels Script 1.2

    I know what you're talking about. I saw them on otfans back in the day. The c++ files right? Dunno who has them now. @Vulcan_ might now know where they are uploaded.
  10. T

    Back when there was tons of People on Ot sites.

    I don't see why children like you think that's so funny, but your immaturity shows. Yes, Okay, so 64,028 is a lot of people. Not averaging 100k, but good enough. 64000 people is a lot. So I haven't seen many adults post on this thread, just children with age-numbers. I'm just getting kiddish...
  11. T

    Back when there was tons of People on Ot sites.

    Not to be anything more than just a little mean. But you're wrong. Tibia still gets new youngsters playing their servers and Tibia could make a huge comeback. If you don't even get simple things about life like wars effect people playing videogames. You shouldn't even have commented kiddo. No...
  12. T

    Back when there was tons of People on Ot sites.

    Actually, that's not true. There used to be MORE game developers in the 90's. Don't you remember Circuit City and CompUsa? There was "Buy only copy" games going for $2000 and tons of RTS's I remember vividly. in the 90's when Tibia was growing playerbase up hard there was TONS of new games all...
  13. T

    How do I add to my player's maxhealth whenever I use the code with db.query

    I looked around otland/forgottenserver and I can't find anything on db.query, I want to add to my players max health by 10,000 and max mana everytime the script is executed. Or should I use a meta table. I've seen getMaxHealth, addhealth. I'm not sure how to add it to my script. Not self...
  14. T

    Help with prestige script I found, I need help editting it to work for tfs 1.2

    Okay, I've done that. The new error is: Lua Script Error: [Npc interface] data/npc/scripts/Prestiger.lua:onCreatureSay data/npc/scripts/Prestiger.lua:43: attempt to call global 'doBroadcastMessage' (a nil value) stack traceback: [C]: in function 'doBroadcastMessage'...
  15. T

    Back when there was tons of People on Ot sites.

    "Players Online: 13,292" RL Tibia. Yeah it used to be near 100,000 during the days back then. 8.6. Yeah, if Tibia ever advertised, they might make more money. I've never seen a commercial or online ad. They are terrible advertisers.
  16. T

    Help with prestige script I found, I need help editting it to work for tfs 1.2

    I changed it. It's still not working. Some errors. And he doesn't do the else which is "Go get a promo" << I'm speaking in laymans terms not actual wordscript. He asks me if I want a prestige after I say "hi" and then I say, "yes" and he doesn't respond and nothing happens. Lua Script Error...
  17. T

    Help with prestige script I found, I need help editting it to work for tfs 1.2

    Well, I can "look" again with that script but not "look" at myself lol. But it didn't fix my npc. I still get that [Error - CreatureEvent::configureEvent] Invalid type for creature event PrestigerDescription [Warning - BaseEvents::loadFromXml] Failed to configure event and he still says I need...
  18. T

    Help with prestige script I found, I need help editting it to work for tfs 1.2

    I don't have a column for "rebirths" in my table for my players. I think this might be a problem. How do I add in a column for it with sql code with phpmyadmin? Should be simple, I just don't want to make any mistakes. CREATE column Where 'players' <<< what is it to type in? EDIT: I added a...
  19. T

    Help with prestige script I found, I need help editting it to work for tfs 1.2

    Player.lua function Player:onBrowseField(position) return true end function Player:onLook(thing, position, distance) local description = "You see " .. thing:getDescription(distance) if self:getGroup():getAccess() then if thing:isItem() then description =...
Back
Top