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

    Melchior Npc

    Weird, Heres my code. No error related to this script. However when you say "word of greeting" you get no reply. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid)...
  2. psychosisneamia

    Reward chest?

    One thing I don't understand in your script andu. If a player is already level 200 will it give them the rewards for the level 50-100-200? or do you have to you the chest when you are the exact level? Edit: I added your script to my server, and with no luck. There are no errors, however...
  3. psychosisneamia

    Reward chest?

    I got an idea for it.. I am not sure if it would work, can someone see if they can see anything that would make the script now work? I will throw it on my server tomorrow and see what it does. function onUse(cid, item, frompos, item2, topos) if item.uid == 45214 then if...
  4. psychosisneamia

    Melchior Npc

    I tried that originally, And I thought I must of did something wrong because it gave me the error: Error- Talkaction [Interface] data/talkactions/scripts/createitem,lua:onSay Descriptions: <LuaInterface::luaDoDecayItem> Item not found local keywordHandler = KeywordHandler:new() local...
  5. psychosisneamia

    Melchior Npc

    okay I have done this, This is the new code I have: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function...
  6. psychosisneamia

    Reward chest?

    Is there a way to make a chest give you rewards for example You received a Lottery Ticket, Return when you are level 50 for another prize! (Level 50) ~returns~ You received a Crystal Coin, Return when you are level 100 for another prize! You can continue adding on to it, I was just thinking...
  7. psychosisneamia

    News ticker (Znote aac)

    When will your layout come out @Cornex
  8. psychosisneamia

    Melchior Npc

    Okay, here is my lua script local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  9. psychosisneamia

    Melchior Npc

    Tfs 0.3.7 Full Error: Error -NpcScript Interface ] data/npc/scripts/Melchior.lua:onCreatureSay Description : data/npc/scripts/Melchior.lua:14: attempt to call global 'Player' <a nil value> stack traceback: data/npc/scripts/Melchior.lua:14: in function 'callback'...
  10. psychosisneamia

    Melchior Npc

    Bump
  11. psychosisneamia

    Melchior Npc

    Hi everyone, I found a script for the Npc Melchior and I get an error I was wondering if anyone could help. The scripts I have are: Melchior.xml <?xml version="1.0" encoding="UTF-8"?> <npc name="Melchior" script="data/npc/scripts/Melchior.lua" walkinterval="2000" floorchange="0"> <health...
  12. psychosisneamia

    [Znote AAC] Show outfit on online list

    I get this error, maybe someone can help me. PHP Warning: imagepng() expects parameter 1 to be resource, null given in /home/frostot/public_html/outfitter.php on line 117 I have attached a photo of what you see on my website.
  13. psychosisneamia

    Effect tiles?

    Yes that worked! =) Thank you! Repp++
  14. psychosisneamia

    Effect tiles?

    Yes, It gives me the same error.
  15. psychosisneamia

    Effect tiles?

    I know there are many scripts for effect tiles to send writing over teleports.. I tried all of them and everyone gives me the same error. I am just curious as to what the new function is because i can't seem to find it in my functions.lua. The error I get (spammed) in the console is...
  16. psychosisneamia

    please i want datapack or forgotten server 9.83

    Instead of making another thread, Just bump the old one. There's no need to spam asking for the client. Have you tried using google to find one?
  17. psychosisneamia

    Easy fix?

    Founds it. Was under Firstitems.lua
  18. psychosisneamia

    Easy fix?

    Nope not there.
  19. psychosisneamia

    Easy fix?

    Hello guys, again I call on you for help. My friend has a 9.60 server and when new players log on the get mounts and full addons, He wants to know how to make it so they dont get either and they have to earn them like usual!!
  20. psychosisneamia

    Outfit Change

    I have a new question, I want to add an outfit 254 in to my game, I don't want players to have it free so I can't add it into outfit.xml is there a way to make it so they have to have an NPC give them the correct storage and thenit is added to their outfit selection? That way they can change...
Back
Top