Thread: Random Stuff.
View Single Post
  #21  
Old 11-29-2013, 02:33 AM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,603
Default

Here is plugin::Slot, it returns the slot name from the id, such as slot 9999 is Powersource so it works like this:
Code:
quest::say("Your " . plugin::Slot(9999) . " slot contains " . quest::varlink($client->GetItemIDAt(9999)) . ".");

NPC says, 'Your Powersource slot contains Pure Energeian Elemental Orb.'
http://pastebin.com/R60Tbb5e
Reply With Quote