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

    OTClient New Skill terminal error

    I make this alone. This forum is dead.
  2. Gicu

    OTClient New Skill terminal error

    bump
  3. Gicu

    Metin2 Spells Show Off [Wirujacy Sztylet]

    Need target to use. Push target and you to 1 sqm front of you direction. Sorry my english sux.
  4. Gicu

    TFS 1.X+ NPC change gold to bank balance

    This is original function.
  5. Gicu

    TFS 1.X+ NPC change gold to bank balance

    I need some change sell items in NPC dont give gold. Add count to bank balance. i try change that but nothing change in game :/ function doNpcSellItem(cid, itemid, amount, subType, ignoreCap, inBackpacks, backpack) local amount = amount or 1 local subType = subType or 0 local item...
  6. Gicu

    Metin2 Spells Show Off [Wirujacy Sztylet]

    [
  7. Gicu

    [TFS 1.2] Automatic Task System

    Do you can make talkaction command for show TASKS? EDIT: Sorry i done alone :)
  8. Gicu

    Request Enchanting System 1.2

    This give you needed function for Upgrading Items By Jewels And u can use this.
  9. Gicu

    Request Enchanting System 1.2

    add this line to you global.lua dofile('data/lib/001_04_compat.lua') and create 001_04_compat.lua in data/lib and past this first code.
  10. Gicu

    Request Enchanting System 1.2

    Add this to you lib folder getThingFromPos = getThingfromPos getThingPosition = getThingPos MESSAGE_LOOT = 20 table.find = function(table, value) for i, v in pairs(table) do if v == value then return i end end return nil end string.trim = function (str)...
  11. Gicu

    OTClient New Skill terminal error

    HI! :p I created new skill, everything working good but nothing show in OTC. Client error. When enter game and equiped item with new skill. What i change in OTC const.h enum Skill { Fist = 0, Club, Sword, Axe, Distance, Shielding...
  12. Gicu

    C++ This can make a problem?

    I need 30+ new skills i dont think about names. But i change this maybe help.
  13. Gicu

    C++ This can make a problem?

    I got this errors :/
  14. Gicu

    C++ This can make a problem?

    Bump
  15. Gicu

    C++ This can make a problem?

    case CONDITION_PARAM_SKILL_NEW15: { skills[SKILL_NEW15] = value; return true; } case CONDITION_PARAM_SKILL_NEWPERCENT15: { skillsPercent[SKILL_NEW15] = value; return true; } I created new skills and i use SKILL_NEW15...
  16. Gicu

    Solved Create New Skill - Mining

    Do you can show us how to?
  17. Gicu

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    You need download TFS my server for good working. NEED server TFS edited.
  18. Gicu

    [OTClient][10.98] TFS 1.3 and OTC Latest Compiling l OTC with more titles and transparent panels.

    You need server edit. Download from this content
Back
Top