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

src

  1. srunobantana

    Compile OTX - error

    I need help compiling this OTX, I'M BRAZILIAN SORRY ABOUT THE TRANSLATION OTX Version: 1.0.X.SERIES Windows
  2. K

    C++ [src] Angles of the block missiles

    Hello, good afternoon. Nekiro 1.5 downgrade 8.0 I think I have a problem in c++ with respect to the angles of the block missiles I rule out that it is the .dat because the "block Missiles" is selected. How can I make the angles of attack more restricted? At some angles it should return...
  3. D

    ERROR MYSQL SAVE PLAYER

    this error is occurring when logging out the player. [Error - mysql_real_query] Query: UPDATE players SET level = 1,group_id = 1,vocation = 0,health = 150,healthmax = 150,experience = 0,lookbody = 106,lookfeet = 95,lookhead = 78,looklegs = 116,looktype = 128,lookaddons = 0,maglevel = 0,mana =...
  4. aqubjukr

    C++ [TFS 1.3] Add a storagevalue in weapons.cpp

    I'm trying to set a storagevalue to cancel the removecount for as long as the player has storage, but i didn't got. Interval to be modifie: case WEAPONACTION_REMOVECOUNT: if (g_config.getBoolean(ConfigManager::REMOVE_WEAPON_AMMO)) { Weapon::decrementItemCount(item)...
  5. aqubjukr

    TFS 1.X+ Wrap Bug

    When using the "wrap" or "unwrap" system a problem occurs. The item unwarp correctly. When I wrap again, the item gets an AID equal ID of decoration kit. When try to unwrap the item again, it doesn't work and remove the description of the packed item. Anyone knows here i need change to solve...
Back
Top