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

    Command to change item ML bonus

    Hi ... im trying to find the attribute name .. to change the ML/skills bonus of the item .. using the command doItemSetAttribute(uid,"magiclevelpoints",5) ... If someone knows .. please give me a hand ^^
  2. S

    itemEx.uid problem

    hi .. i m using the new TFS version .. the 0.3.6 .. and on this version .. when i call the local itemdomal = getItemInfo(itemEx.uid) ... it returns me nothing .. and i check the itemEx.uid .. it has a value "70001" ... When i use the command .. doItemSetAttribute(uid, "attack", 33) it works...
  3. S

    TFS scripting prob

    Hi .. i am using the TFS 0.3.6 crying .. version .. the new one ... but i got a problem while using an old script .. the getItemAttack(uid) and getItemDefense(uid) function .. wont work on this version .. de getItemAttack(uid) say that the global function dont exists .. and when i use the...
  4. S

    TFS compiling error

    I got this error when i tried to compile .. [Linker error] undefined reference to `mysql_init@4' [Linker error] undefined reference to `mysql_options@12' [Linker error] undefined reference to `mysql_get_client_version@0' [Linker error] undefined reference to `mysql_init@4' and more...
  5. S

    TFS Compiling prob

    Hi .. i had just downloaded the TFS source code .. i opened the DEV c++ project .. and clicked to compile it .. but it show alots of error on trying to compile .. one of the errors : 18 C:\Dev-Cpp\include\libxml\parser.h:796, from C:\Dev-Cpp\include\libxml\globals.h In file...
Back
Top