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

    Lua A Little help with double conditions

    so guys, I already solved my problem, but I configured the script to add two conditions on the target, but only add one condition in the target. How I do this? this is the currently script. local damageTypes = {COMBAT_FIREDAMAGE, COMBAT_POISONDAMAGE} local condTypes = {CONDITION_FIRE...
  2. Tegardee

    Lua little help with onTalk script

    hello guys, I installed the function "onTalk" in my sources, it works ok. but I tried to create with this function. I want when the player with access high than 3 talk, says in RED COLOR, and when a player with access == 3 talk, says in ORANGE COLOR, but when I try to talk with this script...
  3. Tegardee

    Compiling Problem Compiling OTX 8.6 with Code::Blocks

    hello guys I have a problem when compiling OTX 8.6 with Code::Blocks. the problem is on database.cpp. IMG: http://prntscr.com/9ps9py how to fix this?
  4. Tegardee

    Owner System for Equips

    hello guys, I'm trying to do a Shop System like a quest, player click on the chest and buy the item. I need when the player buy that item, that item can be only equipped by that player. Someone can create this mod for me? I'm use TFS 0.4 r3777 (8.6). thx guys.
  5. Tegardee

    Lua Auto Heal Script

    hello guys, someone have the following script? if a player have a "ITEM X" equipped on the correct slot. e.g. Energy Ring in the Ring Slot (configurable id of the item in the script), this player have Auto Heal (interval of 3 seconds to each heal) until it is no longer use this item. thanks...
  6. Tegardee

    Lua Reflect System Help

    hello guys, I have a MOD of Reflect System in my Server. The MOD is: When a player buy an Item on the Shop, the player receive that item with some % of Reflect. The problem of the MOD is, when a player attack another player that uses this item with some % of Reflect, the Reflect don't works. I...
  7. Tegardee

    Windows Error compiling

    Hey there, I have error when I try to compile my source 0.3.6 8.60, the error appears in Linking. Error: http://prntscr.com/8fuw3z Thanks for the help.
  8. Tegardee

    Solved Movements Error

    Hey there, I have a problem with my movements.xml file. when I open the file, appear "Error at line 771, column 3: mismatched tag" Here: Movements.xml thanks for attention.
  9. Tegardee

    auto ip

    hello people, I have a code in the sources, and it works perfectly, he takes the time qo IPv4 server is online, is it possible to modify it so it can get the ip which is located in the NO-IP?
  10. Tegardee

    Compiling dev-cpp

    hello people, I'm trying to compile my sources in dev-cpp, however this error appears at compile time database.cpp. detail: This error only happens when I try to compile in dev-cpp, however in the codeblocks source is compiled perfectly. 36 C:\Documents and Settings\Renan\Desktop\TFS 0.4...
  11. Tegardee

    Compiling codeblocks 13.12

    good guys, would like to know why in codeblocks 13.12, is not being included in the information EXE after compiling, example: the EXE with codeblocks 10.05 is all normal, the information below shows how the EXE, version, name, company, website or forum and the like, but with the codeblocks...
  12. Tegardee

    auto global ip

    hello people, in my tfs 0.4 , there is a code that he installed automatically when the server will be online, he grabs the IP automatically, however he is taking the IPv4, is it possible to adapt it to catch the ip that this the no-ip? Thank you.
  13. Tegardee

    Compiling what this error in dev-cpp 5.4.2?

    I wonder why this error in the dev-cpp 5.4.2 with TFS 0.4 rev 3884 c:\programs and files\dev-cpp\mingw32\lib\gcc\mingw32\4.7.2\libstdc++.a(stdexcept.o) (.text$_ZNSt12out_of_rangeD2Ev+0x0): multiple definition of `std::out_of_range::~out_of_range()' C:\programs and...
  14. Tegardee

    Compiling linker dev-cpp

    hello people, I'm having problems trying to compile tfs, the problem is the following, it compiles all the files, put in hours of LINKER TheForgottenServer.exe, the following error happens. [Linker error] undefined reference to `socket@12' [Linker error] undefined reference to `connect@12'...
  15. Tegardee

    Windows attr position 0.4

    all commands /attr are perfectly functional, but there is one that works at all, the /attr position or /attr destination, I do everything correct, however it is not this putting the coordinates in tp, but in exe Alissow Server works perfectly, how to fix? I use TFS 0.4
  16. Tegardee

    Solved tfs 0.4 edited by MartyX

    Personal hello I'm having problems with TFS 0.4 edited by MartyX, one is that the attack speed of vocations are not according bout what is configured on vocations.xml, the other is that in the database, is converting PLAIN to SHA1, even using PLAIN in encryptionType, WHAT could this be? and how...
  17. Tegardee

    Compiling what this error?

    I have a problem to compile, I did not have the slightest idea what that is. ||=== Build: GUI in TheForgottenServer (compiler: GNU GCC Compiler) ===| obj\GUI\actions.o:actions.cpp|| undefined reference to `__gxx_personality_sj0'| obj\GUI\actions.o:actions.cpp|| undefined reference to...
  18. Tegardee

    Windows tfs 0.4 compiled with dev-cpp

    hello people, I was having problems with codeblocks, so I installed a full dev-cpp 100% all libs, compiled the exe everything 100% right, but when I try to connect the server as an error. This application failed to start because it was not found libstdc++-6.dll. Reinstalling the application may...
  19. Tegardee

    Compiling libcryptopp

    hello, I wonder why every time that I add to the linker -lcryptopp, it's this error to link the exe c:\files and programs\codeblocks\mingw\bin\..\lib\gcc\mingw32\4.4.0\..\..\..\libcryptopp.a(socketft.o):socketft.cpp|| undefined reference to `socket@12'| c:\files and...
  20. Tegardee

    tfs 0.4 converting database

    hello people, I wonder why my tfs 0.4 config.lua even putting in the option passwordType = "plain" and encryptionType = "plain", the tfs 0.4 is still converting it to SHA1, I have not the faintest idea what it is .
Back
Top Bottom