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

    Lua 8.6 ambiguous syntax (function call x new statement) near '('

    I know that i am annoying but [23:22:24.144] [Error - NpcScript Interface] [23:22:24.145] (Unknown script file) [23:22:24.145] Description: [23:22:24.145] attempt to call a nil value [23:22:24.145] stack traceback:
  2. Hernest

    Lua 8.6 ambiguous syntax (function call x new statement) near '('

    Server logs is bugs free but it's did not work. if(msgcontains(msg, 'taski')) then npcHandler:say("za taski mozesz otrzymac pp suko") if(msgcontains(msg, 'premium')) then if (str >= 10 and t1 == -1)... When i said 'taski' it's ok, but when i said 'premium' nothing happend. Full code:
  3. Hernest

    Lua 8.6 ambiguous syntax (function call x new statement) near '('

    http://wklej.org/id/1413241/
  4. Hernest

    Lua 8.6 ambiguous syntax (function call x new statement) near '('

    "Creature not found" is solved _______________________ [09/07/2014 20:34:44] [Error - Npc interface] [09/07/2014 20:34:44] data/npc/scripts/taski.lua [09/07/2014 20:34:44] Description: [09/07/2014 20:34:44] data/npc/scripts/taski.lua:14: attempt to concatenate a boolean value [09/07/2014...
  5. Hernest

    Lua 8.6 ambiguous syntax (function call x new statement) near '('

    local t1 = getPlayerStorageValue(cid, 35001) if (str >= 10 and t1 == -1) then npcHandler:say("Awesome! I gave you 5 premium points for your 10 tasks.") local update = db.executeQuery("UPDATE `accounts` SET `premium_points`= "..(points + nagroda).." WHERE `id`= " .. getPlayerAccountId(cid)...
  6. Hernest

    Lua 8.6 ambiguous syntax (function call x new statement) near '('

    if (str >= 10 and t1 == -1) then npcHandler:say("Awesome! I gave you 5 premium points for your 10 tasks.") local update = db.executeQuery("UPDATE `accounts` SET `premium_points`= "..(points + nagroda).." WHERE `id`= " .. getPlayerAccountId(cid) .. "; ") (getPlayerStorageValue(cid...
  7. Hernest

    Solved 8.6 | Rune | Outfit | (luaSetCreatureOutfit) Creature not found

    Thanks, dude u are amazing. Last question, how can I remove paralyze effect? That script is connected to spell rune (id 2275) but i can not find anything about paral.
  8. Hernest

    Solved 8.6 | Rune | Outfit | (luaSetCreatureOutfit) Creature not found

    Is it possible to use in pz?
  9. Hernest

    Lua Chest reward

    maybe function onUse(cid, item, fromPosition, itemEx, toPosition) doPlayerAddItem(cid,itemid,count or type) + storage is enough?
  10. Hernest

    Solved 8.6 | Rune | Outfit | (luaSetCreatureOutfit) Creature not found

    It's almost ok. Outfit's id did not work, just random orc-family outfits, sometimes crash, because "outfit has not all four directions"
  11. Hernest

    Solved 8.6 | Rune | Outfit | (luaSetCreatureOutfit) Creature not found

    local outy = { {lookType = 10}, {lookType = 13}, {lookType = 28}, {lookType = 82}, {lookType = 276}, {lookType = 111}} local randomc = math.random(1, #outy) local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, 3) local condition =...
  12. Hernest

    simple Event room

    You should use more raw, but idea is nice.
  13. Hernest

    Mine Cart Point A-B

    refresh, is it possible ?
  14. Hernest

    Hosting

    Witam, chciałbym dowiedzieć się jaki na dzień dzisiejszy wybrać hosting pod tfs 0.4. Zastanawiałem się nad kimsufi, bo jest dość tanio i dość dobrze to wygląda. Ile osób pociągnie taka maszyna 3.4ghz, 8gb ramu, 2 rdzenie przy mapie 25mb ? Ogółem potrzebuje maszyny która uciągnie około 100osób...
  15. Hernest

    Poszukiwany skrypter 8.6

    Jak chcesz to napisz ^^
  16. Hernest

    Poszukiwany skrypter 8.6

    Okej, pierwszy post poprawiony. Nie róbmy już offtopu.
  17. Hernest

    Serwerownie - opinie, pytania oraz wszystko co z nimi związane

    Ja mam teraz maszynę do testów na ViHost.pl i szczerze to jestem zadowolony z niej. Miałem wcześniej na kimsufi, również polecam, tanio a maszyny całkiem całkiem.
  18. Hernest

    Poszukiwany skrypter 8.6

    Nie będę tłumaczył Ci po co robię serwer 8.6 a nie 8.1, to jest chyba logiczne. @topic Oferta jest nadal aktualna.
  19. Hernest

    Poszukiwany skrypter 8.6

    Mape nawet z 8.1 można przenieść na 8.6.
Back
Top