Jump to content
  • 0
IndieRO

how to duplicate some item include effect

Question

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 melv0

Share this post


Link to post
Share on other sites

7 answers to this question

Recommended Posts

  • 0

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?

Share this post


Link to post
Share on other sites
  • 0

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; ">
},
 
 

Share this post


Link to post
Share on other sites
  • 0

effect speed up working but effect display when used item didn't show up??? how to gift effect display when used it?

Share this post


Link to post
Share on other sites
  • 0

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 by True Zeal

Share this post


Link to post
Share on other sites
  • 0

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.