didnt work for me, are you sure you had the pod's (NPCID) number in north qeynos (on mine it's 3981).
did I name the folders right?
I named them "quests" then subfolder "qeynos2"..then inside of qeynos2 is 3981.qst
Did I do those right? (the quests folder is inside eqemu's folder).
The code you post above didnt work though, I hail, priest of discord,...Hail...hail and so on..trying different things, still didnt respond...didnt respond either when I handed him quest item which he is suppose to respond too...Here is how I have it in my txt file..(qst)
Code:
EVENT_SAY{
if($1-=~"Hail"){say("Are you here to [test some quests]?"); }
if($1-=~"test some quests") {say("Yes, We are hiring people to test alot of new and offical quests that are coming out everyday, we take this information if need be and put it on our live server. Should I [Go on]?"); }
if($1-=~"Go on") {say("So I shall. If you are [interested], I will be giving you updates on many of our new quests that are forming, that way if a Gm is not on, you can test out the quest and see if it works. /petition the test and how well it did for you, and if you like it or not. I hope you find me handy."); }
if($1-=~"Interested") {say("Interested Huh? Take this stone and give it back to me anytime you are ready to hear about new quests. I will then tell you every quest that I know of. You can also ask me if i've been [updated] or not. Here is your stone, give back to me when you are ready to hear."); summonitem(25555); }
if($1-=~"updated") {say("I have not been updated yet. Please check back later."); }
}
EVENT_ITEM{
if($item1 =="25555") {say("Here you go. Ah, I'm sorry, there is no quests as of right now, please check back later."); summonitem(25555); }
}
Any Ideas?