Scotch Posted August 21, 2014 Posted August 21, 2014 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,{},{},{} Quote
shadowscreen Posted August 21, 2014 Posted August 21, 2014 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 Quote
Scotch Posted August 21, 2014 Author Posted August 21, 2014 (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 August 21, 2014 by Scotch Quote
shadowscreen Posted August 21, 2014 Posted August 21, 2014 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. Quote
Scotch Posted August 21, 2014 Author Posted August 21, 2014 ohhh i see thanks again for your help Quote
Question
Scotch
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.