as a tittle how to make +30 automatically the items after you open from box? any guide please .. thnx and advance
as a tittle how to make +30 automatically the items after you open from box? any guide please .. thnx and advance
put item that already +30 in that box
but i havent +30 items in my itemstrtable .. can you give me how to do sir please :) cos i want to set all items +30 and already put in a box for easily processing
open itemeditor>choose the item you want>go to 2nd page>you'll find ATTACK and DEFENSE , set the defense from 0 to 30 or you can easily configure it in glogicserver.rcc you must set the corresponding .bin into +30
this is the code for +30 armors
//BLAZEDEX DEVELOPMENT
//3 OPTIONS DONATE ITEM
//ARMORS
fRATE 100.0f
//
dwSET_NUM 3
//
D_point 20.0f
//
S_value 2.0f
//
//OPTION 1: DEF PRACTICE
NEW_OPTION_1 100.0f, 13, 1
NEW_OPT_SE_1_1 100.0f, 30, 30
//
//OPTION 2: HP VALUE
//
NEW_OPTION_2 100.0f, 5, 1
NEW_OPT_SE_2_1 100.0f, 100, 100
//
//OPTION 3 : RANDOM VALUE GRADE
//
NEW_OPTION_3 100.0f, 2, 2
NEW_OPT_SE_3_1 100.0f, 40, 40
//
//OPTION 1: DEF PRACTICE
REB_OPTION_1 100.0f, 13, 1
REB_OPT_SE_1_1 100.0f, 30, 30
//
//OPTION 2: HP VALUE
//
REB_OPTION_2 100.0f, 5, 1
REB_OPT_SE_2_1 100.0f, 100, 100
//
//OPTION 3 : RANDOM VALUE GRADE
//
REB_OPTION_3 100.0f, 2, 2
REB_OPT_SE_3_1 100.0f, 40, 40
//
//
//
//
//
code for +30 weapon
save it yourfilename.bin then put it in glogicserver.rcc and go to your itemeditor>choose the item you want to become +30 when you open it via box>type in the RANDOM OPTION the yourfilename.bin//BLAZEDEX DEVELOPMENT
//3 OPTIONS DONATE ITEM
//ARMORS
fRATE 100.0f
//
dwSET_NUM 3
//
D_point 20.0f
//
S_value 2.0f
//OPTIONS
NEW_OPTION_1 100.0f, 1, 1
NEW_OPT_SE_1_1 100.0f, 40, 40
//
NEW_OPTION_2 100.0f, 12, 1
NEW_OPT_SE_2_1 100.0f, 30, 30
//
NEW_OPTION_3 100.0f, 5, 1
NEW_OPT_SE_3_1 100.0f, 100, 100
//
NEW_OPTION_4 100.0f, 3, 1
NEW_OPT_SE_4_1 100.0f, 40, 40
//
REB_OPTION_1 100.0f, 1, 1
REB_OPT_SE_1_1 100.0f, 40, 40
//
REB_OPTION_2 100.0f, 12, 1
REB_OPT_SE_2_1 100.0f, 30, 30
//
REB_OPTION_3 100.0f, 5, 1
REB_OPT_SE_3_1 100.0f, 100, 100
//
REB_OPTION_4 100.0f, 3, 1
REB_OPT_SE_4_1 100.0f, 40, 40
//
//
//
//
understand?
hold on im reading and learning on it .. sorry im newbie hehe ^_^
Try to check you game.exe. Correct me if im wrong. i've experienced that and when i replace the game.exe i works