Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.
Yes. The file is db/produce_db.txt. Just search 'AM_PHARMACY' and you will find the area you need.
However, it is not enough to give ranking points. That would require source editing.
To make your custom item give ranking points, first open src/map/itemdb.h and add a constant for your custom Item ID.
Code:
enum item_itemid {
ITEMID_MYCUSTOMITEM = 29001,
}
Then open src/map/skill.c and need to include your constant to not 'continue'.
i've gone down this path already, here's a suggestion. if you plan to make custom potion formulas, make sure you create or modify at least one creation guide in-game and make it easily accessible, so people actually know what's going on with the world.