• 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

    Continue this words

    Ostrich ..:P
  2. T

    Compiling error.

    Hmm, Alt+P, find the bit about Icon, and browse to the location of TheForgottenServer.ico.
  3. T

    Continue this words

    Mentality.
  4. T

    [Help] with teleport

    No problem whatsoever. That's what I'm here for, I live to make people's lives easier and happier. :P
  5. T

    Evolutions NPC's into Tfs

    To be honest I don't have the time to do that today. You should be able to learn by my example. Just give it a shot!
  6. T

    Frag reward in a special area

    Just a hint, it would be smart to use: if isPlayer(killer) == TRUE then Otherwise you get some errors on console when a player is killed by a monster.
  7. T

    Lets Count To A Million!

    1660 ...
  8. T

    Evolutions NPC's into Tfs

    Here is an NPC for TFS that will sell the same stuff as that old outdated Evolutions crap. data/npc/scripts/amulets.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling...
  9. T

    Lets Count To A Million!

    1,647 / 1,000,000
  10. T

    [Help] with teleport

    If you're using TFS it's already there, just change the ACTIONID of the portal to the proper ID. Alright, so you have your towns set up as Town 1, Town 2, Town 3. Right? (SimOnes Mapeditor: Tools > Edit Towns). Say you want a portal that they walk through and it makes their residency "Town...
  11. T

    Powergamers script

    I don't understand, wouldn't you want a powergamers script to show how much experience a player gained in one day (24 hours)? So why would it update (refresh) every 60 minutes? Why not make a cron that does it every night at midnight instead? Or would this like, work as they're hunting. So...
  12. T

    Compiling Dev-cpp Error

    I'm trying to compile TFS but I can't even do anything because every time I hit compile or rebuild all I get this: Anyone know anything? I'm using Windows x64 bit version if it makes any difference (hope not..). Also using the dev-cpp 1.5 that Talaturen released.
  13. T

    (How) Promotion without premium?

    Alright thanks guys. =)
  14. T

    (How) Promotion without premium?

    Awesome. I'm using TFS Mystic Spirit (rev 693) do you think I should update my revision in the meantime or stick with the release? Just need an opinion :P
  15. T

    (How) Promotion without premium?

    I want to set up a way to promote people without them actually being premium. Now this is very easy with the npc system (parameters, premium=false) But..Every time I relog that character, they get changed back to the unpromoted vocation. I'm guessing this is because there is a check somewhere...
  16. T

    Powergamers script

    Why would you want to echo it? If it's a php file, and you paste that within php tags, it should work. You can't put it in html, for example. include ("config.php"); include ("top.inc.php");
  17. T

    Avesta 100% CPU Usage Possibly fixed?

    FightingElf, is there any chance you can compile and release it afterwards? I can't get my compiler working. That would be amazing!
  18. T

    (Function) getPlayerPzStatus

    getPlayerFightStatus getPlayerPzLock Not sure what to call it. Anybody feel up to it? I need a function that tells whether or not a player is pzLocked. if (isPzLocked) return 1 else return 0
  19. T

    Tfs Icons

    Wow, he's just trying to help, and all of you only flame him. Daaniieel, I at least appreciate your work ;) Keep it up.
  20. T

    Tfs Icons

    Definitely a much clearer background, good job =)
Back
Top