Kinglykrab
|
3a94132749
|
[Quest API] Add multiple augment related methods to Perl/Lua. (#1930)
* [Quest API] Add multiple augment related methods to Perl/Lua.
- Add $inventory->CountAugmentEquippedByID(item_id) to Perl.
- Add $inventory->HasAugmentEquippedByID(item_id) to Perl.
- Add $item->ContainsAugmentByID(item_id) to Perl.
- Add $item->CountAugmentByID(item_id) to Perl.
- Add inventory:CountAugmentEquippedByID(item_id) to Perl.
- Add inventory:HasAugmentEquippedByID(item_id) to Perl.
- Add item:ContainsAugmentByID(item_id) to Perl.
- Add item:CountAugmentByID(item_id) to Perl.
* Update inventory_profile.cpp
|
2022-01-16 18:04:51 -05:00 |
|
Kinglykrab
|
7b6decaef3
|
[Quest API] Alphabetize Lua method exports. (#1673)
- Keeps things tidier.
- Removes unnecessary/outdated comments at the top of files.
|
2021-11-06 17:36:00 -04:00 |
|
KimLS
|
2fbd5aaccc
|
Rename namespace EQEmu to namespace EQ (so we don't have two similar but different namespaces anymore)
|
2020-05-17 18:36:06 -07:00 |
|
Akkadius
|
40cb53f5a4
|
Syntax, naming and formatting tweaks
|
2018-08-17 23:54:24 -05:00 |
|
Uleat
|
13af1bfe6f
|
Added messages for item equip failures
|
2017-04-02 05:06:13 -04:00 |
|
Uleat
|
8b5dd58e96
|
Renamed struct EQEmu::ItemBase to EQEmu::ItemData and class ItemInst to EQEmu::ItemInstance
|
2016-10-16 05:10:54 -04:00 |
|
KimLS
|
7af04798fb
|
Augment item events
|
2013-06-21 14:20:30 -07:00 |
|
KimLS
|
7b894a7c61
|
Added direct inventory access, and event_loot for items and event_weapon_proc for items
|
2013-06-20 14:03:22 -07:00 |
|