Jump to content
  • 0
Sign in to follow this  
mrlongshen

Onequip

Question

How to make this script on equip ?

Someone

 

[if str>= 245] +10 Str,Agi,Dex +5% Atk

[if vit>= 245] +10 Vit,Dex,Luk +5% HP

[if int>= 245] +10 Int,Dex,Agi +5% matk

[if dex>= 245] +10 Dex,Luk,Agi +5% long ranged physical damage

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

 

 

OnEquipScript: <"
if(readparam(bStr)>=245) {
bonus bStr,10;
bonus bAgi,10;
bonus bDex,10;
bonus bAtkRate,5;
}
">
 
OnEquipScript: <"
if(readparam(bVit)>=245) {
bonus bVit,10;
bonus bLuk,10;
bonus bDex,10;
bonus bMaxHPrate,5;
}
">

 

OnEquipScript: <"
if(readparam(bInt)>=245) {
bonus bInt,10;
bonus bAgi,10;
bonus bDex,10;
bonus bMatkRate,5;
}
">
 
OnEquipScript: <"
if(readparam(bDex)>=245) {
bonus bDex,10;
bonus bAgi,10;
bonus bLuk,10;
bonus bLongAtkRate,5;
 
}
">
 
you can use either Script: <" "> or OnEquipScript: <" ">

 

no i want to use it on item. huhuh

the item only 1

 

here you go, test it first

 

OnEquipScript: <"
if(readparam(bStr)>=245) {
bonus bStr,10;
bonus bAgi,10;
bonus bDex,10;
bonus bAtkRate,5;
}
 
if(readparam(bVit)>=245) {
bonus bVit,10;
bonus bLuk,10;
bonus bDex,10;
bonus bMaxHPrate,5;
}
 
if(readparam(bInt)>=245) {
bonus bInt,10;
bonus bAgi,10;
bonus bDex,10;
bonus bMatkRate,5;
}
 
if(readparam(bDex)>=245) {
bonus bDex,10;
bonus bAgi,10;
bonus bLuk,10;
bonus bLongAtkRate,5;
}
">
Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0
if(readparam(bStr)>=245){ bonus bStr,10; bonus bDex,10; bonus bAgi,10; bonus2 bAddClass,Class_All,5;} },{},{}
if(readparam(bVit)>=245){ bonus bVit,10; bonus bLuk,10; bonus bDex,10; bonus bMaxHPrate,5;} },{},{}
if(readparam(bInt)>=245){ bonus bInt,10; bonus bDex,10; bonus bAgi,10; bonus bMatkRate,5;} },{},{}
if(readparam(bDex)>=245){ bonus bLuk,10; bonus bDex,10; bonus bAgi,10; bonus bLongAtkRate,5;} },{},{}

Share this post


Link to post
Share on other sites
  • 0
OnEquipScript: <"
if(readparam(bStr)>=245) {
bonus bStr,10;
bonus bAgi,10;
bonus bDex,10;
bonus bAtkRate,5;
}
">
 
OnEquipScript: <"
if(readparam(bVit)>=245) {
bonus bVit,10;
bonus bLuk,10;
bonus bDex,10;
bonus bMaxHPrate,5;
}
">

 

OnEquipScript: <"
if(readparam(bInt)>=245) {
bonus bInt,10;
bonus bAgi,10;
bonus bDex,10;
bonus bMatkRate,5;
}
">
 
OnEquipScript: <"
if(readparam(bDex)>=245) {
bonus bDex,10;
bonus bAgi,10;
bonus bLuk,10;
bonus bLongAtkRate,5;
 
}
">
 
you can use either Script: <" "> or OnEquipScript: <" ">
Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0

 

OnEquipScript: <"
if(readparam(bStr)>=245) {
bonus bStr,10;
bonus bAgi,10;
bonus bDex,10;
bonus bAtkRate,5;
}
">
 
OnEquipScript: <"
if(readparam(bVit)>=245) {
bonus bVit,10;
bonus bLuk,10;
bonus bDex,10;
bonus bMaxHPrate,5;
}
">

 

OnEquipScript: <"
if(readparam(bInt)>=245) {
bonus bInt,10;
bonus bAgi,10;
bonus bDex,10;
bonus bMatkRate,5;
}
">
 
OnEquipScript: <"
if(readparam(bDex)>=245) {
bonus bDex,10;
bonus bAgi,10;
bonus bLuk,10;
bonus bLongAtkRate,5;
 
}
">
 
you can use either Script: <" "> or OnEquipScript: <" ">

 

no i want to use it on item. huhuh

the item only 1

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.