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

    Lua Problem with a function.

    http://otland.net/project.php?issueid=2010
  2. andypsylon

    Lua See IP

    you mean talkaction? than: <talkaction log="yes" words="/info" access="5" event="script" value="playerinfo.lua"/> or in playerinfo.lua delete line with ip info
  3. andypsylon

    Npc is sell 2x items instead of 1x....

    every NPC has 2 files, .xml file and .lua file Insert yet content .xml file here
  4. andypsylon

    Close Theard

    c -> t.c b -> t.b
  5. andypsylon

    Close Theard

    doPlayerSendTextMessage(cid, 21, "You have to wait "..c.." minutes to get inside again!.") doPlayerSendTextMessage(cid, 21, "You have to wait "..b.." minutes to get inside again!.") --> t.c and : t.b --- I have not tested the script, only error noticed
  6. andypsylon

    CreatureEvent [onLogin] the first items with different additives(ex. letter with txt) at login

    @up Insert here your script with the changes you have probably something wrong changed
  7. andypsylon

    Monster Monster looktypes

    update 9.4
  8. andypsylon

    CreatureEvent [onLogin] the first items with different additives(ex. letter with txt) at login

    @up sorry but this is not error from this script! "08] [string" config = {..."]: 3 " Where in my script is "config"? :P @extrodus and? work?
  9. andypsylon

    CreatureEvent [onLogin] the first items with different additives(ex. letter with txt) at login

    edited first post sorry, forgot to fix it before :) what exactly does not work on your ots?
  10. andypsylon

    NPC Rashid - with TradeRequest and anti spam! ;) ver.1

    what version of tfs you have? rev?
  11. andypsylon

    Item not able to trade.

    NPC: (final version) rashid godly script! personally from from Jiddo
  12. andypsylon

    NPC Rashid - with TradeRequest and anti spam! ;) ver.1

    here NPC: (final version) rashid godly script! personally from from Jiddo
  13. andypsylon

    Lua If you kill monster > doSummonCreature.

    local c = { ["Azerus"] = { message = "Azerus ran into teleporter! It will disappear in 2 minutes. Enter It!", delay = {120, 240}, destination = {{x=32784, y=31169, z=9}, {x=32784, y=31169, z=9}}, create = {{x=32783, y=31177, z=9}, {x=32783, y=31177, z=9}} }, ["Snake God Essence"]...
  14. andypsylon

    Lua Inquisition Quest - addEvent (Remove).

    --> addEvent(function() local itek = getTileItemById(k.tp, 1387) if itek.uid ~= 0 then doRemoveThing(itek.uid, 1) end end, 180*1000, k.tp)
  15. andypsylon

    MoveEvent Hota - Helmet of the Ancients

    'm glad :rolleyes: Here you can thank.
  16. andypsylon

    Lua Please someone help me with potions! FAST AS POSSIBLE PLEASE :(

    local POTIONS = { [8473] = {empty = 7635, splash = 2, health = {1500, 1700}, level = 1, vocations = {1, 2, 3, 4, 5, 6, 7, 8}, vocStr = "sorcerers, druids, palladins and knights"}, -- ultimate health potion [7590] = {empty = 7635, splash = 7, mana = {1500, 1700}, level = 1, vocations = {1, 2...
  17. andypsylon

    soul refiller remake help

    This is not a script! Please use tags, eg doSendMagicEffect(getThingPosition(cid), CONST_ME_POFF) CONST_ME_POFF - you can exchange for another doCreatureSay(cid, "Crunch.", TALKTYPE_MONSTER) and so with tags: [code=lua] doSendMagicEffect(getThingPosition(cid), CONST_ME_POFF)...
  18. andypsylon

    Monster Mounts.xml as of 9.40

    baaaad! http://otland.net/project.php?issueid=2031
  19. andypsylon

    Action alternative Annihilator

    I've done so. @down at every position other mob? I can
Back
Top