Jump to content
  • 0

Looking for Green colored-text Armor w/Enchant (+3)


OscarScorp

Question


  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

Hello everyome

 

I once played in a server whereas when the player enchants their armor with Apprentice Craftsman NPC, the armor name (text) will now be green, making it easy for player to identify enchanted armors and non-enchanted armors.

 

In my server, using rAthena does not happen when I attempt the enchant, I would like to know if it's possible to make this happen.

 

8029188bf5c4167482b492c66ef51eb3.png

 

Any help will be appreciated :)

Thanks in advance.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   596
  • Joined:  11/25/11
  • Last Seen:  

It's simple, if you're used to cardprefixnametable.txt (located into data.grf, client-side).
Get the file and, at it's end, add the lines:

4700#[STR + 01]#
4701#[STR + 02]#
4702#[STR + 03]#
4703#[STR + 04]#
4704#[STR + 05]#
4705#[STR + 06]#
4706#[STR + 07]#
4707#[STR + 08]#
4708#[STR + 09]#
4709#[STR + 10]#
4710#[INT + 01]#
4711#[INT + 02]#
4712#[INT + 03]#
4713#[INT + 04]#
4714#[INT + 05]#
4715#[INT + 06]#
4716#[INT + 07]#
4717#[INT + 08]#
4718#[INT + 09]#
4719#[INT + 10]#
4720#[DEX + 01]#
4721#[DEX + 02]#
4722#[DEX + 03]#
4723#[DEX + 04]#
4724#[DEX + 05]#
4725#[DEX + 06]#
4726#[DEX + 07]#
4727#[DEX + 08]#
4728#[DEX + 09]#
4729#[DEX + 10]#
4730#[AGI + 01]#
4731#[AGI + 02]#
4732#[AGI + 03]#
4733#[AGI + 04]#
4734#[AGI + 05]#
4735#[AGI + 06]#
4736#[AGI + 07]#
4737#[AGI + 08]#
4738#[AGI + 09]#
4739#[AGI + 10]#
4740#[VIT + 01]#
4741#[VIT + 02]#
4742#[VIT + 03]#
4743#[VIT + 04]#
4744#[VIT + 05]#
4745#[VIT + 06]#
4746#[VIT + 07]#
4747#[VIT + 08]#
4748#[VIT + 09]#
4749#[VIT + 10]#
4750#[LUK + 01]#
4751#[LUK + 02]#
4752#[LUK + 03]#
4753#[LUK + 04]#
4754#[LUK + 05]#
4755#[LUK + 06]#
4756#[LUK + 07]#
4757#[LUK + 08]#
4758#[LUK + 09]#
4759#[LUK + 10]#

The names may turn Green because usually, Runes doesn't cast Prefix names.
And, if I recall correctly, it needs to be in langtype 0 or 1.

Edited by Haziel
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

Thanks @Haziel, will test and reply here if it worked or have any other questions :)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  62
  • Topics Per Day:  0.02
  • Content Count:  217
  • Reputation:   16
  • Joined:  01/28/15
  • Last Seen:  

Sorry for late reply heh, 

It works like a charm :)

Had previous visual issues when mixing cardprefix/post files with the grf but once I got a new clean grf with that file it worked.

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.

Guest
Answer this question...

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