Jump to content
  • 0

Item Script


Lloydie

Question


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  07/12/13
  • Last Seen:  

Can you help me script the effect of this . thankyou :)

 

All Stats +2. Resist Demi-Human attacks by 10%. Adds 10% resist to Wind Property.

Cannot be stone cursed.

^0000FF[Hunter Class]^000000

Grants 10% more damage on ranged attacks.

Gives extra 8% resistance against Demi-Humans.

^0000FF[Mage Base Class & Alchemist Class]^000000

Intellect side gives 5% Matk while sacrificing 5% of your Def.

^0000FF[Priest Class]^000000

Gives +20% more healing power.

Class : ^777777Headgear^000000

Defense : ^77777710^000000

Location : ^777777Upper^000000

Weight : ^777777100^000000

Applicable Job : ^777777Every Job^000000

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

try this

{ bonus bAllStats,2; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bResEff,Eff_Stone,10000; if( BaseJob==Job_Hunter ) { bonus bLongAtkRate,10;  bonus bLongAtkRate,10; bonus2 bSubRace,RC_DemiHuman,8; }; if(BaseClass==Job_Mage||BaseJob==Job_Alchemist) bonus bMatkRate,5; bonus bDefRate,-5; if(BaseJob==Job_Priest) bonus bHealPower,20; },{},{} 
  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  07/12/13
  • Last Seen:  

 

try this

{ bonus bAllStats,2; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bSubEle,Ele_Wind,10; bonus2 bResEff,Eff_Stone,10000; if( BaseJob==Job_Hunter ) { bonus bLongAtkRate,10;  bonus bLongAtkRate,10; bonus2 bSubRace,RC_DemiHuman,8; }; if(BaseClass==Job_Mage||BaseJob==Job_Alchemist) bonus bMatkRate,5; bonus bDefRate,-5; if(BaseJob==Job_Priest) bonus bHealPower,20; },{},{} 

okey sir thanks

thanks you very much sir  /no1  /no1

can you help me again? thanks
 
A head accessory which is named after Valkyrie Reginleif.
If someone wear this, they can get the bless of god.
Additional damage to Holy monster by 5% including emperiums. 
AGI+5 DEX+5 VIT+5 SP+100
Increase 1% damage to demihuman.
Increase resistance against ^0000FFWater^000000, ^FF0000Fire^000000, ^777777Undead, Ghost^000000 Property by 5%.
Upgradable
Class :^777777 Headgear^000000
Defense :^777777 1^000000
Equipped on :^777777 Mid^000000
Weight :^777777 80^000000
Required Level :^777777 50^000000
Applicable Job :^777777 Every Job^000000
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

Here

{ bonus2 bAddEle,Ele_Holy,5; bonus bAgi,5; bonus bDex,5; bonus bVit,5; bonus bMaxSP,100; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Undead,5; bonus2 bSubEle,Ele_Ghost,5; },{},{}
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  78
  • Reputation:   12
  • Joined:  05/08/16
  • Last Seen:  

better learn how to make it by yourself we can help you but, if you learn how to do it you are free to make all that you want, here you can find all the bonus, is in your rathena too in the doc fold, if you have some doubt with that we can help you but firs try, get some errors, check it again and again and then if dont work we will help you :D

https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

Edited by Darknessfmy
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  07/12/13
  • Last Seen:  

 

Here

{ bonus2 bAddEle,Ele_Holy,5; bonus bAgi,5; bonus bDex,5; bonus bVit,5; bonus bMaxSP,100; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Undead,5; bonus2 bSubEle,Ele_Ghost,5; },{},{}

thanks you sir

better learn how to make it by yourself we can help you but, if you learn how to do it you are free to make all that you want, here you can find all the bonus, is in your rathena too in the doc fold, if you have some doubt with that we can help you but firs try, get some errors, check it again and again and then if dont work we will help you :D

https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

thanks to the advice I try to make my own script  /no1

I tried to make the script I think its not working what is wrong here 

+3allstats +3% damage to demi -3% damage to demi reduce cast time 10% reduce skill delay 10% -20% damage to demi-human when equipped by archer and Gunslinger

{ bonus bAllStats,3; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bSubRace,RC_DemiHuman,3; bonus bDelayRate,-10; if(BaseClass == Job_Archer||(Class == Job_Gunslinger) bonus2 bSubRace,RC_DemiHuman,20; },{},{}

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

 

 

Here

{ bonus2 bAddEle,Ele_Holy,5; bonus bAgi,5; bonus bDex,5; bonus bVit,5; bonus bMaxSP,100; bonus2 bAddRace,RC_DemiHuman,1; bonus2 bSubEle,Ele_Water,5; bonus2 bSubEle,Ele_Fire,5; bonus2 bSubEle,Ele_Undead,5; bonus2 bSubEle,Ele_Ghost,5; },{},{}

thanks you sir

better learn how to make it by yourself we can help you but, if you learn how to do it you are free to make all that you want, here you can find all the bonus, is in your rathena too in the doc fold, if you have some doubt with that we can help you but firs try, get some errors, check it again and again and then if dont work we will help you :D

https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt

thanks to the advice I try to make my own script  /no1

I tried to make the script I think its not working what is wrong here 

+3allstats +3% damage to demi -3% damage to demi reduce cast time 10% reduce skill delay 10% -20% damage to demi-human when equipped by archer and Gunslinger

{ bonus bAllStats,3; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bSubRace,RC_DemiHuman,3; bonus bDelayRate,-10; if(BaseClass == Job_Archer||(Class == Job_Gunslinger) bonus2 bSubRace,RC_DemiHuman,20; },{},{}

 

haha i think a lot of mistake there...i suggest you to refer script on rms...there are lot of example you can learn/copy...

 

okey back to your problem...that script if(BaseClass....blablabla) is wrong...you can compare it with the script i had give you before....and i wonder what exactly you want from damage to demi??+3% to demi and -3% to demi? nvm i will just put it and you edit there only if you gonna change it...

{ bonus bAllstat,3; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bAddRace,RC_DemiHuman,-3; bonus bCastrate,-10; bonus bDelayRate,-10; if( BaseClass==Job_Archer||BaseClass==Job_Gunslinger ) { bonus2 bAddRace,RC_DemiHuman,-20; }; },{},{}
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  7
  • Reputation:   0
  • Joined:  07/12/13
  • Last Seen:  

DrtNmXY.png

 

thank you very much for helping me :)

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