• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Ratser

    [Compiling]MSVC - Compiling TFS under Windows - EASY WAY!

    So this explains the sudden rising in the Downloads count of this file in my MediaFire account :p BTW, I dunno if this would be better: TFS SDK v1.0 for MSVC++
  2. Ratser

    Lua Skinning doesnt work

    I think Elf submitted and updated my skinning script some time ago. You should check the latest TFS revs for a file called skinning.lua.
  3. Ratser

    Lua onThrowItem

    creatureevent.cpp (line 2023): uint32_t CreatureEvent::executeThrow(Player* player, Item* item, const Position& fromPosition, const Position& toPosition) { //onThrow(cid, item, fromPosition, toPosition) More proof?
  4. Ratser

    Lua onThrowItem

    Sure. onThrow(cid, item, fromPosition, toPosition)
  5. Ratser

    Mscv library!

    Nope. The Libs are 32-bits only.
  6. Ratser

    OnPush [ Help Please ]

    Read the code. If someone tries to push a player who is attacking a Target Dummy o w/e creature you put in the config it returns "not possible".
  7. Ratser

    OnPush [ Help Please ]

    Meh... antipush.lua: local targetlist, ret = {"Target Dummy"}, true function onPush(cid, target, ground, position) if(isInArray(targetlist, getCreatureTarget(target):lower())) then ret = RETURNVALUE_NOTPOSSIBLE end return ret end creaturescripts.xml: <event type="push"...
  8. Ratser

    Mscv library!

    MsvcLibs_OpenSSL.rar There. 169MB compressed to 23MB.
  9. Ratser

    Lua Kosheei the ancient amulet

    No problem ;)
Back
Top