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

    npc not loading

    nvm i downloaded a new lib and it all worked thanks to both of you for helping me!
  2. G

    npc not loading

    Now the npcs wont load again
  3. G

    npc not loading

    so shall it look something like this ? -- Tries to greet the player with the given cid. function NpcHandler:isInRange(cid) local distance = getDistanceBetween(getCreaturePosition(getNpcCid()), getCreaturePosition(cid)) or -1 if(distance == -1) then return false...
  4. G

    npc not loading

    no i only use standard notepad but ill check what notepad++ is now
  5. G

    npc not loading

    yes and i appreciate that but when im in that file how do i find the line like everything looks the same and i dont know if i remove too much and fuck the whole thing up like ive done a thousand times how do i find line 558
  6. G

    npc not loading

    or could i please just get a new lib with all the standard 8.6 evolution npcs
  7. G

    npc not loading

    Can you mark what i should remove and replace if i upload the file ? and how do i upload the npchandler file
  8. G

    npc not loading

    Dont laugh at me please but which function are you talking about ? lines 558 how do i get there ctrl+ g ? can you mark it for me or teach me how do understand what youre meaning
  9. G

    npc not loading

    bump?
  10. G

    npc not loading

    [14/08/2016 12:00:56] [Error - Npc interface] [14/08/2016 12:00:56] data/npc/scripts/runes.lua:onCreatureSay [14/08/2016 12:00:56] Description: [14/08/2016 12:00:56] data/npc/lib/npc.lua:42: attempt to call global 'errors' (a nil value) [14/08/2016 12:00:56] stack traceback: [14/08/2016...
  11. G

    npc not loading

    i already have those 4 lines in the beginning of my npc system lua -- Advanced NPC System (Created by Jiddo), -- Modified by Talaturen. if(NpcSystem == nil) then -- Loads the underlying classes of the npcsystem. dofile(getDataDir() .. 'npc/lib/npcsystem/keywordhandler.lua')...
  12. G

    npc not loading

    should i copy all of them and paste them in or test one by one ?
  13. G

    npc not loading

    dofile(getDataDir() .. 'npc/lib/npcsystem/npcsystem.lua') i added this to the beginning of my npc.lua file and now the npcs are loading when i say hi to the npc they dont respond to me
  14. G

    npc not loading

    in rme map editor i can see the npcs there with spawn radius but when i open the ot i cant see them. i also get this message from forgotten server: [14/08/2016 09:56:57] [Error - Npc interface] [14/08/2016 09:56:57] data/npc/scripts/promotion.lua [14/08/2016 09:56:57] Description: [14/08/2016...
  15. G

    unable to load items otb

    thank you i solved it
  16. G

    unable to load items otb

    When i run my server with forgotten exe i get the message > ERROR: Unable to load items (OTB)! i just downloaded a datapack from https://otland.net/threads/ghostot-datapack.221749/ is it wrong with some of the files in the folder "items"
  17. G

    Exori con

    Why wont this exori con script work ? LUA]local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat, COMBAT_PARAM_BLOCKARMOR, true) setCombatParam(combat, COMBAT_PARAM_DISTANCEEFFECT, CONST_ANI_ETHEREALSPEAR) function...
  18. G

    Manarune

    data/spells/scripts/healing manarune.lua if you understand<<<<< shall i continue with how it looks in actions and actions xml ?
  19. G

    Manarune

    what do you mean by how it looks in your server like in data/ bla bla bla ?
  20. G

    Manarune

    Using this script -- Manarune by Miziak, stages by Zellus, edit by kumpelek93 -- function onUse(cid, item, frompos, item2, topos) local config = { -- KONFIGURACJA runeid = 2294, -- rune id //Miziak broadcast_gained_mana = false, -- show recovered mana in fancy text animation? (true/false)...
Back
Top