• 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. Mr Zool

    !t1, !t2, !t3 talkaction script

    Thanks.
  2. Mr Zool

    Solved Laver

    ...... its working 100% i was just testing it on "god
  3. Mr Zool

    Login in random temple

    [6/10/2013 20:46:35] [Error - LuaInterface::loadFile] data/creaturescripts/scripts/login.lua:187: ')' expected (to close '(' at line 186) near 'end' [6/10/2013 20:46:35] [Warning - Event::loadScript] Cannot load script (data/creaturescripts/scripts/login.lua) [6/10/2013 20:46:35]...
  4. Mr Zool

    !t1, !t2, !t3 talkaction script

    I need a talkaction script. Commands : !t1, !t2, !t3, !t4, !t5, !t6 When pll write !t1 going to xyz when pll write !t2 going to xyz
  5. Mr Zool

    Login in random temple

    Error in this line near "1" doTeleportThing(cid, town 1)
  6. Mr Zool

    Solved Laver

    idk ... no error no anything =/ <event type="kill" name="Demodras" script="demodras.lua"/> login register : registerCreatureEvent(cid, "Demodras") ?????
  7. Mr Zool

    Login in random temple

    ok i fixed this. local towns = {1,2,3,4,5,6,7,8} doTeleportThing(cid,getTownTemplePosition(towns[math.random(#towns)])) But need thing to login in town 1 till 21 players online. Need also "Talkactions" script - Commands !t1 - teleporting to town1 !t2 - teleporting to town2 .... !t6 -...
  8. Mr Zool

    Solved Laver

    1 more question where im suppose to get it on ? Creatureevents?
  9. Mr Zool

    Login in random temple

    While login i want to player login in one of 6 random tmeple : if less then 20 players online working only 1 temple (town 1).
  10. Mr Zool

    Solved Laver

    Thank you. STill need demodras script : When someone kill demodras there is -Broadcast "xx player just killed demodras" -Way to quest "stairs id on xyz pos" only for 90 sec. Can someone help me?
  11. Mr Zool

    Lua Help with War OTS

    -- To dodajemy w miejsce słów function onLogin(cid) (in english -- Here you add words "Function onlogin(cid) local towns = {1,2,3,4,5,6,7,8} doTeleportThing(cid,getTownTemplePosition(towns[math.random(#towns)])) [5/10/2013 16:38:20] [Error - CreatureScript Interface] [5/10/2013...
  12. Mr Zool

    Lua Help with War OTS

    can you help me defind this ?
  13. Mr Zool

    Lua Help with War OTS

    [5/10/2013 13:28:1] [Error - CreatureScript Interface] [5/10/2013 13:28:1] data/creaturescripts/scripts/login.lua [5/10/2013 13:28:1] Description: [5/10/2013 13:28:1] (luaDoTeleportThing) Thing not found
  14. Mr Zool

    Lua Help with War OTS

    I made like this, and still error
  15. Mr Zool

    Solved Laver

    Can someone edit this script to create 2 gates ? example : gatepos = {x=512, y=467, z=7, stackpos=1}, {x=513, y=467, z=7, stackpos=1} ??? just 2 gates next to eachother function onUse(cid, item, frompos, item2, topos) gatepos = {x=512, y=467, z=7, stackpos=1} getgate =...
  16. Mr Zool

    Lua Help with War OTS

    can u say what you change please? Like this ? local areas = { {frompos = {x=479,y=512,z=7}, topos = {x=505,y=518,z=7}, {frompos = {x=444,y=481,z=7}, topos = {x=451,y=484,z=7}, {frompos = {x=427,y=504,z=6}, topos = {x=431,y=512,z=6}, {frompos = {x=476,y=561,z=7}, topos =...
  17. Mr Zool

    Lua Help with War OTS

    [Error - LuaInterface::loadFile] data/creaturescripts/scripts/login.lua:24: unexpected symbol near ',' this is 24 line : {frompos = {x=552,y=561,z=6}, topos = {x=528,y=565,z=6}, {frompos = {x528=,y=465,z=7}, topos = {x=534,y=469,z=7} }
  18. Mr Zool

    Lua Help with War OTS

    I creating "Unique" war server and i need some help. First of all my "Frag Reward doesnt work" : xml : <event type="kill" name="Reward" script="fragreward.lua"/> lua : function onKill(cid, target) local reward = { item = 2160, --ITEM ID! count = 1 -- How many? } if(isPlayer(cid) and...
  19. Mr Zool

    Items - death

    @up niechce zapobiec ;p Chce po prostu zeby kazdemu kto posiada na sobie nie w bp item id "xxxx, xxxx, xxxx" lista itemkow Usuwalo itemek.
Back
Top