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

    Lua Change greet word for 1 npc

    Oh yeah, here it is: -- This file contains a default npc script based on Jiddo's npc system -- NPCs that are made only in XML can use this file as their Lua file local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  2. R

    Lua Change greet word for 1 npc

    Thank you guys for the help so far, I found your post too, and I'm getting a nil value of SetFocusKeywords. Do I miss a function in the npc system or is my distro outdated?
  3. R

    Lua Change greet word for 1 npc

    Yeah I already found that one, but that didn't work with my distro. I'm using Jiddo's Npc system.
  4. R

    Lua Change greet word for 1 npc

    Bump!
  5. R

    Lua Change greet word for 1 npc

    Instead of saying 'hi', say 'charach' to let the npc focus on you. Instead of saying 'bye', say 'yyyy' to let the npc unfocus on you. I don't want to add more greeting keywords to npcsystem.lua (FOCUS_GREETWORDS = {'hi', 'hello'}) or to FOCUS_FAREWELLWORDS And I didn't find a solution with...
  6. R

    Lua Npc release focus

    solved.
  7. R

    Rme? doesn't load the newest npcs files

    Hello, I have this npc, xxx. When I summon this npc in-game it acts different then when I place the npc on the map by RME. Example: summoned npc says: Hello, what's up? npc placed by RME says: Howdy, what's up? After I summon the npc, the npc placed by RME gets updated. Else it doesn't...
  8. R

    Lua Npc sells for free, buys without needing the item.

    Solved by myself :)
  9. R

    Compiling Avesta help please

    Many people say Avesta 0.6.3 is the most stable version for 7.4 so I guess no :P.
  10. R

    Programmer [Compiler offering real money] Searching a compiler for Avesta 0.6.3

    nvm fixed delete please
  11. R

    Compiling Avesta help please

    fixed delete please
  12. R

    7.6 outfit

    nvm got it, I changed to this in database: look type="75" head="116" body="95" legs="114" feet="116" addons="0"
  13. R

    Releasing an Auto Restart OT script via Modern AAC!

    Parse error: syntax error, unexpected '=' in C:\xampp\htdocs\system\pages\restarter.php on line 8 Too bad.
  14. R

    Solved (luaDoCombat) Creature not found [SPELL]

    +rep Thanks! Could you tell me how you fixed this? EDIT: Nevermind, I already found it: local function onCastSpell1(parameters) if not isPlayer(parameters.cid) then return true end doCombat(parameters.cid, acombat1, parameters.var) end
  15. R

    Solved (luaDoCombat) Creature not found [SPELL]

    Hello, The Forgotten Server console shows this error when someone casts the Blaze Nova spell: [Error - Spell Interface] In a timer event called from: data/spells/scripts/custom/attack/blaze nova.lua:onCastSpell Description: (luaDoCombat) Creature not found I already searched the...
  16. R

    Small Lua fix please

    wrong board.
  17. R

    [Mysql] Problem

    The website probably uses sha1 encryption and the ingame account manager uses plain encryption. So you have to change that.
  18. R

    Gesior menu problem

    Solved xd
  19. R

    Help with News headline!!

    Bump!
Back
Top