• 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!

Recent content by nathan0726

  1. N

    Quest Access

    It works now! Thanks Summ and Peonso!
  2. N

    Quest Access

    Ah! I'll give that a shot. I thought maybe your statement before was a typo. Out of curiosity where does the 50 value come from?
  3. N

    Quest Access

    Here's Palimuth's script: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new( - Pastebin.com Here is the first gate guard, Tony: local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  4. N

    Quest Access

    Mission 2 of In Service of Yalahar shows as completed in my log, but Palimuth still access "Are you done with your work?" and won't respond to "yes". Tried going through the quest manually but none of the gate guards respond to "report"
  5. N

    Quest Access

    This caused all of the quests to show in the quest log, but I still cant get through the access gates. Any ideas?
  6. N

    Quest Access

    I know exactly what I want to accomplish, I'm just not familiar with Lua at all. I explained clearly what I wanted in the very first post. There have been other threads about this exact topic with much less convoluted solutions, but seem to be dated.
  7. N

    Quest Access

    Okay, thanks. The scripts your provided clearly do not work. The only reason I had to ask for clarification because your initial posts didn't make a lot of sense until you went back and edited them after the fact. But thanks.
  8. N

    Quest Access

    Can you clarify what I need to change? I looked in my DB and couldn't find where the characters storage value is set at. In the script I need to change local questReference = 123456?
  9. N

    Quest Access

    The server launches properly now without errors, but still doesn't let me through quarter gates in Yalahar. To test I even added Joining the Explorers, to give me the first mission of the Explorer Society quest and checked and I was still able to take the quest from the Explorer's Society.
  10. N

    Quest Access

    For reference, I added the first script you gave to the same folder as my login.lua in creaturescripts/scripts/others. Then added the second script to the login.lua itself.
  11. N

    Quest Access

    Do I need to make any changes to local questReference = 123456? Here is my currently login.lua: local events = { 'ElementalSpheresOverlords', 'BigfootBurdenVersperoth', 'Razzagorn', 'Shatterer', 'Zamulosh', 'The Hunger', 'The Rage', 'Eradicator'...
  12. N

    Quest Access

    Still having some trouble. Once I figure it out I will mark it.
  13. N

    Quest Access

    Thanks! Where do I need to put that last script you made?
  14. N

    Quest Access

    That's handy! Now how do I get it to load those values upon logging in?
  15. N

    Quest Access

    Login.lua where I'm trying to add player:setStorageValue(12249, 2): <?xml version="1.0" encoding="UTF-8"?> <quests> <quest name="The Explorer Soc - Pastebin.com If you search "In service of Yalahar" I'm trying to add the value for Mission 9 Mission State 2 This is the quests.xml where...
Back
Top Bottom