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

    How to return npc's uid?

    Hi, i need to return npc's uid, look this. pos ={x=selfGetPosition().x,y=selfGetPosition().y,z=selfGetPosition().z, stackpos = STACKPOS_TOP_CREATURE} npcuid = getThingfromPos(pos).uid error: [16/12/2009 09:16:12] Lua Script Error: [Npc interface] [16/12/2009 09:16:12]...
  2. C

    Npc

    creatureSayCallback do not work anymore?
  3. C

    SQLITE Error

    Ever time that a player loggin or logout the console shows this error. How i can fix this? [01/07/2009 16:29:24] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: main.groups (UPDATE "players" SET "online" = 0 WHERE "world_id" = 0)
  4. C

    Ip ban - HELP

    ips = {"200.158.52.164","189.55.35.11","189.30.99.209"} function onThink(cid) if isInArray(ips, "getPlayerIp(cid)") == 1 then doRemoveCreature(cid) end end
  5. C

    [bra] ctf 8.40

    Ip: ctf.no-ip.org Port: 7171 Client: Tibia 8.40 Uptime: 6 hours/day (4fun) Exp rate: 20x Map: Custom. Runes: Infinite Server type: PVP-enforced(CTF) Online: No
  6. C

    new creatureevent function (onCritical)

    hi, someone can help with this error? i changed this in weapons.cpp: player->sendCriticalHit(); to this: //scripting event - onCritical CreatureEvent* eventCritical = getCreatureEvent(CREATURE_EVENT_CRITICAL); if(eventCritical)...
  7. C

    Character

    How i can enable characters like (ç,ã,â,á,à,ä) with xml and NPCs?
  8. C

    NPC Shop - Help!

    When i try to buy a item with trade window (NPC) i got this error: [05/11/2008 17:12:15] Lua Script Error: [Npc interface] [05/11/2008 17:12:15] (Unknown scriptfile) [05/11/2008 17:12:15] data/npc/lib/npcsystem/modules.lua:881: attempt to call global 'getPlayerMoney' (a nil value)...
  9. C

    NPC - Help

    When i try to buy a item with trade window (NPC) i got this error: [05/11/2008 17:12:15] Lua Script Error: [Npc interface] [05/11/2008 17:12:15] (Unknown scriptfile) [05/11/2008 17:12:15] data/npc/lib/npcsystem/modules.lua:881: attempt to call global 'getPlayerMoney' (a nil value)...
  10. C

    Critical attack

    how to add animation and effects on critical attack?
  11. C

    0.2 to 0.3 database

    Please developers, when the 0.3 version will finished put a sql file in TFS folder that update the mysql database.
  12. C

    Lua-MySQL help

    fixed... sorry
  13. C

    Condition_muted

    The CONDITION_MUTED works in tag? global.lua CONDITION_MUTED = 65536 code.lua doAddCondition(cid, CONDITION_MUTED) error: [18/05/2008 10:06:34] Lua Script Error: [TalkAction Interface] [18/05/2008 10:06:34] data/talkactions/scripts/code.lua:onSay [18/05/2008 10:06:34]...
  14. C

    Talk Actions

    how i can change the talk actions to non-sensitive-case?
  15. C

    onThink

    I do not understand how onThink works. Someone teach me this?
  16. C

    Tibia Client Flash

    Is possible make a client in flash?
  17. C

    Attack speed on Vocation.xml

    i am using the revision 706 and the attack speed do not work. The lastest revision is fixed?
  18. C

    Lua Function - Help

    i made this code, but do not work. someone help me with this? local weapons = {a=2376, b=2404, c=2406, d=2419, e=2421, f=2453} function HaveWeapon(cid) for x = weapons.a, weapons.b do for y = weapons.c, weapons.d do for z = weapons.e, weapons.f do if...
  19. C

    Request - Lua Function

    fixed please delete this post
  20. C

    Request - Lua Function

    fixed please delete this post
Back
Top