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

    quest log "functions"

    Does |STATE| actually work?
  2. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Thanks man :)
  3. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    I have found the solution here: C++ - Enable Monster Friendly Fire [OTX3] and it works beautifully!
  4. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    I am sorry, still lost in countless debugging tools with no idea how to even start ^^
  5. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Most of my work has been on these features, some are complete and just need polishing, some may require tweaking for future content and others are still in the pipeline. This is why i am on the "Jobs" section recruiting volunteers and not on the "Discussion" section of the forums. :D Plus, I...
  6. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Thank you so much, your genuine interest will surely keep me motivated for months to come. Will add more features, screenshot and videos soon. Stay tuned.
  7. Karain

    Anyone can help me On my event. tfs 1.3

    in that case the script above is posted incompletely (probably config arrays before the function itself), which gave the wrong line count and got me confused :)
  8. Karain

    Anyone can help me On my event. tfs 1.3

    Attempt to index a number value Line 12 is player:teleportTo(configExf.teleportPla) My guess is that configExf.teleportPla is a number, while player:teleportTo requires an array of 3 position values (X,Y,Z)
  9. Karain

    C++ Tfs 1.2 compatibility with tibia versions other than 10.98

    Another alternative is working on TFS 10.98 with the normal graphics, sprites and items until the item editor and the rest of the tools you need will be updated, Your project will take long if you want to create everything from scratch. so might as well work on your foundations first until the...
  10. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Np, Welcome aboard!
  11. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    Not entirely sure how to do that... I run TFS 1.3 on a centos server
  12. Karain

    [USA] Forge of Elements: [Death] & [Souls] & [Havoc] Multi-world []8.7[]

    You can see more details on my recruitment page here Team - [TFS 1.3 10.98] Custom RPG OT Looking for a volunteer team
  13. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Who and what am i looking for? I am looking for individuals capable of taking loads off my back while i focus on other aspects on development. I am a jack of all trades but a master of none, Scripting is my strongest forte and the heaviest load on me is mapping. Mapping: you don't need to be...
  14. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Spell, Skills and You Throw all you know about old school spells out of the window, this system has been reworked from the ground up. There are now Spell words and skills, Spell words as the name suggests are individual words that do nothing by themselves, but by combining different words you...
  15. Karain

    Team [TFS 1.3 10.98] Testers Needed for Legends of Xorath

    Legends of Xorath - Open Alpha Create an account and character on www.legendsofxorath.com Download client here Hello everyone, I see that I've peaked your interest to see what the fuzz is this all about... Well... You came to the right place, allow me to explain... I'm currently creating a...
  16. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    the .xml files of demon, wolves and all others are bog standard from GIT <?xml version="1.0" encoding="ISO-8859-1"?> <monster script="default.lua" name="Demon" nameDescription="a demon" race="fire" experience="6000" speed="280"> <health now="8200" max="8200" /> <look type="35"...
  17. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    The skull is related to a monster rarity system, they do not interfere with anything other than their hp and loot quality. if i log in as a normal character, those 2 would kill me in no time. they work fine against players. if i have a monster as a summon, they will hurt other monsters (under...
  18. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    Nope, both the demon and the summoned fire elemental are attacking the wolf, but he takes 0 damage... not even an animation like a poff or blockhit
  19. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    Independent monsters attacking each other.
  20. Karain

    C++ [TFS 1.3] Monster vs Monster problem

    Hello, i'm facing an intricate problem in TFS 1.3, I have a screen that will turn some monsters against each other like a hunter-prey relationship. so far everything works fine, they target each other, they attack each other, they even use spell against each other but they take 0 damage. See...
Back
Top