Hi, I run a private server of AQWorlds and I want to know how to add consumable items like potions and boosts (XP, Class, Rep, etc). I know how to add normal items and quest items, can someone help me?
Hi, I run a private server of AQWorlds and I want to know how to add consumable items like potions and boosts (XP, Class, Rep, etc). I know how to add normal items and quest items, can someone help me?
If not mistaken the process of adding potions and consumables (boosters) to your PS aqw is the same as any item, try MehTool or HellQuest to see the packets of these "items" and see if you can add to your PS, I will look in my old files AQW and anything I say here is to find something
#Edit#
Found it, try adding this SQL in your "ITEMS" table
(4711, 0, 0, '', 0, 0, 0, 1957, 1, 0, 1111, 200, 1, 1, 0, 0, 0, 0, 11, 3, 'This potion restores health based on your weapon damage.', 'None', 'None', 'Item', 'ich1', 'iibag', 'ph1', 'Health Potion', '', 0, 0, -1, -1, -1, 0),
Last edited by jynalek; 27-05-16 at 09:27 PM.
OMG thank you very much! I will use these programs you said, thank you!