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

    [Request] Inquisition Teleport don't disappear

    Hi, i have a problem, when i kill boss the teleport dont disappear after 3minutes, its still there and everybody can go through it. function onDeath(cid, corpse, killer) registerCreatureEvent(cid, "ushurielTeleport") local creaturename = getCreatureName(cid) local in_pos = {x=33175...
  2. P

    [NPC] Buyable Vial of Milk and Lemonade

    Hi, I have a problem with setting in lua buyable vial of milk and lemonade, I do not why it dont show in trade window local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function...
  3. P

    [AddEvent] NPC Talk Delay

    hi, can someone can tell me how to do a time delay in normal talk i have done something like this and i dont work :( i really dont know how to do it if msgcontains(msg, 'xxx') and talk_state == 1 then npcHandler:say('xxx', cid) addEvent(2*1000, delay) -- < there i need a 2 sec delay between...
  4. P

    [Request] onDeath doRemoveItem

    Hi, I need a script that remove item created by script onStepIn when someone dies in area. I writed something like that but it don't work local tree = {x = 32716, y = 32345, z = 7, stackpos=1} local frompos = {x = 32705, y = 32343, y = 7, stackpos=1} local topos = {x = 32726, y = 32357, y = 7...
  5. P

    CreatureScript - On first login (Request)

    Hi, I get this problem when first player login on server [13/06/2009 21:10:22] Lua Script Error: [CreatureScript Interface] [13/06/2009 21:10:22] data/creaturescripts/scripts/login.lua:onLogin [13/06/2009 21:10:22] luaAddEvent(). Callback parameter should be a function. after first...
  6. P

    [TFS] Debian Lenny Map Problem

    Hi everyone, I get this problem everytime I start load ots map It say "Unicestwiony" that mean Annihilated, Killed sth like that, the map is 90mb maybe that's the problem, when I load normal 'forgotten' map it loads normal, if someone knows how to help please do that :) i give rep... thanks
Back
Top