View Single Post
  #10  
Old 11-27-2018, 01:38 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Hard-coded inventory slot checks are a no-no now.

I need to update the wikis for perl/lua on this..but, for now:

https://github.com/EQEmu/Server/blob...ngelog.txt#L22 (look for 09/18/2018 entries)

Code:
my $empty = $client->GetItemAt(quest::getinventoryslotid("cursor"));
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote