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

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...