Jump to content
  • 0

Requesting Items Scripts for this Cards


Gidz Cross

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

Hello. I would like to ask someone make me an item script for these items. This is really not my forte. Thanks in advance guys!

 

Name: High Priest Card

Description: Adds a 5% chance of auto casting Level 4  Safety Wall  on the user when receiving Physical Damage. Reduce resistance to Dark property attacks by 15%.

Note : This card is part of the 2-Cards Max Deadly Combo restriction.  Amon Ra Card  is also part of the combo for this card.
 

Name: Lord Knight Card

Description: Enables use of Level 1  Berserk . Inflict 50% more damage with Hundred Spear  . Maximum HP - 10%.

Note : This card is part of the 2-Cards Max Deadly Combo restriction.

 

Name: High Wizard Card

Description: Enables its user to detect hidden enemies while decreasing both Atk and Matk rates. Drain 2000 SP as the headgear is unequipped.

Note : This card is part of the 2-Cards Max Deadly Combo restriction.

 

Name: Whitesmith Card

Description: Add a 0.5% chance of breaking enemy's weapon and 0.5% chance of breaking enemy's armor when attacking. Add a 5% chance of casting Level 6 Mammonite (Level 10 if the skill is already learned) on target. 4% chance of casting Level 1 Maximum Over Thrust. Makes weapon unstrippable.

Note: This card is part of the 2-Cards Max Deadly Combo restriction.


*Additional Info

I already have the 2 Max Deadly Combo Script. Except adding the Amon Ra to High Priest Card. Thanks guys!

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

High Priest Card

if(isequippedcnt(4357,4359,4361,4365,4367,4236)<1) { bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",4,50,0; bonus2 bSubEle,Ele_Dark,-15;  } 

Lord Knight Card

if(isequippedcnt(4359,4361,4363,4365,4367,4236)<1) { skill "LK_BERSERK",1; bonus bMaxHPrate,-10; bonus2 bSkillAtk,"RK_HUNDREDSPEAR",50; } 

High Wizard Card

if(isequippedcnt(4357,4359,4361,4363,4367,4236)<1) { bonus bIntravision; bonus bAtkRate,-50; bonus bmatkrate,-50;  }, }, {},{ heal 0,-2000; }

Whitesmith Card

 if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10;  bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; }  } 

Edited by BeWan
  • Upvote 1
  • MVP 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

On 1/3/2020 at 9:56 PM, BeWan said:

High Priest Card

if(isequippedcnt(4357,4359,4361,4365,4367,4236)<1) { bonus4 bAutoSpellWhenHit,"MG_SAFETYWALL",4,50,0; bonus2 bSubEle,Ele_Dark,-15;  } 

Wow thanks!

Oh wow! Thank you so much @BeWan !

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

@BeWan no need for spamming please , use 1 post to reply

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

2 minutes ago, sader1992 said:

@BeWan no need for spamming please , use 1 post to reply

sorry...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

19 minutes ago, BeWan said:

 if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) { bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10;  bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; }  } 

This is the most hardest part! WOoow! I will post my finish product after editing. I didnt copy your  if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) script. Because as you see i have another script that handles my 2 max deadly combo. Got it somewhere around year 2014. Still works though.

Edited by gidzdlcrz
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

8 minutes ago, gidzdlcrz said:

This is the most hardest part! WOoow! I will post my finish product after editing. I didnt copy your  if(isequippedcnt(4357,4359,4363,4365,4367,4236)<1) script. Because you i see i have another script that handles my 2 max deadly combo. Got it somewhere around year 2014. Still works though.

happy to help. ?

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

1 minute ago, BeWan said:

happy to help. ?

i am checking the WS Card script as of the moment. Will give you feedback. It seems the MAXIUM OVER THURST and the MAMONITE is not auto casting

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

2 minutes ago, gidzdlcrz said:

i am checking the WS Card script as of the moment. Will give you feedback. It seems the MAXIUM OVER THURST and the MAMONITE is not auto casting

you need to wait to trigger the skill or change the chance rate then.

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

1 minute ago, BeWan said:

you need to wait to trigger the skill or change the chance rate then.

Eyes getting blurry.
 

4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10;  bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; }  } ,{},{}



lets forget the 2 max deadly combo for now. My console says Invalid format (one_script colum)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.01
  • Content Count:  398
  • Reputation:   246
  • Joined:  07/04/19
  • Last Seen:  

33 minutes ago, gidzdlcrz said:

Eyes getting blurry.
 


4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10;  bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; }  } ,{},{}



lets forget the 2 max deadly combo for now. My console says Invalid format (one_script colum)

use this

4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10;  bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } },{},{}
 

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.03
  • Content Count:  640
  • Reputation:   82
  • Joined:  04/07/14
  • Last Seen:  

1 minute ago, BeWan said:

use this

4361,B_Harword_Card,MasterSmith Card,6,20,,10,,,,,,,,2,,,,,{ bonus bBreakWeaponRate,500; bonus bBreakArmorRate,500; bonus3 bAutoSpell,"WS_OVERTHRUSTMAX",1,10;  bonus3 bAutoSpell,"MC_MAMMONITE",6,50; if(getskilllv("MC_MAMMONITE")==10){ bonus3 bAutoSpell,"MC_MAMMONITE",10,50; } },{},{}
 

Yep i did this before you reply. I manage to get it working! now im inserting my 2 max deadly combo restriction. ♥

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