mrlongshen 22 Posted November 28, 2013 I want to request when user leveling up, there will automatic buffer. The buffer is, heal, Increase Agility, Blessing, Magnificat, the double of base and job exp. For example, user is level 1, when its up to level 2, its will automatic buffer based on the above statements. Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted November 28, 2013 You can do that by using the following (self-explanatory) labels inside of an NPC: OnPCBaseLvUpEvent:OnPCJobLvUpEvent: Then put inside whatever status you want to give to the user. Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted November 29, 2013 For the available buffs, kindly look at const.txt OnPCBaseLvUpEvent: specialeffect2 EF_BLESSING; sc_start SC_BLESSING,60000,10; specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,60000,10; specialeffect2 EF_IMPOSITIO; sc_start SC_IMPOSITIO,60000,10; specialeffect2 EF_MAGNIFICAT; sc_start SC_MAGNIFICAT,60000,10; specialeffect2 EF_GLORIA; sc_start SC_GLORIA,60000,10; specialeffect2 EF_SUFFRAGIUM; sc_start SC_SUFFRAGIUM,60000,10; specialeffect2 EF_ASSUMPTIO; sc_start SC_ASSUMPTIO,60000,10;end; Quote Share this post Link to post Share on other sites
0 mrlongshen 22 Posted November 29, 2013 (edited) For the available buffs, kindly look at const.txt OnPCBaseLvUpEvent: specialeffect2 EF_BLESSING; sc_start SC_BLESSING,60000,10; specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,60000,10; specialeffect2 EF_IMPOSITIO; sc_start SC_IMPOSITIO,60000,10; specialeffect2 EF_MAGNIFICAT; sc_start SC_MAGNIFICAT,60000,10; specialeffect2 EF_GLORIA; sc_start SC_GLORIA,60000,10; specialeffect2 EF_SUFFRAGIUM; sc_start SC_SUFFRAGIUM,60000,10; specialeffect2 EF_ASSUMPTIO; sc_start SC_ASSUMPTIO,60000,10;end; @seventh. thanks alot.. which one on the constant.txt is get more exp on base and job ? i have load this script. when leveling up nothing happen. Edited November 29, 2013 by mrlongshen Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted November 29, 2013 try this SC_CASH_PLUSEXPSC_CASH_PLUSONLYJOBEXP Quote Share this post Link to post Share on other sites
I want to request when user leveling up, there will automatic buffer.
The buffer is, heal, Increase Agility, Blessing, Magnificat, the double of base and job exp.
For example, user is level 1, when its up to level 2, its will automatic buffer based on the above statements.
Share this post
Link to post
Share on other sites