Jump to content
  • 0

R>Kage Hat item script


Question

Posted
Can anyone put a script on this items?
because i don't know how to script putting resistance and against.
 
1.Hokage Hat = add str+5 10% resistance to Fire property attack but take 5% more damage from Water property attack.
2.Raikage Hat = add agi+5 10% resistance to Wind property attack but take 5% more damage from Earth property attack.
3.Mizukage Hat = add int+5 10% resistance to Water property attack but take 5% more damage from Poison property attack.
4.Kazekage Hat = add dex+5 10% resistance to Poison property attack but take 5% more damage from Fire property attack.
5.Tsuchikage Hat = add vit+5 10% resistance to Earth property attack but take 5% more damage from Wind property attack.
 
I hope someone can help me...thanks in advance :)
19307,Red_Hokage_Hat,Hokage Hat,5,10,1,10,,30,,1,0xFFFFFFFF,63,2,256,,1,,1025,{},{},{}
19308,Gold_Hokage_Hat,Raikage Hat,5,10,1,10,,30,,1,0xFFFFFFFF,63,2,256,,1,,1026,{},{},{}
19309,Blue_Hokage_Hat,Mizukage Hat,5,10,1,10,,30,,1,0xFFFFFFFF,63,2,256,,1,,1027,{},{},{}
19310,Black_Hokage_Hat,Kazekage Hat,5,10,1,10,,30,,1,0xFFFFFFFF,63,2,256,,1,,1028,{},{},{}
19311,White_Hokage_Hat,Tsuchikage Hat,5,10,1,10,,30,,1,0xFFFFFFFF,63,2,256,,1,,1029,{},{},{}


 

4 answers to this question

Recommended Posts

Posted

1. bonus bStr, 5; bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Water,-5;

2. bonus bAgi,5; bonus2 bSubEle,Ele_Wind,10; bonus2 bSubEle,Ele_Earth,-5;

3. bonus bInt,5; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Poison,-5;

4. bonus bDex,5; bonus2 bSubEle,Ele_Poison,10; bonus2 bSubEle,Ele_Fire,-5;

5. bonus bVit,5; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Wind,-5;

 

 

 

little hint,  just copy and modify the effects from other items ;)

if you search at ratemyserver, the effect scripts are displayed

Posted (edited)

ohhh thanks for fast rply sir :) thanks a lot +100 for you


ohhh last one sir how about Kakashi mask = str+1 and enable plagiarism lvl 5 if possible its only by chance?

Edited by Scotch
Posted

since plagiarism is a passive skill, it not possible to activate it by chance..(as far as i know, maybe a more experienced scripter knows more ? )

But you could give the user plagiarism lv5  and make preserve autocast by chance....

 

skill "RG_PLAGIARISM",5; bonus3 bAutoSpell,"ST_PRESERVE",1,10;

 

 

the 10 behind preserve is the activation chance, just modify it.

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