Wazaby Posted February 16, 2024 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 31 Reputation: 11 Joined: 04/19/20 Last Seen: April 21, 2024 Share Posted February 16, 2024 How to use it? 1. Patch your diff file. 2. Change the item type in itemdb to charm. In the below example I've used an item from item_db_etc.yml and changed the type to charm. Then add a script part with the bonus that you want the item to have and reload itemdb. - Id: 670 AegisName: Gold_Coin_Moneybag Name: Bag of Gold Coins Type: Charm Buy: 100000 Weight: 400 Script: | bonus bAllStats,10; Without the charm item: With the charm item: Enjoy! Item Charm v1.0.1.diff 4 1 Quote Link to comment Share on other sites More sharing options...
IFNH Posted February 16, 2024 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 3 Reputation: 0 Joined: 01/19/24 Last Seen: February 25 Share Posted February 16, 2024 What about multiple charms? Do they stack? Only one charm should be allowed in the inventory.. Quote Link to comment Share on other sites More sharing options...
botka4aet Posted February 16, 2024 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 Share Posted February 16, 2024 1 hour ago, IFNH said: What about multiple charms? Do they stack? Only one charm should be allowed in the inventory.. Just add another check in // Parse equipment section Quote Link to comment Share on other sites More sharing options...
Johnson Posted February 17, 2024 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 23 Reputation: 1 Joined: 08/22/18 Last Seen: 2 hours ago Share Posted February 17, 2024 Could this be possible instead of an item which accumulate inventory count of 1/100 to make it as a permanent variable without the item like bonus, bonus2, bonus3* bonus4*. General Idea: NPC quest or card deposit. if deposited card = 10 delete x10 cards then give some bonus to the attached player. Say like bonuses below if all x10 cards are met bonus bMdef,3; bonus2 bAddRace,RC_Insect,5; bonus2 bMagicAddRace,RC_Insect,5; bonus2 bSubRace,RC_Insect,5; bonus3 bAddMonsterDropItem,518,RC_Insect,2; Quote Link to comment Share on other sites More sharing options...
ManokStreZ Posted February 24, 2024 Group: Members Topic Count: 21 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 09/02/20 Last Seen: February 9 Share Posted February 24, 2024 On 2/16/2024 at 10:26 AM, Wazaby said: How to use it? 1. Patch your diff file. 2. Change the item type in itemdb to charm. In the below example I've used an item from item_db_etc.yml and changed the type to charm. Then add a script part with the bonus that you want the item to have and reload itemdb. - Id: 670 AegisName: Gold_Coin_Moneybag Name: Bag of Gold Coins Type: Charm Buy: 100000 Weight: 400 Script: | bonus bAllStats,10; Without the charm item: With the charm item: Enjoy! Item Charm v1.0.1.diff 4.91 kB · 33 downloads im using old emulator what is code for Charm in item_db.txt ? im not using yml Quote Link to comment Share on other sites More sharing options...
Gidz Cross Posted March 13, 2024 Group: Members Topic Count: 133 Topics Per Day: 0.03 Content Count: 682 Reputation: 89 Joined: 04/07/14 Last Seen: 5 hours ago Share Posted March 13, 2024 On 2/24/2024 at 8:48 AM, ManokStreZ said: im using old emulator what is code for Charm in item_db.txt ? im not using yml Then this release is not for you. You can try https://gprivate.com/69zwn instead. Quote Link to comment Share on other sites More sharing options...
iubantot Posted March 16, 2024 Group: Members Topic Count: 117 Topics Per Day: 0.03 Content Count: 312 Reputation: 34 Joined: 10/15/12 Last Seen: January 7 Share Posted March 16, 2024 Found a bug. If you drop the charm from your inventory then relogin the charm will still be present in your inventory Quote Link to comment Share on other sites More sharing options...
TheUse Posted July 4, 2024 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 07/01/24 Last Seen: November 5, 2024 Share Posted July 4, 2024 On 2/16/2024 at 4:16 PM, botka4aet said: Just add another check in // Parse equipment section I can edit charm to stack 10ea but effect read 1ea. plz help me how to edit multi charm to work. Quote Link to comment Share on other sites More sharing options...
Louis T Steinhil Posted December 21, 2024 Group: Members Topic Count: 37 Topics Per Day: 0.01 Content Count: 177 Reputation: 33 Joined: 06/22/13 Last Seen: March 23 Share Posted December 21, 2024 (edited) Hi anyone know how to make the charms work inside storage? Thanks in advance! Nvm i found out how. Edited January 11 by Louis T Steinhil Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.