Event_discover_item
How exactly can I make this useful, as in, displaying when someone finds an item?
|
Depends what you want to do with it. Every item? Specific item(s)? First time server wide or per person?
Clever qglobal writing and server wide messages should take care of most of what you'd want to do with it, but with an untargeted question like what you provided, a bit hard to give any specific help. |
Let me elaborate.
What I am trying to do is. Code:
sub EVENT_DISCOVER_ITEM |
Just use $itemid, it's exported when EVENT_DISCOVER_ITEM gets called.
http://code.google.com/p/projecteqem.../embparser.cpp will tell you what gets exported for each event. Set up something like Code:
$linkid=quest::varlink($itemid); |
Ahh, awesome thanks so much
|
You want quest::varlink() above.
|
Duly noted and changed, thanks Tabasco, it's not something I've messed with too much yet. :)
|
All times are GMT -4. The time now is 01:40 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.