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

    Windows ModernAAC help

    INSERT INTO `players` (`name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`...
  2. conde2

    Lua NPC respond wrong

    dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = 0 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  3. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    Man you are trying to use TFS npcs in OpenTibia i don't know if you will can do that Maybe is better you download a TFS distro inside trying fix that. If you want try fix that download the TFS and go to data/npc/lib get everything inside and put in the lib of your server. Probably this is not...
  4. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    http://otland.net/reputation.php?do=addreputation&p=1295533 Go to the link above and rep me XD No sorry if you need help just post here or try to contact me by Private Message
  5. conde2

    Sloved

    REP ++ please local config = { monsters = { ['Demon'] = {} } } function onCastSpell(cid, var) if isMonster(getTopCreature(var.pos).uid) then if isSummon(getTopCreature(var.pos).uid) then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "You can't catch summons.")...
  6. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    Copy the Henricus.lua and paste at data/npc/scripts/ Man i'm wating you REP++ me
  7. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    You wrote NcP instead of NPC edit that and should work and rep++ PLEASE
  8. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    Thats impossible show me a SS where i can see the dir of the scripts. If you did exactly what i told you its no way to be wrong.
  9. conde2

    Lua Need help with script error.

    doCleanTile This function is not inside TFS 8.0 Try this one: local notallowed = {id,id,id,and so on}-- Items not allowed to destroy function onUse(cid, item, frompos, item2, topos) local destroyitem if getPlayerAccess(cid) > 4 then for i = 1, 255 do destroyitem =...
  10. conde2

    Solved Some block in function

    show your script and i will try to fix.
  11. conde2

    Need Help with my server not loading certain NPC and monsters

    Beholder and Elder Beholder This two monster doesnt exist in Tibia 8.7 anymore now this monsters is called Bonelord This will remove alot of bugs in the console. You need to put the spells in Spells.xml to remove others bugs do that and post again the log error
  12. conde2

    Lua NPC respond wrong

    PLEASE REP++ I fixed a minor bug replace this new and rep++ dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = 0 function onCreatureAppear(cid)...
  13. conde2

    wich version newest?

    The boths can support use 0.6.1 is a little more secure. The 0.6.1 is not from Gesior is from some guys in the community tring to help making a better Acc Maker
  14. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    You can change this in the source code but if you dont have experience i dont recommend. Also you can create inside data/npc/scripts/ a folder called "data" inside this folder create another called "npc" inside this folder create another called "scripts" inside this folder put all your npc lua...
  15. conde2

    Lua NPC respond wrong

    Try this and REP ++ please dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local Topic = 0 function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid)...
  16. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    I edited my post read again.
  17. conde2

    OTServ 8.60 r.6052 NCP SCRIPT ERROR

    Are you using Linux? If you are so you need to lowecase the name of the files for exemple: Juliet.lua > juliet.lua And are you sure that this files exists in this folder? Also show us any of yours npc the xml file ! Maybe your npc file is like this: change to this
  18. conde2

    Gesior AAC 2011 - Needed? Ideas?

    Amazing Gesior =) Can you post some SS, the ppl ask for this !! So we can see what is already made xD
  19. conde2

    TheForgottenServer with 7.6 client support.

    Man you are doing the poor way, trying to change the server instead of changing the Client. I can do this for you, just get the 7.6 sprites and put in a 8.54 client. if you want also you can change the icon, the version and the pic to look like a 7.6 client You are wasting your time =\ If...
  20. conde2

    WarLan - Important News

    Wait we are doing a hard working, we want a good game =)
Back
Top