Add this to your NPCConversationManager.java
If you don't know what you are doing... Then... Follow this little guide...
First of all... Find
Now copy and paste my code AFTER this
This isn't too useful but whatever... Release for the hell of it :/
School is almost starting
Code:
public int getFame() {
return getPlayer().getFame();
}
If you don't know what you are doing... Then... Follow this little guide...
First of all... Find
Code:
public int itemQuantity(int itemid) {
MapleInventoryType type = MapleItemInformationProvider.getInstance().getInventoryType(itemid);
MapleInventory iv = getPlayer().getInventory(type);
int possesed = iv.countById(itemid);
return possesed;
}
This isn't too useful but whatever... Release for the hell of it :/
School is almost starting
