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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock