need help getting this to work.
Code:
sub EVENT_SAY { The fsub event say section works..... but when i hand in the items, the mob eats them.... i have tried playing with it for about 3 hours, to no resolve... Any help will be appreciated, the first quest i wrote worked fine, and it is similar to this.... i have another quest following the same syntax as this one, so hopefully i should be able to fix it from replies to this post..... Thanks in advance |
Code:
sub EVENT_SAY |
nope, they are still eating the items, would it be better to use $itemcount?
|
ok i fixed it..... silly little errors.
Code:
quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and ; Code:
quest::say{"Very well and thankyou $name. I have ordered the preparation of your items. Simply hand this note to Elder Sok and); Code:
if ($item1 == 28500) Code:
if ($itemcount{28500} >= 1) was just wondering also, if you could tell me what is wrong with this... it is repeated in the quest around 96 times, so i thought id just post one of them. Code:
if ($class eq "Berserker") { |
maybe it's how you copied and pasted the .pl file but in all the reward dialogue you have a ; with no preceding ") and there is an extra } in event_item. would be better to use the item handin plugins. can also do something like this since you're using the same xp reward and dialogue for every successful hand in. if you don't have the plugins you can get them from anonymous cvs access as well as lots of examples from everything that's been submitted to PEQ's quest repository.
Code:
sub EVENT_SAY { Code:
if ($class eq "Berserker") { |
All times are GMT -4. The time now is 02:27 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.