f0zi Posted September 26, 2013 Posted September 26, 2013 Hello everyone! I was wondering where I can find some tips for, how to make a custom enchant glows system. Such as like, S grade with normal glows and A grade with other colors glows... Someone can help me how to solve that problem ? hehe I appreciate any kind of response Quote
f0zi Posted September 26, 2013 Author Posted September 26, 2013 oh thanks and sorry for wrong section... Quote
CriticalError Posted October 2, 2013 Posted October 2, 2013 best guide ever see, check pinned topics before posting, there you have everything you need know. http://www.maxcheaters.com/forum/index.php?topic=68189.0 Quote
xdem Posted October 3, 2013 Posted October 3, 2013 (edited) Only a "real" developer can help you on that Only two servers have this feature atm L2Pride and L2Aerogaming L2Pride dread weaps, and L2Pride Rykros Weaps (I had rykros weaps on beta they start with light red color -> red when enchanted instead of light blue -> blue) Edited October 3, 2013 by xdem Quote
f0zi Posted October 3, 2013 Author Posted October 3, 2013 niceone.. i am not a real developer, just a network analist ;D Quote
f0zi Posted October 3, 2013 Author Posted October 3, 2013 well I got it ;D on enchanteffect at pcinstance i made it so: if ((wpn.getEnchantLevel() == ENCHANTLVL) && (wpn.getItemId() == ITEMID)){ return ENCHANTWHATYOUWANTTOSEE; } Quote
funnyDog Posted October 3, 2013 Posted October 3, 2013 well I got it ;D on enchanteffect at pcinstance i made it so: if ((wpn.getEnchantLevel() == ENCHANTLVL) && (wpn.getItemId() == ITEMID)){ return ENCHANTWHATYOUWANTTOSEE; } Good job Fozi. :) Quote
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.
Note: Your post will require moderator approval before it will be visible.