Jump to content

Question

Posted

Hello, this question refer to client and server too but mostly server.

 

I want add a new aura for heroes like keep the old but make a new effect too. 

I dont mind the effect i already searched alone and saw that env.int control the effect

HeroAuraTex=LineageEffectsTextures.Hero.Hero_Aura000_Shader00

 

the question is how i add the new effect on server part? With a fast looking i saw that 

the Charinfo.java has a line

 

writeC(_activeChar.isHero() || _activeChar.isGM() && Config.GM_HERO_AURA ? 1 : 0); // Hero Aura

that probably refer to the effect.

But how can i add new without replace the old?

 

Or what other file control it? Thanks a lot.

2 answers to this question

Recommended Posts

  • 0
Posted

you can't via UserInfo, that line is just a boolean

Yes kinda noticed like 1 hour ago, i also noticed that you cant add remove any line cause is sychronized with client

right?

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