Jump to content
  • 0

Help Item Combo Plz?


jacky

Question


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  05/23/14
  • Last Seen:  

example

i have 3 helm , 3 arrmor , 1 wing

item id str :2265,3002

item id int : 2278,3000

item id dex: 5061,3001

how to make with combo with 1 wing please?

 

example

5089,Deviling_Wings,Deviling Wings,5,1000000,,100,,2,,1,0xFFFFFFFF,7,2,1,,0,1,1017,{ if(isequipped(3002,)==0){bonus bAllStats,7;} else{ bonus bstr,20;} },{ misceffect 500; end; },{}

 

5089,Deviling_Wings,Deviling Wings,5,1000000,,100,,2,,1,0xFFFFFFFF,7,2,1,,0,1,1017,{ if(isequipped(3000,)==0){bonus bAllStats,7;} else{ bonus bint,20;} },{ misceffect 500; end; },{}

 

5089,Deviling_Wings,Deviling Wings,5,1000000,,100,,2,,1,0xFFFFFFFF,7,2,1,,0,1,1017,{ if(isequipped(3001,)==0){bonus bAllStats,7;} else{ bonus bdex,20;} },{ misceffect 500; end; },{}
 

help thx rathena :D


2265,Dragon_Helm,Dragon Helm,5,1000000,1,100,0,4,0,3,0xFFFFFFFF,7,2,256,0,0,1,52,{ bonus bMdef,3; bonus bStr,10; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bAddRace,RC_DemiHuman,1;  },{},{}
2278,Traveler_Hat,Traveler Hat,5,20,1,100,0,4,0,3,0xFFFFFFFF,7,2,256,0,0,1,65,{ bonus bMdef,3; bonus bInt,10; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bAddRace,RC_DemiHuman,1;  },{},{}
5061,Dowry,Dowry,5,20,1,100,0,4,0,3,0xFFFFFFFF,7,2,256,0,0,1,145,{ bonus bMdef,3; bonus bAgi,10; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bAddRace,RC_DemiHuman,1;  },{},{}


or help combit with { if(isequipped(5089,)bonus str 20 ?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

use item_combo_db.txt

 

ID1:ID2,ID3,{ bonus bstr,20; }

ID1:ID2,ID3,{ bonus bint,20; }

ID1:ID2,ID3,{ bonus bdex,20; }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  51
  • Reputation:   0
  • Joined:  05/23/14
  • Last Seen:  

use item_combo_db.txt

 

ID1:ID2,ID3,{ bonus bstr,20; }

ID1:ID2,ID3,{ bonus bint,20; }

ID1:ID2,ID3,{ bonus bdex,20; }

dont have item_combo_db.txt,,,

im make new txt its will work?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  86
  • Topics Per Day:  0.02
  • Content Count:  591
  • Reputation:   146
  • Joined:  06/19/12
  • Last Seen:  

nope is in rathena sever what do you use for a emulator ?

 

 

 

edit;

 

test the

,{ bonus bMdef,5; if(isequipped(2265,3002,5089)) bonus bstr,20; },{},{}

Edited by EL Dragon
Link to comment
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.   Paste as plain text instead

  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.

×
×
  • Create New...