Hey all;
Tryin to build a quest, but everything i do is in vain... however yet again it's 2am and it's probably something pretty dumb (tryin to just build a quest to let traindisc work hehe)
But this led me to a question i've had time and time again, and never asked, nor found an answer to... Is there any questpacks somewhere i can impliment into my server? I know that servers can use different DBs and that has npcid ramifications and the like, but i'm using the PEQ kunark db, which appears to be pretty popular... so much so that i'd be willing to guess a quest pack isn't a bad idea, and as such, was already thought of for it... So if it is around i haven't found it, anyone able/willing to tell me where i might find it and if it might even exsist?
As to my problem, gonna look at it again in the morning but here's what i've done so far...
Went into ecommons to the book vendor... having no experience with perl whatsoever i'm pretty much just goin off the couple guides i found and makin stuff up as i go along.
Anyways went to ecommons, targeted one of the tome vendors and did an #npcstats, then i got his npcid (22081) and made a folder in /quest of my eqemu server, and titled it 'ecommons' inside that i made a file named '22081.pl' and edited it as follows;
Quote:
sub EVENT_SAY {
if($text =~ /Hail/i) { quest::say("You said hail!"); }
}
#sub EVENT_SAY
#{
# if($text =~ /Hail/i) { quest::say("Heyas $name, hand me a [book] if you like, but make sure it's the right one!"); }
# if($text =~ /book/i) { quest::say("Yea, you know, those discipline tomes... i think most of them would be better suited to smack someone with than learn though."); }
#}
#sub EVENT_ITEM
#{
#if($itemcount {66200} == 1){quest::say("Good For you, I knew you could do it!");
#quest::traindisc($userid,66200);
#}
|
I know everything at the bottom is commented out, and that's cause thats the code i was gonna try once i got the confirmed code to work.... but i can't even get that far, so anyone know wtf i'm doing wrong here?
Thanks for the help, and on the info about the quest pack, which would just make my life soooo much better hehe