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

    [Npc] Talking on NPCs chanell, not on defalut

    Please edit my script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  2. Dubler

    EasyNPC v0.2.1

    Enjoy motherfuckers!!!!!!!! ;d rep++ me!!!!!!! AdF.ly - shrink your URLs and get paid! version 2.1
  3. Dubler

    Selling [Script] Catapult - kill enemies or destroy wall - best addon for castle event system

    @2up I haven't testers and time but i added it... @up DELETE THIS SHIT MOTHERFUCKER! ;) this is shit, nothing more
  4. Dubler

    Ohai! My new game!!

    re....... <joke> :D BBBBBBB
  5. Dubler

    Selling [Script] Catapult - kill enemies or destroy wall - best addon for castle event system

    i think 3$ is good price... i can't realculate this price more...
  6. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    zrobilem tak: function ktorepietro(cid, kp, floors) local ktorepietr = kp.z - getCreaturePosition(cid).z + floors - 1 if ktorepietr == 1 then local msg = "1st" doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, msg .. " floor") elseif ktorepietr == 2 then local msg = "2nd"...
  7. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    to są zmienne zawarte poza funkcją więc działają we wszystkich funkcjach w skrypcie w tym momencie: function ktorepietro(cid, kp, floors) local ktorepietr = kp.z - getCreaturePosition(cid).z + floors if ktorepietr == 1 then local msg = "1st" elseif ktorepietr == 2 then local msg = "2nd" else...
  8. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    local kp = {x=1000, y=1000, z=7}
  9. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    przekopiowalem twoja funkcje lacznie z endem i nie mam pojecia gdzie go moze brakowac... i wyslalem tez priv
  10. Dubler

    Lua small problem with > and <

    There wasn't false if ((4>3) == false) then
  11. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    @up nie dziala: [14:38:56.049] [Error - LuaInterface::loadFile] data/actions/scripts/winda.lua:172: 'end' expected (to close 'function' at line 170) near ')' [14:38:56.049] [Warning - Event::loadScript] Cannot load script (data/actions/scripts/winda.lua) [14:38:56.049]...
  12. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    local ktorepietr = kp.z - getCreaturePosition(cid).z + floors -- wychodzi z tego minimum 1 albo 2 w tym przypadku i to jest 171 linijka
  13. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    to samo moze wkleje caly fragment skryptu: function ktorepietro() local ktorepietr = kp.z - getCreaturePosition(cid).z + floors -- wychodzi z tego minimum 1 albo 2 w tym przypadku i to jest 171 linijka if ktorepietr == 1 then local msg = "1st" elseif ktorepietr == 2 then local msg =...
  14. Dubler

    [LUA] pomoc w zmiennych i coś a'la czekaj()

    Siema, potrzebuje pomocy w 2 sprawach: #1. Jak połączyć zmienną liczbową ze stringiem? chodzi mi o to zeby zrobic cos takiego: liczba = 1 ciąg = liczba .. " to" doPlayersendCancel(cid, ciąg .. " liczba") tylko ze wywala blad: "attempt to perform arithmetic on a boolean value" #2...
  15. Dubler

    Count to 10!

    one
  16. Dubler

    Lua small problem with > and <

    works There wasn't false if ((4>3) == false) then
  17. Dubler

    Selling [Script] Catapult - kill enemies or destroy wall - best addon for castle event system

    PROMOTION!!!!! Price: 15$/25zł [ paypal/POLISH: doładowanie play] - exclusive or just 6$ for script
  18. Dubler

    Lua small problem with > and <

    works
  19. Dubler

    Lua small problem with > and <

    i'm tried that.. and not work ;/
  20. Dubler

    Lua small problem with > and <

    works
Back
Top