Quesooo Posted September 3, 2017 Group: Members Topic Count: 197 Topics Per Day: 0.07 Content Count: 883 Reputation: 28 Joined: 02/13/17 Last Seen: November 10, 2022 Share Posted September 3, 2017 (edited) why does this item effects not working? also dont have script inside item_db Edited September 3, 2017 by Quesooo Quote Link to comment Share on other sites More sharing options...
1 Cyro Posted September 3, 2017 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 1138 Reputation: 290 Joined: 04/29/13 Last Seen: July 20, 2024 Share Posted September 3, 2017 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); } 2 Quote Link to comment Share on other sites More sharing options...
1 Kakaroto Posted September 3, 2017 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 13 hours ago Share Posted September 3, 2017 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); } },{},{} Use this script. 2 Quote Link to comment Share on other sites More sharing options...
1 Motoharo Posted June 6, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 14 Reputation: 1 Joined: 05/18/19 Last Seen: 19 hours ago Share Posted June 6, 2019 (edited) Were you able to make the effects work? Does not work here. It worked on Hercules Quote 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); } },{},{} Edit: ID was duplicate in item_db. I erased one and the effect started again. Edited June 6, 2019 by Motoharo Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted September 3, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Saturday at 02:41 PM Share Posted September 3, 2017 No Script = No Effect :)) Quote Link to comment Share on other sites More sharing options...
0 BugSICK Posted September 6, 2018 Group: Members Topic Count: 34 Topics Per Day: 0.01 Content Count: 87 Reputation: 1 Joined: 01/18/18 Last Seen: June 6, 2022 Share Posted September 6, 2018 hi sorry for the necro rather to create new one. about the script its still not working even i change it in item_db.txt and restart server. and still not working no effect. any one? Quote Link to comment Share on other sites More sharing options...
0 PsyOps Posted April 20, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 150 Reputation: 12 Joined: 12/03/18 Last Seen: 15 hours ago Share Posted April 20, 2019 https://pastebin.com/KfK8QPmW Quote Link to comment Share on other sites More sharing options...
Question
Quesooo
why does this item effects not working?
also dont have script inside item_db
Edited by QuesoooLink to comment
Share on other sites
6 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.