• 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. 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...
  2. 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...
  3. 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)'...
  4. 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...
  5. 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() &&...
  6. Sarah Wesker

    C++ Send Effects a Single Viewer ?

    I would like to send effects to a single viewer? -- example function: toPos:sendEffectToClient(magicEffect)
  7. 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.
  8. Crixpx

    C++ change character start hp and mp

    hello i have a problem when i create a new character he have 150 h and 0 mana how can i edit it? i'm using account manager some can help ? tfs 0.4
  9. xydius

    Quiver for paladins - tfs1.X

    Hello fellow otlanders heres a little edit i did for my custom ot and i felt like sharing it. First of all what is a quiver? A quiver is a container where u can put your arrows/bolts and use them while equiped with a bow/crossbow like show in the picture below. EDIT First go to your...
  10. F

    C++ Making elemental damage constant

    Hello! I'm using TFS 0.4 and I want to change the way elemental damage works. I wanna add a constant elemental damage to a weapon but I'm not sure how to go about it. For example, if I add the line <attribute key="elementEnergy" value="20"> to a weapon, I want the damage to constantly be +20...
  11. Snavy

    Tibia 10/10.98 Packet structure

    Could somebody tell how the Packet structure goes in (TIBIA CLIENT) Tibia 10 / 10.10 ?
  12. Snavy

    C++ RSA Encryption

    I am trying to create a script but I have to understand how RSA works; Pub. & Priv. Keys. main quesiton: How can you send an encrypted msg to client using Python ? What happens when the encrypted msg is sent to the client? What does it look like? How does the server receive the msg? What...
  13. Snavy

    C++ Inheritance (Practice)

    Hello otlanders! I have been learning C++ inheritance for about a week now and I have grasped the basic concept of it and understand the basic questions that are Frequently Asked. BUT it is time for me to get a bit advanced on this field too, and of course I need Tasks or Some sort of Project...
  14. GhostWD

    C++ Skill training depended on attack speed

    Hi Otlanders! i have request to You. I would like to have script, which will make dependence with skilling and attack speed i mean if player attacks 2 times / sec it's skill would grow same as 1 time / sec, 3t/s same as 1t/s ....etc etc etc TFS 0.4.3777 Can someone help me with that? Thank...
  15. Karain

    C++ Kindly explain to me how fleeing works

    Hello OtLand, sorry for bothering you with my C++ ignorance, but can someone please explain to me how "fleeing" monsters calculate their paths while running away from you on low health? I'd like to recreate it in Lua for special purposes, but i can't seem to understand it from reading the C++...
  16. 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...
  17. J

    C++ OTHire 0.0.3 stairs exhaust

    Hello. I want to remove exhaust when youre jumping on stairs. There is no such variable in config.lua. I tried checking the source in spells.cpp but i dont know what should i look for. Please help.
  18. Dzoqa

    Team [5€] every finished job for OTS + place in team

    Hi guys, Im looing for people who would join to our Project of Tibia Server. We offer you: - ~5€ for every finished job, - joining to our management, - great and funny team of 4 men with you, - stable job if u'll do what u have to :) - ur private ts3 Server, - mooooney $$$ =) How to? Step...
  19. M

    C++ How to check storage in C++? tfs 1.2

    As in the topic. I need help: if (attackerPlayer && attackerPlayer->getStorageValue(uint64_t 60000) != 1 && attackerPlayer != this && skillLoss) { /tfs/ots/src/player.cpp: In member function 'virtual uint64_t Player::getGainedExperience(Creature*) const': /tfs/ots/src/player.cpp:3216:66...
  20. xydius

    Solved Full Item Description

    Hi fellow otlanders, i have a small issue but yet an important one imo but i cant figure out where and what to edit if i have to do it on sources or anything really... My issue is that i want a really custom server with attributes on items for example maxHitPoints etc but i want those attributes...
Back
Top