• 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!

c++

  1. K

    C++ Adapt monster level system [TFS 0.3.6 to 1.3]

    Can anyone help me adapt this to TFS 1.3? monsters.cpp monster.h monster.cpp map.cpp configmanager.h configmanager.cpp [/SPOILER]
  2. War-Ots

    DeadBug tfs 1.2 client 8.6 Char Creation

    Hi guys, sorry for the question, I am building my old war server 8.6 with tfs 1.2. I dont have major bugs (at least as far as i know) but when I create a char with Knight Vocation when I first login in the game I get a deadbug! The second time I log in I don't get any deadbug or other problem...
  3. L

    C++ Error while compiling TFS, "asio.hpp"

    Hello, I encountered a problem compiling the TFS engine in Visual Studio 2017. The message says: "Can not open file, please add: 'boost / asio.hpp': No dry file or directory theforgottenserver g: \ programs - ot \ tfs \ forgottenserver-master \ src \ otpch.h 42 " What is asio.hpp? I'm not...
  4. metiu11

    Lua Spell Effect

    Hello, I wanna add new effect spell. So i add it in Object Builder - effects Imgur: The magic of the Internet So this number its 70. This is my spell code: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatFormula(combat...
  5. N

    C++ how to deal with chatted strings on server-side?

    Hello, I want to do some operations with the strings that are submitted to the chat. Basically, I need to know which is the function that is called when a player chat. I've made some tests and I think that's Creature:: onCreatureSay(,,), is it correct? If so, should I just override the method in...
  6. N

    C++ wanting to learn

    Hello, I'm a brazilian user, but, huh, my regional community sucks (there are only otadmins, aka kids, and the ones who've the knowledge don't wanna share it) I'm currently studying at learncpp.com —I'm on chapter 9, poo is freaking haahuha—, however idk either how TFS engine (internal classes...
  7. Z

    OTClient Unhandled Opcode

    So, I'm trying to use OTClient on my otserver, but every time I try to use a weapon or a spell that uses distance effects, I get this error on OTClient console: ERROR: ProtocolGame parse message exception (8 bytes unread, last opcode is 0, prev opcode is 133): unhandled opcode 0 Also, after...
  8. T

    Programmer payment more than 1K USD or 3K BRL /Month

    looking for someone who is really good at C ++ and Lua, needs to be good at otclient also, if you are from Brazil, it's even better, need to have a good time available, if someone is interested send me a private message..
  9. rafaking

    C++ Starting with TFS and understanding the sources

    Can someone please tell me the best path / way to start studying and understanding TFS sources? I want in the future to contribute. Thanks!
  10. JohnColner

    Slow Rune Help

    I'm trying to make a rune to slow down the player attacked by it for 3 seconds without utani hurting the effect, could someone help me? dry my test. local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_ICEAREA) setCombatParam(combat...
  11. Verticos

    Looking for OTC UI/Developer/Source ($300 usd )

    Looking for OTC UI/Developer Must have experience in OTClient Ui/Client source edits/OpCode. TFS 1.2 Source edits. Also must provide screenshots of past work before offering a price on work we are looking to have done. This is a paid position in usd through paypal. My contact info Discord...
  12. E

    C++ How to make its possible

    Hello guys, anyone can help-me with a question? Hello everyone, I would like to know how to keep the trade window from all available, even if there is no money in backpack to buy certain item. Like this For this, without money of course. I want to leave everything available, but when...
  13. Ashtar

    Programmer Looking for an experienced TFS 0.4 Programmer (Lua-C++)

    Hey there, recently I've been looking around on every open tibia forum for an experienced programmer capable of working TFS 0.4, unfortunately it's quite complicated to find active programmers freelancing now a days so I've decided to create a thread here. What I'm currently looking for in a...
  14. Nubaza

    [ LUA / C++ ] Offering Services

    Hello ! I'm offering Lua and c++ services. I only accept paypal. You give me the Order, i start and when it's finished I give an IP to enter and test it, after that you process the payment and i give everything. I have Years of knowledge, for any dude please reply or give me a PM. You can...
  15. A

    C++ Compiling ERRORS, please help.

    Hello Otlanders, I need help with compiling tfs 1.0. Im getting an error each time i'm trying. I think you will understand by looking at the pictures and there you will see what the errors are, please someone help me. First it goes like this: Image - TinyPic - gratis värdtjänst för bilder...
  16. GhostWD

    C++ Lua in quest description by gesior

    Hello again ;p i wanted to use this feature in my tfs 0.4 Feature - LUA code in descriptions of quests in quests.xml but when compiling is almost done this happens CXX vocation.o CXXLD theforgottenserver quests.o: In function `Quests::parseQuestNode(_xmlNode*, bool)'...
  17. xKrazyx

    Hire Me, I'll tackle your jobs - Almost Anything Small/Huge- Any TFS Version - xKrazyx Job Thread

    I'll do almost any job if its reasonable, i've been around OTS a while. c++, php, css, sprites, reverse engineering clients/bots, security additions, hex edits, client creation, simple/complex lua systems... PAID SERIOUS JOBS ONLY. I can supply references if needed. Name:Caleb...
  18. GhostWD

    C++ How to make monster attack only player with storage

    Hi there, I've got problem to solve, idk how to refere to attacker at isTarget method in monster.cpp bool Monster::isTarget(Creature* creature) { if(creature->isSagaMonster()){ return (!creature->isRemoved() && creature->isAttackable() && (creature->isSagaMonster() &&...
  19. Sarah Wesker

    C++ Send Effects a Single Viewer ?

    I would like to send effects to a single viewer? -- example function: toPos:sendEffectToClient(magicEffect)
  20. Way20

    Programmer Looking for C++ programmer for some source edits.

    I'm looking for someone that knows C++ and knows about "old versions" of TFS engine, I need some modifications on the walk system. Informations bellow. Source: OTX 2.6 Server version: 8.6 Payment method: Paypal For more information, please, send me a PM.
Back
Top