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

    C++ Frags only vocations

    I am trying to make a type of script where the vocations of orc only unjustifiedKills in orcs, elves only in elves and humans only in humans. Since for them not to unjustifiedKills their vocations, the level difference has to be 2/3 of your level. Im try this void...
  2. igorlabanca

    Open Corpose For Autoloot

    I have this autoloot script, but it is pulling the loot straight to bp, without opening the corpose. How do I get the loot only when opening the corpose? Help pls :s Creaturescript local function scanContainer(cid, container) local player = Player(cid) if not player then return...
  3. igorlabanca

    Summon Boss with onthink

    In the script below, he checks if he has any monster with that name, in case he does not have him summon the monster, in case he does not summon and does nothing. local shit = { {boss = "Smaug", pos = {x=1397, y=375, z=2}}, {boss = "laracna", pos = {x=980, y=866, z=12}}, {boss =...
  4. igorlabanca

    Error Show $SQL->query

    Script: $castle = $SQL->query("SELECT `nomeguild` FROM `gh` WHERE `nome` = 1"); <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title"><i class="fa fa-line-chart"></i> Guild from GH</h3> </div>...
  5. igorlabanca

    Talkaction MC Party Check

    Hello !! Is it possible to make talkaction an mc check for players who are in the same party sharing exp? Tfs 1.2-1.3
  6. igorlabanca

    Cast System Freeze tfs 1.3 + OTX

    When opening the cast system the viewer can not see because the cast is not transmitted in real time, the screen is frozen. Where can I solve this? Up
  7. igorlabanca

    Function doStartTrade(cid, target, item) 0.4 -> 1.2

    Help I need add this function in tfs 1.2 int32_t LuaInterface::luaDoStartTrade(lua_State* L) { ScriptEnviroment* env = getEnv(); Item* item = env->getItemByUID(popNumber(L)); if(!item) { errorEx(getError(LUA_ERROR_ITEM_NOT_FOUND)); lua_pushboolean(L, false)...
  8. igorlabanca

    Help, Area in Yellow skull

    Well this script, the player to step in this area , all server earn yellow skull , but I'd like just who had the area won the yellow skull function onThink(player, interval, item, position, lastPosition, fromPosition, toPosition) for posx = 1251,1259 do for posy = 716,724 do local pos =...
  9. igorlabanca

    Help Check monster in sqm's for tfs 1.2

    Help !! I have this script for tfs 0.4, but i need for tfs 1.2. Thanks :) for posx = 1252,1258 do -- checar posição X, começo e final da sala for posy = 705,705 do -- checar posicao Y, começo e final da sala local pos = {x=posx, y=posy, z=6, stackpos=253} -- posição que ira verificar se existe...
  10. igorlabanca

    Convert Castle War for Tfs 1.2

    I really need to convert this script to tfs 1.2 because it is the most important of my server. Note: shows no error Thanks :) function onUse(cid, item, frompos, item2, topos) local castle_one_name = "GH" local storages = {154154,54321,123123} local...
  11. igorlabanca

    [Gersior] [1.0] [Classes Guild] HELP

    Hello I have a layout modified to tfs 1.2 gersior , it happens that the guilds of the page is not able to access some new functions in guild.php class then I would help because I had a lot of work to modify and just now I saw this error : / The error is in guild.php class Parse error: syntax...
Back
Top