View Single Post
  #7  
Old 11-23-2008, 03:31 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

NOTE: - This is still a problem: I confirmed that ground spawn still always have 0 charges on them if they are set to have a certain amount. They work properly if #summoned, but not if picked up from being a ground spawn.

Nevermind on the player pick up issue though lol. I figured out the problem. Apparently, the sub is called:
Code:
sub EVENT_PLAYER_PICKUP
NOT:
Code:
sub EVENT_PICK_UP
I edited the Wiki to reflect this correction. Just took a little searching through the source to figure out the root cause lol. I am not sure where people got "EVENT_PICK_UP" from though.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!

Last edited by trevius; 11-23-2008 at 03:49 PM..
Reply With Quote