Jump to content
  • 0

Elemental Sword Autocast Only Lightning Bolt


Question

Posted
13414,Elemental_Sword,Elemental Sword,4,20,,1200,105,,1,3,0x000654E2,2,2,2,3,70,1,2,{ bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus bMatkRate,5; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,"MG_COLDBOLT",3,50; bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,100000000; },{},{}

My Elemental Sword only casts Lightning Bolt. 

Don't know what's wrong but i want it to autocast Firebolt, Lightning Bolt, Cold Bolt, and Earth Spike like a chain. 

For anyone who can help me. Thanks alot in advance. 

1 answer to this question

Recommended Posts

Posted (edited)
13414,Elemental_Sword,Elemental Sword,4,20,,1200,105,,1,3,0x000654E2,2,2,2,3,70,1,2,{ bonus bStr,2; bonus bInt,4; bonus bDex,1; bonus bMatkRate,5; bonus2 bAddEle,Ele_Neutral,10; bonus3 bAutoSpell,"MG_COLDBOLT",3,50; bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000; bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000; bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,100000000; },{},{}

My Elemental Sword only casts Lightning Bolt. 

Don't know what's wrong but i want it to autocast Firebolt, Lightning Bolt, Cold Bolt, and Earth Spike like a chain. 

For anyone who can help me. Thanks alot in advance. 

 

read this one

 

http://rathena.org/board/topic/64730-elemental-swords-proc-control/

 

 

13414,Elemental_Sword,Elemental Sword,4,20,,1200,105,,1,3,0x000654E2,2,2,2,3,70,1,2,{ callfunc "test" },{},{}

 

function script test {

set .@count, (getequipid(3)==13414?1:0)+(getequipid(4)==13414?1:0);

if(.@count==1) {

bonus3 bAutoSpell,"MG_COLDBOLT",3,50;

bonus4 bAutoSpellOnSkill,"MG_COLDBOLT","MG_FIREBOLT",3,1000;

bonus4 bAutoSpellOnSkill,"MG_FIREBOLT","MG_LIGHTNINGBOLT",3,10000;

bonus4 bAutoSpellOnSkill,"MG_LIGHTNINGBOLT","WZ_EARTHSPIKE",3,10000;

}

if(.@count > 0){

bonus bStr,2;

bonus bInt,4;

bonus bDex,1;

bonus bMatkRate,5;

bonus2 bAddEle,Ele_Neutral,10;

}

end;

Edited by D3vBlaze

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...