icaro Posted April 7, 2020 Posted April 7, 2020 Hello guys It is possible to add more auras like tvt and champions. Client has red and blue, I want to add more colors. It's possible?
NevesOma Posted April 7, 2020 Posted April 7, 2020 6 hours ago, icaro said: Hello guys It is possible to add more auras like tvt and champions. Client has red and blue, I want to add more colors. It's possible? Client part + server part. On the client side need to change colors and make new scripts. On the server side need to use a new method and invoke new effects ( those who know Java ). By analogy it was implemented on a Scryde and some projects. But there is no way to do without the server part. 1
Frank Posted April 8, 2020 Posted April 8, 2020 Can you show an example of what auras you're talking about? Like a picture or something?
Frank Posted April 8, 2020 Posted April 8, 2020 I see. Well as a first step you need to find the current effect's script in client, then modify its colors. Let us know when you find the script, maybe I can help you out changing the color.
NevesOma Posted April 8, 2020 Posted April 8, 2020 (edited) 6 hours ago, Frank said: I see. Well as a first step you need to find the current effect's script in client, then modify its colors. Let us know when you find the script, maybe I can help you out changing the color. He needs new effects ... so that there are 4, and not just repaint the existing ones. And so that it still works on the server side too. Edited April 8, 2020 by NevesOma
Frank Posted April 9, 2020 Posted April 9, 2020 On 4/8/2020 at 10:00 PM, NevesOma said: He needs new effects ... so that there are 4, and not just repaint the existing ones. And so that it still works on the server side too. Yeah but in order to make new ones he must find the current ones' scripts and make the new based on the old ones.
NevesOma Posted April 9, 2020 Posted April 9, 2020 2 hours ago, Frank said: Yeah but in order to make new ones he must find the current ones' scripts and make the new based on the old ones. Yes, but it makes no sense without further use with the server side. He is not going to use this for the NPC. From the client’s side, color changes are not so difficult.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now