Completely lost, can i get some input?
OK i'm completely lost on this one. I'm trying to run this quest. the first two event hand ins work perfect, however the third one does nothing. no response, no return item, nothing.
Code:
sub EVENT_ITEM { |
Try this:
Code:
sub EVENT_ITEM { |
that works thank you. I still dont really understand why the first did not work. but thank you!
|
Well, $itemcount is a hash reference used to see if a client has that item, which is not useful in EVENT_ITEM where you're checking for hand in, rather than just checking if a client has an item or not, meaning you should use plugin::check_handin, not $itemcount. You can use $itemcount in other subroutines like this:
Code:
sub EVENT_SAY { |
Ah, okay thank you very much
|
You're welcome. If I may ask, what server do you operate?
|
http://wiki.eqemulator.org/p?Ultimat...rence&frm=Main
I don't see a 'quest::whisper' operator there..though, I haven't checked the api itself. Anything after the 'croak' would probably be ignored. |
Yeah, he meant plugin::Whisper, apparently he had gotten confused by reading something.
|
ah yeah, sorry i'm still trying to teach myself this stuff. It all goes well then I hit a hiccup.
Right now i'm running Ancient Memories, though it is currently down as there is a lot of editing going in that I just could not do with people logged in(sorry but it happens during alpha). |
I do have another question though, not sure if I need to post a new thread or not, however ill post it here first. I'm using an auto skill trainer on level, the one floating around on the forums. I would like this code
Code:
# scribe all spells for current level Thank you in advance! |
Code:
quest::scribespells ($ulevel, $ulevel - 1, "xxxx"); If I remember correctly. |
Oh sorry, you said spells as in plural
Code:
my @blockedspells = (xxxx,xxxx,xxxx,xxxx); |
:) thank you very much!
|
cant get either of these to work, Mage epic spell id for Summon orb is 1944. it still scribes when put into both of these configurations? does this not got off the ID in the database or am I still missing something?
With Code:
my @blockedspells = (1944); with the other formate the Code:
quest::scribespells ($ulevel, $ulevel - 1, "1944"); |
Code:
uint16 QuestManager::scribespells(uint8 max_level, uint8 min_level) { |
All times are GMT -4. The time now is 01:02 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.