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

    [REQUEST] Gaz'Haragoth 8.60 [0.4]

    Monster script to 8.60, thats look type is my idea to not the bugs :)
  2. warriorfrog

    [REQUEST] Gaz'Haragoth 8.60 [0.4]

    Anyone with experience like the idea Gaz'Haragoth to 8.60 server's? Should be amazing play servers 8.60 with Gaz'Haragoth (http://tibia.wikia.com/wiki/Gaz'haragoth) Demon skin red <look type="12" head="0" body="94" legs="79" feet="79" corpse="6068"/> To don't the bug... But with it power...
  3. warriorfrog

    Xikini's Free Scripting Service. [0.3.7 & (0.3.6/0.4)]

    Should be amazing play a server 8.60 with Gaz'Haragoth (http://tibia.wikia.com/wiki/Gaz'haragoth) Demon skin red (<look type="12" head="0" body="94" legs="79" feet="79" corpse="6068"/>) It's more then just block and kill :) U know how to made it for 0.4?
  4. warriorfrog

    Lua [GOT] Help me to make 2 things

    Everything was fixed thanks to you... Thank you SO MUCH!
  5. warriorfrog

    Lua [GOT] Help me to make 2 things

    Ty again... When look: [23:38:18.736] [Error - CreatureScript Interface] [23:38:18.736] data/creaturescripts/scripts/GOT/placas.lua:onLook [23:38:18.736] Description: [23:38:18.736] data/creaturescripts/scripts/GOT/placas.lua:41: attempt to concatenate local 'guildName' (a boolean value)...
  6. warriorfrog

    Lua [GOT] Help me to make 2 things

    bump
  7. warriorfrog

    Lua [GOT] Help me to make 2 things

    bump
  8. warriorfrog

    Lua [GOT] Help me to make 2 things

    What i made worng to cancel attack if dont have members online and if no have guild (like is in movemments) local guilds = { --[actionid] = número da cidade configurado em cityMonsters, [2391] = 1, -- Carlin [2392] = 2, -- Kazz [2393] = 3, -- Ab [2394] = 4, -- Edron [2395] = 5, --...
  9. warriorfrog

    Lua [GOT] Help me to make 2 things

    Full code: cityMonsters = { --["monster_name"] = recomendo número anterior + 1, ["Chanceler Carlin"] = 1, ["Chanceler Kazz"] = 2, ["Chanceler Ab"] = 3, ["Chanceler Edron"] = 4, ["Chanceler Ankrahmun"] = 5, ["Chanceler Tiquanda"] = 6, ["Chanceler Rookgaard"] = 7, ["Chanceler...
  10. warriorfrog

    Lua [GOT] Help me to make 2 things

    So i need to change: local playerRate = getPlayerRates(pid)[9] (to add darashia) And to guards i could make something like this? When killl a guard i dont will capture the city... Right? cityMonsters = { --["monster_name"] = recomendo número anterior + 1, ["Chanceler Carlin"] = 1...
  11. warriorfrog

    Lua [GOT] Help me to make 2 things

    You really save me... Ty so much... Just one thing last, ontarget function onTarget(cid, target) local m, playerGuild = cityMonsters[getCreatureName(target)], getPlayerGuildId(cid) if isPlayer(cid) and isMonster(target) and m and playerGuild > 0 then for i=1,8,1 do local guildId =...
  12. warriorfrog

    Lua [GOT] Help me to make 2 things

    It's almost finish... TYYYYYYYYYYYYYY man so much, just fix 2 little problems 1- When i look at a flag... why its print in console? 10:58 You see a castle flag. Carlin throne dominated by guild: Dark Side . ItemID: [1436], ActionID: [3391]. print on console Dark Side Dark Side Dark Side...
  13. warriorfrog

    Lua [GOT] Help me to make 2 things

    I've tried local guilds = { --[actionid] = número da cidade configurado em cityMonsters, [2391] = 1, [2392] = 2, [2393] = 3, [2394] = 4, [2395] = 5, [2396] = 6, [2397] = 7, [2398] = 8, [2399] = 10, } function onLook(cid, thing, position, lookDistance) if...
  14. warriorfrog

    Lua [GOT] Help me to make 2 things

    Ty so mcuh, dont let me alone, i just need it to finish my server I think im using the worng values Because there is 3 things not work 1 Stop attack if have a throne owned actionid = 2391 default_storage = 49198 for i=1,8,1 do local guildId = getGlobalStorageValue(actionid +...
  15. warriorfrog

    Lua [GOT] Help me to make 2 things

    Finally somebody know something about it! Ty to your answer so much!!!!!!!!!!!!!! I've tried to change my lib like you said DEFAULT_STORAGE = 49198 function setGuildExperience(guildId, exp) for _, pid in pairs(getPlayersOnline()) do if getPlayerGuildId(pid) == guildId then...
  16. warriorfrog

    Lua [GOT] Help me to make 2 things

    bump
  17. warriorfrog

    Lua [GOT] Help me to make 2 things

    buump
  18. warriorfrog

    Lua [GOT] Help me to make 2 things

    bump
  19. warriorfrog

    Lua [GOT] Help me to make 2 things

    bump
Back
Top