Jump to content

[Help] Custom Enchant Color


f0zi

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

well I got it ;D

 

on enchanteffect at pcinstance i made it so:

 

  if ((wpn.getEnchantLevel() == ENCHANTLVL) && (wpn.getItemId() == ITEMID)){
    return ENCHANTWHATYOUWANTTOSEE;
  }
Link to comment
Share on other sites

 

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

Link to comment
Share on other sites

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

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