ManaPlus
|
Variables | |
const EquipSlot::Type | EQUIP_POINTS [EquipSlot::VECTOREND] |
Ea::InventoryItems | mInventoryItems |
Ea::InventoryItems | mCartItems |
int EAthena::InventoryRecv::getSlot | ( | const int | eAthenaSlot | ) |
Definition at line 1425 of file inventoryrecv.cpp.
References CAST_S32, TmwAthena::InventoryRecv::EQUIP_POINTS, Net::InventoryHandler::getProjectileSlot(), inventoryHandler, and EquipSlot::VECTOREND.
Referenced by processInventoryEndContinue(), processPlayerEquip(), processPlayerEquipment(), and processPlayerUnEquip().
void EAthena::InventoryRecv::processBindItem | ( | Net::MessageIn & | msg | ) |
Definition at line 1368 of file inventoryrecv.cpp.
References _, NotifyTypes::BOUND_ITEM, PlayerInfo::getInventory(), Inventory::getItem(), Item::getName(), INVENTORY_OFFSET, Actions::msg(), and NotifyManager::notify().
void EAthena::InventoryRecv::processCartAddError | ( | Net::MessageIn & | msg | ) |
Definition at line 1353 of file inventoryrecv.cpp.
References NotifyTypes::CART_ADD_COUNT_ERROR, NotifyTypes::CART_ADD_WEIGHT_ERROR, Actions::msg(), and NotifyManager::notify().
void EAthena::InventoryRecv::processCartInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 923 of file inventoryrecv.cpp.
References Attributes::CART_MAX_WEIGHT, Attributes::CART_TOTAL_WEIGHT, Equipped_false, FOR_EACH, PlayerInfo::getCartInventory(), mCartItems, Actions::msg(), Notify_true, Inventory::resize(), PlayerInfo::setAttribute(), Inventory::setItem(), and EmoteDB::size().
void EAthena::InventoryRecv::processCartRemove | ( | Net::MessageIn & | msg | ) |
void EAthena::InventoryRecv::processEnchantEquipment | ( | Net::MessageIn & | msg | ) |
Definition at line 1907 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processEquipmentContinue | ( | Net::MessageIn & | msg, |
const int | len, | ||
const NetInventoryTypeT | invType | ||
) |
Definition at line 1769 of file inventoryrecv.cpp.
References ItemOptionsList::add(), EAthena::ItemFlags::bits, EAthena::ItemFlags::byte, NetInventoryType::Cart, CAST_S32, CAST_U8, Equipm_true, fromBool, ItemColorManager::getColorFromCards(), NetInventoryType::GuildStorage, NetInventoryType::Inventory, INVENTORY_OFFSET, EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, maxCards, mCartItems, mInventoryItems, Actions::msg(), Ea::InventoryRecv::mStorageItems, reportAlways, NetInventoryType::Storage, and STORAGE_OFFSET.
Referenced by processPlayerCombinedEquipment1(), and processPlayerCombinedEquipment2().
void EAthena::InventoryRecv::processFavoriteItem | ( | Net::MessageIn & | msg | ) |
Definition at line 1345 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processInventoryContinue | ( | Net::MessageIn & | msg, |
const int | len, | ||
const NetInventoryTypeT | invType | ||
) |
Definition at line 1680 of file inventoryrecv.cpp.
References EAthena::ItemFlags::bits, EAthena::ItemFlags::byte, NetInventoryType::Cart, CAST_S32, Equipm_false, fromBool, ItemColorManager::getColorFromCards(), NetInventoryType::GuildStorage, NetInventoryType::Inventory, INVENTORY_OFFSET, EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, maxCards, mCartItems, mInventoryItems, Actions::msg(), Ea::InventoryRecv::mStorageItems, reportAlways, NetInventoryType::Storage, and STORAGE_OFFSET.
Referenced by processPlayerCombinedInventory1(), and processPlayerCombinedInventory2().
void EAthena::InventoryRecv::processInventoryEnd1 | ( | Net::MessageIn & | msg | ) |
Definition at line 1582 of file inventoryrecv.cpp.
References Actions::msg(), processInventoryEndContinue(), NetInventoryType::Storage, and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processInventoryEnd2 | ( | Net::MessageIn & | msg | ) |
Definition at line 1593 of file inventoryrecv.cpp.
References Actions::msg(), processInventoryEndContinue(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processInventoryEndContinue | ( | const NetInventoryTypeT | invType | ) |
Definition at line 1606 of file inventoryrecv.cpp.
References NetInventoryType::Cart, Ea::EquipBackend::clear(), Inventory::clear(), Equipped_false, FOR_EACH, PlayerInfo::getEquipment(), PlayerInfo::getInventory(), getSlot(), NetInventoryType::GuildStorage, NetInventoryType::Inventory, maxCards, Ea::InventoryRecv::mEquips, mInventoryItems, Equipment::setBackend(), Inventory::setCards(), Ea::EquipBackend::setEquipment(), Inventory::setItem(), Inventory::setOptions(), and NetInventoryType::Storage.
Referenced by processInventoryEnd1(), and processInventoryEnd2().
void EAthena::InventoryRecv::processInventoryExpansionAck | ( | Net::MessageIn & | msg | ) |
Definition at line 1894 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processInventoryExpansionInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 1883 of file inventoryrecv.cpp.
References Settings::fixedInventorySize, PlayerInfo::getInventory(), Actions::msg(), Inventory::resize(), and settings.
void EAthena::InventoryRecv::processInventoryExpansionResult | ( | Net::MessageIn & | msg | ) |
Definition at line 1901 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processInventoryStart1 | ( | Net::MessageIn & | msg | ) |
Definition at line 1523 of file inventoryrecv.cpp.
References Actions::msg(), processInventoryStartContinue(), and NetInventoryType::Storage.
void EAthena::InventoryRecv::processInventoryStart2 | ( | Net::MessageIn & | msg | ) |
Definition at line 1529 of file inventoryrecv.cpp.
References Actions::msg(), and processInventoryStartContinue().
void EAthena::InventoryRecv::processInventoryStart3 | ( | Net::MessageIn & | msg | ) |
Definition at line 1537 of file inventoryrecv.cpp.
References Actions::msg(), and processInventoryStartContinue().
void EAthena::InventoryRecv::processInventoryStartContinue | ( | const NetInventoryTypeT | type, |
const std::string & | name | ||
) |
Definition at line 1548 of file inventoryrecv.cpp.
References NetInventoryType::Cart, cartWindow, Inventory::clear(), PlayerInfo::getCartInventory(), PlayerInfo::getInventory(), NetInventoryType::GuildStorage, NetInventoryType::Inventory, inventoryWindow, mCartItems, mInventoryItems, Ea::InventoryRecv::mStorage, Ea::InventoryRecv::mStorageItems, Window::setCaption(), NetInventoryType::Storage, and storageWindow.
Referenced by processInventoryStart1(), processInventoryStart2(), and processInventoryStart3().
void EAthena::InventoryRecv::processItemDamaged | ( | Net::MessageIn & | msg | ) |
Definition at line 1337 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processItemMoveFailed | ( | Net::MessageIn & | msg | ) |
Definition at line 1502 of file inventoryrecv.cpp.
References NotifyTypes::DELETE_ITEM_DROPPED, PlayerInfo::getInventory(), Inventory::getItem(), INVENTORY_OFFSET, localPlayer, Actions::msg(), and NotifyManager::notify().
void EAthena::InventoryRecv::processMergeItem | ( | Net::MessageIn & | msg | ) |
Definition at line 1445 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processMergeItemResponse | ( | Net::MessageIn & | msg | ) |
Definition at line 1454 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processOverWeightPercent | ( | Net::MessageIn & | msg | ) |
Definition at line 1518 of file inventoryrecv.cpp.
References Actions::msg(), Settings::overweightPercent, and settings.
void EAthena::InventoryRecv::processPlayerCartAdd | ( | Net::MessageIn & | msg | ) |
Definition at line 965 of file inventoryrecv.cpp.
References ItemOptionsList::add(), BLOCK_END, BLOCK_START, Equipm_false, Equipped_false, Favorite_false, fromBool, PlayerInfo::getCartInventory(), ItemColorManager::getColorFromCards(), Item::getId(), Inventory::getItem(), Item::getQuantity(), Inventory::getSize(), INVENTORY_OFFSET, localPlayer, maxCards, mCartItems, Actions::msg(), Inventory::setCards(), Inventory::setItem(), Inventory::setOptions(), and ItemType::Unknown.
void EAthena::InventoryRecv::processPlayerCartEquip | ( | Net::MessageIn & | msg | ) |
Definition at line 1041 of file inventoryrecv.cpp.
References ItemOptionsList::add(), EAthena::ItemFlags::bits, BLOCK_END, BLOCK_START, EAthena::ItemFlags::byte, Equipm_false, fromBool, ItemColorManager::getColorFromCards(), INVENTORY_OFFSET, EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, maxCards, mCartItems, and Actions::msg().
void EAthena::InventoryRecv::processPlayerCartItems | ( | Net::MessageIn & | msg | ) |
Definition at line 1127 of file inventoryrecv.cpp.
References EAthena::ItemFlags::bits, BLOCK_END, BLOCK_START, EAthena::ItemFlags::byte, Equipm_false, fromBool, ItemColorManager::getColorFromCards(), INVENTORY_OFFSET, EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, maxCards, mCartItems, Actions::msg(), and packetVersion.
void EAthena::InventoryRecv::processPlayerCartRemove | ( | Net::MessageIn & | msg | ) |
Definition at line 1193 of file inventoryrecv.cpp.
References BLOCK_END, BLOCK_START, PlayerInfo::getCartInventory(), Inventory::getItem(), INVENTORY_OFFSET, Actions::msg(), and Inventory::removeItemAt().
void EAthena::InventoryRecv::processPlayerCombinedEquipment1 | ( | Net::MessageIn & | msg | ) |
Definition at line 1751 of file inventoryrecv.cpp.
References Actions::msg(), processEquipmentContinue(), and NetInventoryType::Storage.
void EAthena::InventoryRecv::processPlayerCombinedEquipment2 | ( | Net::MessageIn & | msg | ) |
Definition at line 1759 of file inventoryrecv.cpp.
References Actions::msg(), and processEquipmentContinue().
void EAthena::InventoryRecv::processPlayerCombinedInventory1 | ( | Net::MessageIn & | msg | ) |
Definition at line 1662 of file inventoryrecv.cpp.
References Actions::msg(), processInventoryContinue(), and NetInventoryType::Storage.
void EAthena::InventoryRecv::processPlayerCombinedInventory2 | ( | Net::MessageIn & | msg | ) |
Definition at line 1670 of file inventoryrecv.cpp.
References Actions::msg(), and processInventoryContinue().
void EAthena::InventoryRecv::processPlayerCookingList | ( | Net::MessageIn & | msg | ) |
Definition at line 1327 of file inventoryrecv.cpp.
References itemIdLen, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerEquip | ( | Net::MessageIn & | msg | ) |
Definition at line 534 of file inventoryrecv.cpp.
References BLOCK_END, BLOCK_START, NotifyTypes::EQUIP_FAILED, NotifyTypes::EQUIP_FAILED_LEVEL, getSlot(), INVENTORY_OFFSET, Ea::InventoryRecv::mEquips, Actions::msg(), NotifyManager::notify(), and Ea::EquipBackend::setEquipment().
void EAthena::InventoryRecv::processPlayerEquipment | ( | Net::MessageIn & | msg | ) |
Definition at line 108 of file inventoryrecv.cpp.
References ItemOptionsList::add(), EAthena::ItemFlags::bits, BLOCK_END, BLOCK_START, EAthena::ItemFlags::byte, CAST_U8, Ea::EquipBackend::clear(), Equipm_true, Equipped_false, fromBool, Equipment::getBackend(), ItemColorManager::getColorFromCards(), PlayerInfo::getEquipment(), PlayerInfo::getInventory(), getSlot(), INVENTORY_OFFSET, EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, localPlayer, maxCards, Ea::InventoryRecv::mEquips, Actions::msg(), Equipment::setBackend(), Inventory::setCards(), Ea::EquipBackend::setEquipment(), Inventory::setItem(), and Inventory::setOptions().
void EAthena::InventoryRecv::processPlayerIdentified | ( | Net::MessageIn & | msg | ) |
Definition at line 1222 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerIdentifyList | ( | Net::MessageIn & | msg | ) |
Definition at line 1212 of file inventoryrecv.cpp.
References MenuType::Identify, EAthena::menu, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerInsertCard | ( | Net::MessageIn & | msg | ) |
Definition at line 838 of file inventoryrecv.cpp.
References Item::addCard(), NotifyTypes::CARD_INSERT_FAILED, NotifyTypes::CARD_INSERT_SUCCESS, Item::getId(), PlayerInfo::getInventory(), Inventory::getItem(), Item::getQuantity(), Item::increaseQuantity(), INVENTORY_OFFSET, itemPopup, Actions::msg(), NotifyManager::notify(), Inventory::removeItemAt(), ItemPopup::resetPopup(), and Item::updateColor().
void EAthena::InventoryRecv::processPlayerInventory | ( | Net::MessageIn & | msg | ) |
Definition at line 374 of file inventoryrecv.cpp.
References EAthena::ItemFlags::bits, BLOCK_END, BLOCK_START, EAthena::ItemFlags::byte, Ea::EquipBackend::clear(), Inventory::clear(), Equipm_false, Equipped_false, fromBool, ItemColorManager::getColorFromCards(), PlayerInfo::getEquipment(), PlayerInfo::getInventory(), INVENTORY_OFFSET, EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, localPlayer, maxCards, Ea::InventoryRecv::mEquips, Actions::msg(), packetVersion, Equipment::setBackend(), Inventory::setCards(), and Inventory::setItem().
void EAthena::InventoryRecv::processPlayerInventoryAdd | ( | Net::MessageIn & | msg | ) |
Definition at line 213 of file inventoryrecv.cpp.
References ItemOptionsList::add(), Pickup::BAD_ITEM, BeingId_zero, BLOCK_END, BLOCK_START, Ea::EquipBackend::clear(), ArrowsListener::distributeEvent(), empty, Equipped_false, Favorite_false, fromBool, ItemDB::get(), ItemColorManager::getColorFromCards(), ItemDB::getEmpty(), PlayerInfo::getEquipment(), Item::getId(), PlayerInfo::getInventory(), Inventory::getItem(), Item::getQuantity(), Pickup::INV_FULL, INVENTORY_OFFSET, localPlayer, Pickup::MAX_AMOUNT, maxCards, Ea::InventoryRecv::mEquips, Ea::InventoryRecv::mSentPickups, Actions::msg(), Pickup::OKAY, LocalPlayer::pickedUp(), Actions::pickup(), Equipment::setBackend(), Inventory::setCards(), Inventory::setItem(), Inventory::setOptions(), Pickup::STACK_AMOUNT, Pickup::TOO_FAR, Pickup::TOO_HEAVY, UNIMPLEMENTEDPACKETFIELD, and Pickup::UNKNOWN.
void EAthena::InventoryRecv::processPlayerInventoryRemove | ( | Net::MessageIn & | msg | ) |
Definition at line 1389 of file inventoryrecv.cpp.
References BLOCK_END, BLOCK_START, NotifyTypes::DELETE_ITEM_DROPPED, ArrowsListener::distributeEvent(), PlayerInfo::getInventory(), Inventory::getItem(), INVENTORY_OFFSET, localPlayer, Actions::msg(), NotifyManager::notify(), and Inventory::removeItemAt().
void EAthena::InventoryRecv::processPlayerInventoryRemove2 | ( | Net::MessageIn & | msg | ) |
Definition at line 592 of file inventoryrecv.cpp.
References DeleteItemReason::Analysis, BLOCK_END, BLOCK_START, NotifyTypes::DELETE_ITEM_ANALYSIS, NotifyTypes::DELETE_ITEM_FAIL_REFINE, NotifyTypes::DELETE_ITEM_MATERIAL_CHANGE, NotifyTypes::DELETE_ITEM_NORMAL, NotifyTypes::DELETE_ITEM_SKILL_USE, NotifyTypes::DELETE_ITEM_SOLD, NotifyTypes::DELETE_ITEM_TO_CART, NotifyTypes::DELETE_ITEM_TO_STORAGE, NotifyTypes::DELETE_ITEM_UNKNOWN, ArrowsListener::distributeEvent(), DeleteItemReason::FailRefine, PlayerInfo::getInventory(), Inventory::getItem(), INVENTORY_OFFSET, localPlayer, DeleteItemReason::MaterialChange, Actions::msg(), DeleteItemReason::Normal, NotifyManager::notify(), Inventory::removeItemAt(), DeleteItemReason::SkillUse, DeleteItemReason::Sold, DeleteItemReason::ToCart, and DeleteItemReason::ToStorage.
void EAthena::InventoryRecv::processPlayerInventoryUse | ( | Net::MessageIn & | msg | ) |
Definition at line 1463 of file inventoryrecv.cpp.
References actorManager, BLOCK_END, BLOCK_START, ActorManager::findBeing(), PlayerInfo::getInventory(), Inventory::getItem(), INVENTORY_OFFSET, localPlayer, Actions::msg(), NotifyManager::notify(), ItemSoundManager::playSfx(), Inventory::removeItemAt(), ItemSoundEvent::USE, and NotifyTypes::USE_FAILED.
void EAthena::InventoryRecv::processPlayerItemRentalExpired | ( | Net::MessageIn & | msg | ) |
Definition at line 883 of file inventoryrecv.cpp.
References ArrowsListener::distributeEvent(), ItemDB::get(), PlayerInfo::getInventory(), Inventory::getItem(), Actions::info(), INVENTORY_OFFSET, localPlayer, Actions::msg(), NotifyManager::notify(), Inventory::removeItemAt(), and NotifyTypes::RENTAL_TIME_EXPIRED.
void EAthena::InventoryRecv::processPlayerItemRentalTime | ( | Net::MessageIn & | msg | ) |
Definition at line 871 of file inventoryrecv.cpp.
References _, ItemDB::get(), Actions::info(), Actions::msg(), NotifyManager::notify(), NotifyTypes::RENTAL_TIME_LEFT, strprintf(), and timeDiffToString().
void EAthena::InventoryRecv::processPlayerRefine | ( | Net::MessageIn & | msg | ) |
Definition at line 1230 of file inventoryrecv.cpp.
References _, PlayerInfo::getInventory(), Inventory::getItem(), Item::getName(), INVENTORY_OFFSET, Actions::msg(), NotifyManager::notify(), NotifyTypes::REFINE_DOWNGRADE, NotifyTypes::REFINE_FAILURE, NotifyTypes::REFINE_SUCCESS, NotifyTypes::REFINE_UNKNOWN, and UNIMPLEMENTEDPACKETFIELD.
void EAthena::InventoryRecv::processPlayerRefineList | ( | Net::MessageIn & | msg | ) |
Definition at line 1294 of file inventoryrecv.cpp.
References itemIdLen, maxCards, EAthena::menu, Actions::msg(), UNIMPLEMENTEDPACKET, and MenuType::WeaponeRefine.
void EAthena::InventoryRecv::processPlayerRepairEffect | ( | Net::MessageIn & | msg | ) |
Definition at line 1286 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerRepairList | ( | Net::MessageIn & | msg | ) |
Definition at line 1269 of file inventoryrecv.cpp.
References itemIdLen, maxCards, EAthena::menu, Actions::msg(), MenuType::RepairWespon, and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerStorage | ( | Net::MessageIn & | msg | ) |
Definition at line 455 of file inventoryrecv.cpp.
References EAthena::ItemFlags::bits, BLOCK_END, BLOCK_START, EAthena::ItemFlags::byte, Equipm_false, fromBool, ItemColorManager::getColorFromCards(), EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, maxCards, Actions::msg(), Ea::InventoryRecv::mStorageItems, packetVersion, and STORAGE_OFFSET.
void EAthena::InventoryRecv::processPlayerStorageAdd | ( | Net::MessageIn & | msg | ) |
Definition at line 755 of file inventoryrecv.cpp.
References ItemOptionsList::add(), BLOCK_END, BLOCK_START, Equipm_false, Equipped_false, Favorite_false, fromBool, ItemColorManager::getColorFromCards(), maxCards, Actions::msg(), Ea::InventoryRecv::mStorage, Inventory::setCards(), Inventory::setItem(), Inventory::setOptions(), STORAGE_OFFSET, and ItemType::Unknown.
void EAthena::InventoryRecv::processPlayerStorageEquip | ( | Net::MessageIn & | msg | ) |
Definition at line 657 of file inventoryrecv.cpp.
References ItemOptionsList::add(), EAthena::ItemFlags::bits, BLOCK_END, BLOCK_START, EAthena::ItemFlags::byte, Equipm_false, fromBool, ItemColorManager::getColorFromCards(), EAthena::ItemFlagBits::isDamaged, EAthena::ItemFlagBits::isFavorite, EAthena::ItemFlagBits::isIdentified, itemIdLen, maxCards, Actions::msg(), Ea::InventoryRecv::mStorageItems, and STORAGE_OFFSET.
void EAthena::InventoryRecv::processPlayerStoragePassword | ( | Net::MessageIn & | msg | ) |
Definition at line 1312 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerStoragePasswordResult | ( | Net::MessageIn & | msg | ) |
Definition at line 1319 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processPlayerStorageRemove | ( | Net::MessageIn & | msg | ) |
Definition at line 905 of file inventoryrecv.cpp.
References BLOCK_END, BLOCK_START, Actions::msg(), Ea::InventoryRecv::mStorage, Inventory::removeItemAt(), and STORAGE_OFFSET.
void EAthena::InventoryRecv::processPlayerUnEquip | ( | Net::MessageIn & | msg | ) |
Definition at line 566 of file inventoryrecv.cpp.
References BLOCK_END, BLOCK_START, ArrowsListener::distributeEvent(), getSlot(), Ea::InventoryRecv::mEquips, Actions::msg(), NotifyManager::notify(), Ea::EquipBackend::setEquipment(), and NotifyTypes::UNEQUIP_FAILED.
void EAthena::InventoryRecv::processPlayerUseCard | ( | Net::MessageIn & | msg | ) |
Definition at line 815 of file inventoryrecv.cpp.
References SellDialog::addItem(), CREATEWIDGETR, PlayerInfo::getInventory(), Inventory::getItem(), Net::InventoryHandler::getItemIndex(), INVENTORY_OFFSET, inventoryHandler, and Actions::msg().
void EAthena::InventoryRecv::processSelectCart | ( | Net::MessageIn & | msg | ) |
Definition at line 1415 of file inventoryrecv.cpp.
References Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processShowItemPreview1 | ( | Net::MessageIn & | msg | ) |
Definition at line 1852 of file inventoryrecv.cpp.
References maxCards, Actions::msg(), and UNIMPLEMENTEDPACKET.
void EAthena::InventoryRecv::processShowItemPreview2 | ( | Net::MessageIn & | msg | ) |
Definition at line 1867 of file inventoryrecv.cpp.
References maxCards, Actions::msg(), and UNIMPLEMENTEDPACKET.
const EquipSlot::Type EAthena::InventoryRecv::EQUIP_POINTS[EquipSlot::VECTOREND] |
Definition at line 78 of file inventoryrecv.cpp.
Ea::InventoryItems EAthena::InventoryRecv::mCartItems |
Definition at line 105 of file inventoryrecv.cpp.
Referenced by EAthena::InventoryHandler::clear(), EAthena::InventoryHandler::InventoryHandler(), processCartInfo(), processEquipmentContinue(), processInventoryContinue(), processInventoryStartContinue(), processPlayerCartAdd(), processPlayerCartEquip(), and processPlayerCartItems().
Ea::InventoryItems EAthena::InventoryRecv::mInventoryItems |
Definition at line 104 of file inventoryrecv.cpp.
Referenced by EAthena::InventoryHandler::clear(), EAthena::InventoryHandler::InventoryHandler(), processEquipmentContinue(), processInventoryContinue(), processInventoryEndContinue(), and processInventoryStartContinue().