cadz Posted March 13, 2021 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Share Posted March 13, 2021 hi how to fix this for example my hat added description if you wear +9 weapon aspd +1? .@r = getrefine(); if (.@r>=9) { bonus bAspd,1; } Quote Link to comment Share on other sites More sharing options...
0 Hyroshima Posted March 13, 2021 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 189 Reputation: 122 Joined: 07/11/14 Last Seen: November 27, 2024 Share Posted March 13, 2021 26 minutes ago, cadz said: hi how to fix this for example my hat added description if you wear +9 weapon aspd +1? .@r = getrefine(); if (.@r>=9) { bonus bAspd,1; } is it correct but not having an effect? Have you tried to increase the quantity? Quote Link to comment Share on other sites More sharing options...
0 cadz Posted March 13, 2021 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted March 13, 2021 38 minutes ago, Hyroshima said: is it correct but not having an effect? Have you tried to increase the quantity? the script is from a headgear if he equip + 9 weapon it will trigger +1aspd but its not when i refine the headgear to + 9 it trigger the aspd, the weapon should do the trigger of aspd not the headgear. Quote Link to comment Share on other sites More sharing options...
0 Hyroshima Posted March 13, 2021 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 189 Reputation: 122 Joined: 07/11/14 Last Seen: November 27, 2024 Share Posted March 13, 2021 instead of using getrefine() you should use getequiprefinerycnt(EQI_HAND_R) Quote Link to comment Share on other sites More sharing options...
0 cadz Posted March 13, 2021 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted March 13, 2021 6 minutes ago, Hyroshima said: instead of using getrefine() you should use getequiprefinerycnt(EQI_HAND_R) thank you so much! can you send me those script guides in db so i can learn more. Quote Link to comment Share on other sites More sharing options...
0 Hyroshima Posted March 13, 2021 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 189 Reputation: 122 Joined: 07/11/14 Last Seen: November 27, 2024 Share Posted March 13, 2021 inside the doc folder there is a script_commands file, there you can use almost everything for item_db (a good part you can) Quote Link to comment Share on other sites More sharing options...
0 cadz Posted March 13, 2021 Group: Members Topic Count: 83 Topics Per Day: 0.02 Content Count: 243 Reputation: 1 Joined: 08/29/12 Last Seen: August 1, 2021 Author Share Posted March 13, 2021 40 minutes ago, Hyroshima said: inside the doc folder there is a script_commands file, there you can use almost everything for item_db (a good part you can) thank you so much Quote Link to comment Share on other sites More sharing options...
Question
cadz
hi how to fix this for example my hat added description if you wear +9 weapon aspd +1?
.@r = getrefine();
if (.@r>=9) {
bonus bAspd,1;
}
Link 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.