Auryn Posted August 29, 2012 Posted August 29, 2012 (edited) I was asking myself which are the potion related effects in const.txt ? Like concentration, awakening, berserk potion ? Edited August 29, 2012 by Auryn Quote
Emistry Posted August 30, 2012 Posted August 30, 2012 https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/re/item_db.txt //ASPD in RE they give a fixed +4/+6/+9 ASPD 645,Center_Potion,Concentration Potion,2,800,,100,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_ASPDPOTION0,1800000,4; },{},{} 656,Awakening_Potion,Awakening Potion,2,1500,,150,,,,,0xFFF7FEEF,7,2,,,40,,,{ sc_start SC_ASPDPOTION1,1800000,6; },{},{} 657,Berserk_Potion,Berserk Potion,2,3000,,200,,,,,0x01E646A6,7,2,,,85,,,{ sc_start SC_ASPDPOTION2,1800000,9; },{},{} https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/db/const.txt SC_ASPDPOTION0 55 SC_ASPDPOTION1 56 SC_ASPDPOTION2 57 SC_ASPDPOTION3 58 Quote
Auryn Posted September 8, 2012 Author Posted September 8, 2012 Thanks Emistry, I found it on the minut I made this post. Have to search a bit self before posting ... eh @_@. Quote
Question
Auryn
I was asking myself which are the potion related effects in const.txt ?
Like concentration, awakening, berserk potion ?
Edited by Auryn2 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.