Jump to content
  • 0
Sign in to follow this  
Critica

R> Enchanter that can enchant 1st to 4th slot

Question

Hi guys,
can anyone here do me script like that?
just a simple enchanter that can enchat through slot 1st to 4th slot
with the required orb(enchantments) and success rate like 80% to 50%

there is a script like this, the custom echanter, but the script is too complicated

for me to edit it...

 

 

so if anyone could do this, that would be great! thanks!

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0
				if( !.@card4 ){						getitem2 .@id, 1,1, .@ref, 0, .@card1, .@card2, .@card3, 4700 + .@o * 10 + .@r;						close;				}				else if( !.@card3 ){						getitem2 .@id, 1,1, .@ref, 0, .@card1, .@card2, 4700 + .@o * 10 + .@r, .@card4;						close;				}				else if( !.@card2 ){						getitem2 .@id, 1,1, .@ref, 0, .@card1, 4700 + .@o * 10 + .@r, .@card3, .@card4;											close;				}				else						getitem2 .@id, 1,1, .@ref, 0, 4700 + .@o * 10 + .@r, .@card2, .@card3, .@card4;						close;				else{					delitem2 .@id, 1,1, .@ref, 0, .@card1, .@card2, .@card3, .@card4;					specialeffect 155,0;					emotion e_an;					close;				}

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.