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

    Introduction to OTClient.

    Who can say something about 7.6?, it will be compatible?, cuz i really awesome this proyect, but i got a question... If the client bring it is own bot, so anybody with the client can bot? or i as a admin can block that?
  2. Raiden

    Npc of Missions

    Give the script you use, with all configurations
  3. Raiden

    Npc of Missions

    No error showed on console?, try with this but is strange local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  4. Raiden

    Search a script (Rebirth)

    Thats why the storage that you put over the script is not the storage for rebirths, so it shows you -1, what storage you use?, or how your rebirth system works?
  5. Raiden

    Npc of Missions

    Thats not normal, try with this local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  6. Raiden

    Npc of Missions

    Lol, my misstake, was a simple number, use this local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  7. Raiden

    Npc of Missions

    Yes i can, but give me 20 minutes from now, i'm a little busy - - - Updated - - - Okay mate, here it is the npc.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  8. Raiden

    Npc of Missions

    Well im sorry, i dont know how to do that, and i dont got time to figure it, what i can offer to you is a npc that give you a mission if you already have an specific storage value, you should take my offer or wait someone else to respond
  9. Raiden

    Client preference (OTClient vs. Latest)

    Like some people said before, it depends of the server, because if its a custom server with modified dat and spr files you will need to download it, i vote for OTClient, is less archaic than cipsoft client, but if you dont need any custom to play the server i wont download anything, i think that...
  10. Raiden

    Npc of Missions

    Yes mate, but that script wont work, i can make you this, a npc that when you say hi he will say something like "Hello", and when you say mission if you have the storage value it will give you a mission, if not he will say that he wont give you anything, you want something like that? - - -...
  11. Raiden

    Search a script (Rebirth)

    well i will help you, but i need some info, what distro are you using?, also need to see the talkaction script that trigger when you say !level and how the rebirth system works?, what do you need to do or say?
  12. Raiden

    Npc of Missions

    Well... thats possible i will make it, just give me 10 minutes - - - Updated - - - Okay, here it is, first the npc.lua when you say hi if you have the correct storage he will pay you attention, if not, it qwill say that he is busy local keywordHandler = KeywordHandler:new() local npcHandler =...
  13. Raiden

    Solved Not correct count when use items

    He mean that you need to edit sources mate, and limus gave you a link, you should read, i will post you the answer i think that you have the sources and know how to compile Go to game.cpp and search this void Game::showHotkeyUseMessage(Player* player, Item* item) { int32_t subType = -1...
  14. Raiden

    Need an Script for removing stone

    You're welcome mate
  15. Raiden

    Need an Script for removing stone

    Well, everything seems correctly except one thing, change this line on creaturescripts.xml <event type="kill" name="Killmonster" event="script" value="killmonster.lua"/> TO: <event type="kill" name="KillMonster" event="script" value="killmonster.lua"/> And check if it works... what was...
  16. Raiden

    Spell spam problem.

    Well... the folders players and accounts if for XML servers, what are not used anymore, today is used SQL servers, what are they?, they just store the account and player information on a database, is more secure an efficient, is better to start with a popular server like TFS, and then you can...
  17. Raiden

    Spell spam problem.

    Mate, the last post of this thread was on 2009, it is 4 years old!, you shoould take an eye on that, avesta is a very stable version of old distro, download it http://otland.net/f18/7-4-avesta-39366/ it says 7.4 but can be compile to 7.6
  18. Raiden

    Solved Npc error in console :s

    you see the part that says "<npc name="Captain Bluebear" script="data\npc\scripts\boat_thais.lua" walkinterval="2000" floorchange="0">", well, the letters in red is an UNNECESARY part, so you should delete the "data\npc\scripts\" bacause as a default the server already enter to this folders, it...
  19. Raiden

    Items formula

    No, theres no formula, but there is parameters that you can assign on items.xml, like up magic level, ressistance against an element, pump up skills and all that, maybe if you check some items like sword ring in items.xml you will see how that works, and also to make it works you have to...
Back
Top