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

    AAC Can't delete character (Znote for OTHire)

    Hi there, I have found a issue with my website, Im using the ZnoteAAC for OTHire. When I try to delete a character, it shows: But the character is not in a guild. Here is myaccount.php <?php $page_title = "accountmanagement"; require_once 'engine/init.php'; protect_page(); include...
  2. massuco

    Avesta 7.6 | 100x charges runes variable

    Hmm, maybe I have something on my pc, but im not home, I will check later. create other topic for this.
  3. massuco

    Avesta 7.6 | 100x charges runes variable

    Hahaha. Cool! :D Share with us, what u did for this work? Im so curious
  4. massuco

    Avesta 7.6 | 100x charges runes variable

    It works? lol
  5. massuco

    Znote cipsoft layout?

    Cipsoft layout old? From 2003?
  6. massuco

    Lua Npc doesn't respond when i say "trade"

    What server? Version? Protocol? Maybe because you dont have one shopModule and the word Trade is used for this (if its not 7.x, that havent trade window) When you say trade, what happens? any distro error? Maybe you can explain what you want that NPC does, and we can help you more.
  7. massuco

    NPC Task (Reward Item)

    Im very noob scripter, sorry.
  8. massuco

    Avesta 7.6 | 100x charges runes variable

    I don't know how to do this script fully, because this need arrays, and Im not good with it. But here is my idea: if msgcontains(msg, '1') and msgcontains(msg, 'gfb') then talkstate = 1 npcHandler:say("Do you wand to buy a great firball rune with "..charges.." charges for 30gp?") elseif...
  9. massuco

    How can I edit an item to be a container?

    Try to use Object builder, find the sprite > go to propertys, and check Container. Save the sprite and the client. Only edit items.otb and items.xml will not works, client also needs the option container checked.
  10. massuco

    Avesta 7.6 | 100x charges runes variable

    Hmm do you want one NPC that sell not X runes, but one rune with X charges?
  11. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    Pydar (second part of Phoenix): dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  12. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    Kawill (Phoenix): dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  13. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    Eremo (Solitude): dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  14. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    Edala (Suns): dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  15. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    Humphrey (Embrace): dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) -- OTServ event handling functions start function onCreatureAppear(cid)...
  16. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    Sure, choose my answer as best answer for check SOLVED on the topic. Here you are, the Five NPC Blessings. NOTE THAT, the price of the blessings on this script are 10k each blessings, and not (200gp x level), this is a constant cost, 10k each bless ever. NPC Norf I have posted, following the...
  17. massuco

    [7.72] OTHire 0.0.3

    Linux is the best for host one server. Im only use windows for tests.
  18. massuco

    Avesta 7.6 (Nottinghster) Bless problem.

    It only happens on NPC Norf? other NPC blessings are ok? I have used avesta, I have some scripts here. Try this NPC script and tell me if works (I have all 5 Npc blessings) dofile(getDataDir() .. 'global/greeting.lua') local keywordHandler = KeywordHandler:new() local npcHandler =...
  19. massuco

    [7.72] OTHire 0.0.3

    Compiling under Windows (Visual Studio 2010) · TwistedScorpio/OTHire Wiki · GitHub
  20. massuco

    bug history - Shop in game

    You need to post more info. Version, protocol, distro, how works this shop or script
Back
Top