kalabasa Posted April 3, 2021 Posted April 3, 2021 skill "AL_DECAGI",1+getrefine(); but the skill exceeds to level 11 supposed to be level 10 only, can someone correct it for me Quote
0 Chaos92 Posted April 3, 2021 Posted April 3, 2021 58 minutes ago, kalabasa said: skill "AL_DECAGI",1+getrefine(); but the skill exceeds to level 11 supposed to be level 10 only, can someone correct it for me @r = getrefine(); if(.@r>9) {skill "AL_DECAGI",10; } Do you mean like this ? 1 Quote
0 kalabasa Posted April 3, 2021 Author Posted April 3, 2021 i just tried atm i think its not working there no decrease agi appearing i want is for every refine level of weapon you would get level 1 decrease agi Quote
1 Scylla Posted April 3, 2021 Posted April 3, 2021 1 hour ago, kalabasa said: skill "AL_DECAGI",1+getrefine(); but the skill exceeds to level 11 supposed to be level 10 only, can someone correct it for me You just remove that 1 So should be: skill "AL_DECAGI",getrefine(); 1 Quote
Question
kalabasa
skill "AL_DECAGI",1+getrefine();
but the skill exceeds to level 11
supposed to be level 10 only, can someone correct it for me
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.