naw it's not too much.
try this.
Code:
sub EVENT_ITEM {
if ($itemcount{69022} == 1){
quest::say("Thanks lad, now thats one less thing for me to worry about. Here take my old bow as a reward, I never was much of a archer anyways.");
quest::summonitem(69021);
}
if ($itemcount{69297} == 1){
quest::say("Great, so you found it $name? Oh really, it was in the belly of a giant snake? Its no wonder I didn't ever find it, no way I would have messed with that giant snake. Anyways I guess Im off to West Freeport to give this to Gargella.....Oh who am I kidding. Im so drunk right now I couldn't possibly meet up with her. Hey I know, I will let you do this one final favor for me. Here take this note to Gargella in West Freeport. Oh, also I would like to give you my cloak as a gift for all your troubles. Gargella actually made this for me several years ago. It was once a mighty cloak, I am truely ashame of myself for letting it go like this. Who knows, Maybe she can repair this cloak for you? Well off you go then, happy hour is almost over you know!");
quest::exp(4025);
quest::summonitem(69297);
quest::summonitem(69299);
}
}