Jump to content
  • 0
Sign in to follow this  
ZelosAvalon

Custom Item Script ( Combo set with Skill effect)

Question

how i can configure for a combo set give a effect from a player when he use the set ?

 

for example: when use combo items ID:2357+2421+2524+8031 you will got skilleffect 375 on u char.

 

In the old emulators command was:

 

if(isequipped(2357,2421,2524,8031)) {skilleffect 375,0;}

 

but now i dont know how i can configure this!

 

any1 can help me ?

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

The item combos have been moved to another file so that you don't have to place that comparison envery time you want to make a combo. New combo files are in item_combo_db.txt on their respective folders:

 

db/pre-re/item_combo_db.txt for pre-renewal servers;

db/re/item_combo_db.txt for renewal servers.

 

Hope it helps you, I see it's better than the former method. However, you can still use it on your custom combos if you want.

 

P.S.: Moving topic to General server support~.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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