Custom Item Script ( Combo set with Skill effect)

ZelosAvalon

New member
Messages
218
Points
0
Age
34
Emulator
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 ?

 
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~.

 
Back
Top