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

    item na slot i poki za mane

    Cześć :] Szukam jakiegoś kodu który gdy złapie się pokemona to pokeball ląduje do tego koszyka(tam gdzie miejsce na amunicje) Urywek kodu: item = doCreateItemEx(params.ball) doItemSetAttribute(item, "poke", params.poke) doItemSetAttribute(item, "nome", params.nome)...
  2. Labik

    [Poland] Naruto Story CUSTOM CLIENT

    Naruto Story is a project MMORPG based on Tibia engine. All of our scripts,graphics are designed to show you the climate of popular anime - Naruto. Climate, appropriate authority server, uniqueness of the game, all this and more can be found only here. Eleven professions, large number of spells...
  3. Labik

    own ot protocol

    Hello! How i can make a my own protocol? I have TFS 0,3,6. This TFS have 8.54 protocol but i wants change this protocol in 0.01b.
  4. Labik

    Floor

    function onStepIn(cid, item, pos, fromPos) if(item.actionid == 5300) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_WARNING,""..getCreatureName(cid)..", welcome in Samurai City.") elseif(item.actionid == 5301) then doPlayerSendTextMessage(cid...
  5. Labik

    Stackable

    I need code to stack potions. But i want see how much potions I have. In tibia.dat change ittem on Stackable. But what change in engine? TFS 0.3.6pl1
  6. Labik

    Destroy/Repair and Upgrade Ittems

    Hi looking for 2 systems. 1. Destroy/Repair Ittems To the ittem could be destroyed, and a NPC who could fix it. np: You see a blessed shield (Def:40). It weighs 68.00 oz. The shield grants divine protection. Destroyed: 70/100 (30%) 2. Upgrade Ittems npc that would upgade the items...
Back
Top