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

    C++ Mission script wont count monster storage

    As I see it now it has to do with the creaturescript, changed only the creaturescript and it changed to start from 18 rats to just not count at all.. Here is the scripts: local config = { ['rat'] = {amount = 20, storage = 21900, startstorage = 45552, startvalue = 1}, ['cave rat'] =...
  2. Batalj

    C++ Mission script wont count monster storage

    Sadly I just tested it again, and the npc still says you still need to kill 0 Minotaur. ...
  3. Batalj

    C++ Mission script wont count monster storage

    Thanks alot @Static_ ! Really appreciated :)
  4. Batalj

    C++ Mission script wont count monster storage

    Here is the code, it does however not send out any orange text messege either on kill which it should according to this script? local config = { ['rat'] = {amount = 10, storage = 21900, startstorage = 45551, startvalue = 1}, ['minotaur'] = {amount = 10, storage = 21901, startstorage =...
  5. Batalj

    C++ Mission script wont count monster storage

    @Static_ my bad, 6 instead of 5. I will try the script that @Itutorial posted when I fet home :-) strange that it count 0 as an additional monster to kill tho.
  6. Batalj

    C++ Mission script wont count monster storage

    That one looks identical to the one I have, what did you change?
  7. Batalj

    C++ Mission script wont count monster storage

    The only problem I have right now is that I have to kill 6 minotaurs instead of 5 since the npc otherwise says that you still have 0 minotaurs to kill. How to fix this problem? -- Collecting items and monster missions by Limos local keywordHandler = KeywordHandler:new() local npcHandler =...
  8. Batalj

    C++ Mission script wont count monster storage

    Hello there everyone! I have rush into a problem concerning a script I am suppose to use as a starter questline on my server. The thing I want help with is that monster count doesnt work, I have tried everything but when I ask the npc he still says I have the same amount of monsters left to kill...
  9. Batalj

    [Sweden] ThalisRPG - Opening tonight 22:00 GMT+1

    As stated in the mainpost: thalisot.ddns.net
  10. Batalj

    [Sweden] ThalisRPG - Opening tonight 22:00 GMT+1

    I am currently working on future updates, a Custom client would only be needed if I implent custom sprites, which isnt ideal for now. Thanks for playing on the server and hope you all enjoy your stay:-)
  11. Batalj

    Lua Svargrond Arena TFS 1.2 error

    Thanks WibbenZ, I manage to change movements and lib folders, so now its all good. Still got some small errors ingame, but that isnt giving any console errors and are probebly just the management of the files.
  12. Batalj

    Lua Svargrond Arena TFS 1.2 error

    Now when I try to open up it all gets buggy, it seems that the svargrondArenaQuest is just messing everything up basically. Its when I do this in core.lua dofile('data/lib/core/svargrondArenaQuest.lua') Then it gets all messy, should I place it in another folder?
  13. Batalj

    Lua Svargrond Arena TFS 1.2 error

    Got a new error now, thanks emil Lua Script Error: [Npc interface] data/npc/scripts/arena.lua:onCreatureSay data/npc/scripts/arena.lua:41: attempt to index global 'ARENA' (a nil value) stack traceback: [C]: in function '__index' data/npc/scripts/arena.lua:41: in function...
  14. Batalj

    Lua Svargrond Arena TFS 1.2 error

    Hello there! I have been trying to solve this problem all night, the error code in the console looks like this: Lua Script Error: [Npc interface] data/npc/scripts/arena.lua:onCreatureSay data/npc/scripts/arena.lua:29: attempt to index global 'Storage' (a nil value) stack traceback: [C]...
  15. Batalj

    [Sweden] ThalisRPG - Opening tonight 22:00 GMT+1

    Feel free to make an account today! Enjoy! Regards GM Thalis
  16. Batalj

    Your dragon hammers were charged

    Problem solved, had a autoammo refill script in sources.
  17. Batalj

    Your dragon hammers were charged

    Hello! I have got a strange problem on my server. When people on the server loot a weapon of the same type as they have, it will be gone(charged) the next time he hits another creature with the same weapon. Anyone has any ideas how this can occour? Imgur: Imgur: The most awesome images on the...
  18. Batalj

    Strong healing potion problem on use!

    Got it to work! Thanks alot guys for a fast reply! Used the wrong Tfs verision of potions.lua.
  19. Batalj

    Strong healing potion problem on use!

    Hello! When I use Strong Healing Potion on my Character ingame it gives an messege in console that is: Lua Script Error: [Action Interface] data/actions/scripts/other/potions.lua:onUse data/actions/scripts/other/potions.lua:69: attempt to call global 'isKnight' (a nil value) stack traceback...
  20. Batalj

    [Sweden] ThalisRPG - Opening tonight 22:00 GMT+1

    Still looking for more players to come and try the server out! :) Dont miss out, its a nice Rpg-server.
Back
Top