IndieRO 33 Posted April 19, 2016 (edited) please tell me how to duplicate some item. exmple i want to duplicate speed potion but when i duplicated and used effect speed potion didn't show up tell me how edit my duplicate item to have same effect like speed potion this original speed pot have effect when use it https://www.dropbox.com/s/8g59wk0c48yymeh/screenHercules003.jpg?dl=0 and this when i used my duplicate item https://www.dropbox.com/s/l4xrgpys9vk7nci/screenHercules004.jpg?dl=0 sorry bad english Edited April 19, 2016 by melv0 Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted April 19, 2016 Do you mean you are trying to make an item with that same effect, but it's on a different ID/possibly name? What is the item info in item_db.conf? Quote Share this post Link to post Share on other sites
0 IndieRO 33 Posted April 19, 2016 Do you mean you are trying to make an item with that same effect, but it's on a different ID/possibly name? What is the item info in item_db.conf? Yes, I mean that but the new item I made didnt show the same effect display and function when used, even I copy the script of speed potion. As we know that the original speed potion gives the character walk speed and it show wings animation. Can you help me to solve this problem? Thanks in advance this original script { Id: 12016 AegisName: "Speed_Up_Potion" Name: "Speed Potion" Type: 2 Buy: 2 Weight: 100 BuyingStore: true Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, and this my duplicate item { Id: 8893 AegisName: "Speed_Up_Potion" Name: "Valk Speed Potion" Type: 2 Buy: 2 Weight: 100 BuyingStore: true Script: <" sc_start SC_MOVHASTE_INFINITY,5000,0; "> }, Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted April 19, 2016 Have you tried using SC_MOVHASTE_POTION Quote Share this post Link to post Share on other sites
0 IndieRO 33 Posted April 19, 2016 Have you tried using SC_MOVHASTE_POTION Not yet, Ok I will try it. Thanks Quote Share this post Link to post Share on other sites
0 IndieRO 33 Posted April 20, 2016 effect speed up working but effect display when used item didn't show up??? how to gift effect display when used it? Quote Share this post Link to post Share on other sites
0 bWolfie 138 Posted April 20, 2016 (edited) Try using this effect. Not sure if it's the right one, I don't know which effect speed potion uses. skilleffect EF_HASTEUP,0; If that's not it, you'll have to search through the 1k effects for the one you're looking for. Sorry I can't be of help. https://github.com/HerculesWS/Hercules/blob/master/doc/constants.md Edited April 20, 2016 by True Zeal Quote Share this post Link to post Share on other sites
0 IndieRO 33 Posted April 20, 2016 Try using this effect. Not sure if it's the right one, I don't know which effect speed potion uses. skilleffect EF_HASTEUP,0; If that's not it, you'll have to search through the 1k effects for the one you're looking for. Sorry I can't be of help. https://github.com/HerculesWS/Hercules/blob/master/doc/constants.md work but wrong effect display, when i used it effect display Two handed quick not effect display speed potion btw thx for your info Quote Share this post Link to post Share on other sites
please tell me how to duplicate some item.
exmple
i want to duplicate speed potion but when i duplicated and used effect speed potion didn't show up
tell me how edit my duplicate item to have same effect like speed potion
this original speed pot have effect when use it
https://www.dropbox.com/s/8g59wk0c48yymeh/screenHercules003.jpg?dl=0
and this when i used my duplicate item
https://www.dropbox.com/s/l4xrgpys9vk7nci/screenHercules004.jpg?dl=0
sorry bad english
Edited by melv0Share this post
Link to post
Share on other sites