Effects on the character

03/17/2024 21:20 tettiy#1
Hi everyone, does anyone have a tutorial for adding effects to the character? For example King title effect, PKT champion effect, after finishing apotheosis the character gains an effect I would like to add one could someone help me with this?

(old engine)

king effect example - [Only registered and activated users can see links. Click Here To Register...]

example of the effect with an animal around that I want to use -

[Only registered and activated users can see links. Click Here To Register...]
03/19/2024 05:46 hknippon#2
1027 self
03/19/2024 21:05 tettiy#3
Quote:
Originally Posted by hknippon View Post
1027 self
what did you mean? I didn't understand :confused:
04/03/2024 17:11 kentobella#4
ACTION_USER_EFFECT = 1027

Player that triggers action is attached with specified special effect. Param is "opt effect", opt supports "self", "couple", "team", "target", and effect is name of special effect.

type = 1027 , data = 0 , param = self + effect you want to use

Example: '1000000' '0000' '0000' '1027' '0' 'self gem06'
04/06/2024 01:46 zikas12#5
Quote:
Originally Posted by kentobella View Post
ACTION_USER_EFFECT = 1027

Player that triggers action is attached with specified special effect. Param is "opt effect", opt supports "self", "couple", "team", "target", and effect is name of special effect.

type = 1027 , data = 0 , param = self + effect you want to use

Example: '1000000' '0000' '0000' '1027' '0' 'self gem06'
but how do I find this effect on the client?
04/06/2024 04:00 Demonology#6
Quote:
Originally Posted by zikas12 View Post
but how do I find this effect on the client?
Go into ini/3DEffect.ini and search for EffectId0=1027 which leads to an effect called noconfirm005 which I believe you probably need to decompress your client to see the actual files but they are most likely located in c3.dnp. [Only registered and activated users can see links. Click Here To Register...] will help you get started with unpacking your client. Generally you should use the search feature because everything you need to know has been asked and answered at some point.