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

    C++ Multiworld System 7.6

    hey, i need a little help to create multiworld system for 7,6 servers anyone can help? here or in pm thanks. yourots, kentana etc
  2. L

    [7.6][C++]Only profesion knight can use this weapon

    hey, i have one problems. how i can block item id 2433 use by sorcerer,druid,paladin? only knight can equip this weapon my code if(weaponid == 2433 & player->vocation == VOCATION_KNIGHT) { dist = g_config.swordxx; if (abs(player->pos.x - attackedCreature->pos.x) > dist...
  3. Joriku

    Compiling Compiling, Cast

    location/desctop/klonera/vc14/x64/release/vc140.pdb is not the pdb theforgottenserver events.cpp file that was used when this precompiled header was created, recreate the precompiled header. and more.. any help woud be nice 10.98 TFS 1.2 windows 10 visual studio 2015 update 3 Compiling on...
  4. 115820

    C++ Respawn With Player in Screen

    How put respawn with player in screen, like tibia version 10.95?? I use TFS 0.4, Tibia Version 8.6... i saw in that's two server with this code in 8.6. 1- InsanityOt - ip: insanityot.hopto.org 2- ForgottenL - ip: forgottenl.se
  5. flaviiojr

    Compiling Compile Errors

    Shows these errors in distro tfs 1.2, saying that it is not declared, I tried to solve it, but I still have the same problem. These functions were taken from distro tfs 1.0, how to update these functions? Thank you, I appreciate all the help. Lines where errors are located...
  6. 115820

    Attribute key TFS 0.4 DONTWORK

    When i put <attribute key="maxManaPercent" value="12000"/> dont work, same i try make a script in moveevents with CONDITION_STAT_MAXMANAPERCENT, 12000 DONT WORK. * I use rev 3777 0.4 .
  7. D

    Programmer Looking for C++ Programmer (Budget $400,00+)

    Hi, I'm looking for someone experienced in c ++ to specifically do Prey and Imbuiement Systems for tfs 1.1, my budget is up to $500,00 on both systems, but we can negotiate each one separately .. I hired services from Mark Samman and Gesior, among other great programmers. I prefer to pay with...
  8. changos

    (Help) Shared Account Depot

    Hi OTland community, i was searching the code for create a Shared Account Depot but i havent lucky what i need is: (u could see the items in your Depot of all u characters in the same account) i would like the depot requiere x action id for use other than the existing locker If you could help...
  9. S

    Compiling Modal Window & Quest Feature dont work at the same time!

    Hello, I'm pretty new in editing the source files, so ive just tried it. I tried to build these two features into my source files but the modal windows feature doesnt work! However, if the features are alone, it works. As I said, I do not have much idea about it, but it would be nice if...
  10. Goku97

    Windows Customizing Tibia Client and problem with weapons.

    -empty-
  11. D

    QTreeLeafNode Help understanding!

    Hello, Im trying to understand how does the GetTile function works in C++ cause I would like to use the function in another way, so here is the code : Tile* Map::getTile(uint16_t x, uint16_t y, uint8_t z) const 78 { 79 if (z >= MAP_MAX_LAYERS) { 80 return nullptr; 81 } 82 83...
  12. login12

    Programmer I search for Programmer for TFS 1.3

    I search someone for make on job in my sources 1.3. (C++) I'm brazilian but, i don't want business with brazilian guys! (its so sucks) I will pay with paypal or something like this. I need someone for conversion one cast mine in version 9.8 sources and adapt in my sources 1.3. Thanks =)
  13. 5

    Feature [TFS 1.2] Load Vocations in Lua or XML (Optional from Config)

    I don't know about you but I don't really care for loading content from xml. Find this in vocation.cpp #include "tools.h" Place this below it. #include "configmanager.h" #include "luascript.h" extern LuaEnvironment g_lua; extern ConfigManager g_config; Now look for this. bool...
  14. 5

    Feature Stay Online Forever for 1.2

    I made this so I didn't have to deal with worrying about setting a time frame in miliseconds before players are kicked. In configmanager.cpp look for. boolean[CLASSIC_EQUIPMENT_SLOTS] = getGlobalBoolean(L, "classicEquipmentSlots", false); Add this right underneath...
  15. 5

    Feature Player Flag Generator 1.2 [C++/HTML/Javascript]

    This is the code that makes up the player flag generator it is written in html & javascript. All you need to do is copy this code and paste it in any text editor and save it as anything you like with an html extension. That's all there is to it. Everything below is either a screen shot of the...
  16. Cjaker

    Lua Game.createMonster spawn in PZ

    Hi guys! =) I need a help with my system, where he spawn a Pet to help u. But i want the function Game.createMonster can spawn in Protection Zone Tile too. I tried to modify in c++ sources but my computer isn't good to compile fast, so if anybody can help me i am very thankful. Thanks for...
  17. silveralol

    Solved spawn monsters randomly

    hello folks, then I'm here to ask something about the respawn, you know that in the tibia global the spawn of monster can be different. different how ? exemple: have a spawn with 2 monsters, 1 minotaur and 1 minotaur archer each monster have ur own position to spawn right? then, sometimes in the...
  18. Ezzz

    Programmer Hire me on weekly basis

    Programming Knowledge: High intermediate C++ High intermediate C# Intermediate Pascal Intermediate LUA Intermediate PHP Job Capabilities: Community Manager Server code developer, in both the LUA and C++ environment, need a feature? Ask away, need a downgrade? Ask away Huge imagination mapper...
Back
Top