Jump to content

Recommended Posts

Posted
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

Posted (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 by xdem
Posted

well I got it ;D

 

on enchanteffect at pcinstance i made it so:

 

  if ((wpn.getEnchantLevel() == ENCHANTLVL) && (wpn.getItemId() == ITEMID)){
    return ENCHANTWHATYOUWANTTOSEE;
  }
Posted

 

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. :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..