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? Quote
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 Quote
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? Quote
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. Quote
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 Quote
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. Quote
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. Quote
Recommended Posts
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.