What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Catch legendary drop event!

alemex

New Member
Joined
Oct 20, 2012
Messages
5
Reaction score
0
Is possible to catch an event when a legendary drops? or retrives the list of legendaries in bag on the OnPulse event??

I need somehow to retrive the legendaries dropped in a run, can someone help me!? :)
 
Is possible to catch an event when a legendary drops? or retrives the list of legendaries in bag on the OnPulse event??

I need somehow to retrive the legendaries dropped in a run, can someone help me!? :)

after some search i discovered the way to do what i want!! ;)

HOW TO:

Create a handler to this event: GameEvents.OnItemLooted
On the handler function you need to use the eventargs received and verify the flag IsUnique :cool:
 
after some search i discovered the way to do what i want!! ;)

HOW TO:

Create a handler to this event: GameEvents.OnItemLooted
On the handler function you need to use the eventargs received and verify the flag IsUnique :cool:

This wouldn't work with GilesTrinity because he overrides the loot method and doesn't send the proper events while doing it.
 
Back
Top