JagLers Posted May 25, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 11/22/19 Last Seen: August 29, 2020 Share Posted May 25, 2020 Used this Script but there is no effect upon being equipped 20307,C_Beginner_Cap,Costume Beginner Cap,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1348,{ if (BaseLevel < 100) { bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); } },{},{} Screenshot Below: Quote Link to comment Share on other sites More sharing options...
0 Newbiedev-chan Posted May 26, 2020 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 2 Joined: 01/19/16 Last Seen: March 19, 2021 Share Posted May 26, 2020 15 hours ago, JagLers said: Used this Script but there is no effect upon being equipped 20307,C_Beginner_Cap,Costume Beginner Cap,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1348,{ if (BaseLevel < 100) { bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); } },{},{} Screenshot Below: I tried your script its working fine. Try putting your script on trunk/db/import/itemdb.txt 1 Quote Link to comment Share on other sites More sharing options...
0 Start_ Posted May 26, 2020 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 950 Reputation: 180 Joined: 04/05/13 Last Seen: Wednesday at 02:57 AM Share Posted May 26, 2020 Any errors on map server? Try check re, pre-re reading and import folder for duplicate/overwriten items. 1 Quote Link to comment Share on other sites More sharing options...
0 JagLers Posted May 30, 2020 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 11/22/19 Last Seen: August 29, 2020 Author Share Posted May 30, 2020 This has been fixed than you all for your help. Quote Link to comment Share on other sites More sharing options...
Question
JagLers
Used this Script but there is no effect upon being equipped
20307,C_Beginner_Cap,Costume Beginner Cap,4,0,,0,,,,0,0xFFFFFFFF,63,2,4096,,1,1,1348,{ if (BaseLevel < 100) { bonus bHit,30-(3*(BaseLevel/10)); bonus bMaxHP,1000-(100*(BaseLevel/10)); bonus bMaxSP,200-(20*(BaseLevel/10)); bonus bVariableCastrate,-10+(BaseLevel/10); bonus bHealPower,150-(10*(BaseLevel/10)); bonus bHealPower2,10*(BaseLevel/10); bonus bAddItemHealRate,10*(BaseLevel/10); } },{},{}
Screenshot Below:

Link to comment
Share on other sites
3 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.