PapaZola Posted April 9, 2013 Posted April 9, 2013 hello guys im used eA its possible to make kaho effect combo like this if used any wing1,wing2,wing3 allstats +5 Quote
Capuche Posted April 9, 2013 Posted April 9, 2013 Isequipped Sample: 4210,Wander_Man_Card,Wanderer Card,6,20,,10,,,,,,,,4,,,,,{ if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,"RG_INTIMIDATE",1,20; if(BaseClass==Job_Thief) bonus bFlee,20; },{},{} Quote
PapaZola Posted April 9, 2013 Author Posted April 9, 2013 Isequipped Sample: 4210,Wander_Man_Card,Wanderer Card,6,20,,10,,,,,,,,4,,,,,{ if(!isequipped(4172,4257,4230,4272)) bonus3 bAutoSpell,"RG_INTIMIDATE",1,20; if(BaseClass==Job_Thief) bonus bFlee,20; },{},{} thats mean i used 4 card? or any 1 Quote
Capuche Posted April 9, 2013 Posted April 9, 2013 You can use isequipped command with any ID and search more (or less) than 4 cards. Other sample: If I equip one Aerial ( ID : 5011 ) and a rod (ID: 1601 ), I get allstat +5. 1601,Rod,Rod,4,50,,400,15:30,,1,3,0x00818315,7,2,2,1,1,1,10,{},{},{} 5011,Antenna,Aerial,5,20,,100,,3,,0,0xFFFFFFFF,7,2,256,,0,1,97,{ if ( isequipped(1601,5011) ) bonus bAllStats,5; },{},{} Quote
Emistry Posted April 10, 2013 Posted April 10, 2013 trunk/db/re/item_combo_db.txt // Item Combos Database // // Structure of Database: // ID:ID:ID:ID,{ Script } Quote
Question
PapaZola
hello guys
im used eA
its possible to make kaho effect combo like this
if used any wing1,wing2,wing3 allstats +5
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.