Jump to content
  • 0

@auraset and NPC


Kawacito

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  04/16/21
  • Last Seen:  

Hello good! I tell you that I have 6 auras (aura_float) that I would like to add to my server, the problem is that I don't know how to add the 6 auras together and then through an NPC that gives me the option to use any of these 6 previously added auras. Help.

Link to comment
Share on other sites

18 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  168
  • Reputation:   85
  • Joined:  04/10/12
  • Last Seen:  

What have you tried so far ?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   37
  • Joined:  05/08/12
  • Last Seen:  

22 hours ago, Kawacito said:

Hello good! I tell you that I have 6 auras (aura_float) that I would like to add to my server, the problem is that I don't know how to add the 6 auras together and then through an NPC that gives me the option to use any of these 6 previously added auras. Help.

Create as HatEffect: (Exemple)

7iVcyKm.jpg

 

Edited by khyle650
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  04/16/21
  • Last Seen:  

Just now, khyle650 said:

Crear como HatEffect : (Ejemplo)

7iVcyKm.jpg

 

ok, i'll try

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  04/16/21
  • Last Seen:  

I was able to achieve the Hat Effect, but the files I have to add are .tga and I think that for that reason it does not allow me to add it as a Hat Effect, look for guides and add my own Hat Effect but it does not work and I think it is because of the format already that in Hat Effect .str is used, any suggestions to be able to implement my 6 auras?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   37
  • Joined:  05/08/12
  • Last Seen:  

1 hour ago, Kawacito said:

I was able to achieve the Hat Effect, but the files I have to add are .tga and I think that for that reason it does not allow me to add it as a Hat Effect, look for guides and add my own Hat Effect but it does not work and I think it is because of the format already that in Hat Effect .str is used, any suggestions to be able to implement my 6 auras?

Use STR Editor and add image in .bmp or .tga. This example is Aura Compilation

screenr-Athena002.jpg

Data(ExampleAura).7z

Edited by khyle650
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  04/16/21
  • Last Seen:  

Do you happen to have the link to the program?
 

I'll try to do what I can and see how it turns out

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   37
  • Joined:  05/08/12
  • Last Seen:  

2 minutes ago, Kawacito said:

Do you happen to have the link to the program?
 

I'll try to do what I can and see how it turns out

STR Editor

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  04/16/21
  • Last Seen:  

On 3/2/2023 at 9:45 AM, khyle650 said:

I try to create my own aura since I can't open a .tga file with that program

solved, thank you very much for helping me! 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

7 minutes ago, Kawacito said:

 

solved, thank you very much for helping me! 

can you share to me how you do that

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   37
  • Joined:  05/08/12
  • Last Seen:  

1 hour ago, hendra814 said:

can you share to me how you do that

Use this Guide for add new Hateffects and my example aura.

In rathena/src/map/Script.hpp change:

EF_MAX for EF_MAX = 9999

HAT_EF_MAX for HAT_EF_MAX = 9999

and compile you server.

Edited by khyle650
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

Just now, khyle650 said:

Use this Guide for add new Hateffects and my example aura.

In rathena/src/map/Script.hpp change:

EF_MAX for EF_MAX = 9999

HAT_EF_MAX for HAT_EF_MAX = 9999

and compile you server.

Thanks you so much for this.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.01
  • Content Count:  33
  • Reputation:   2
  • Joined:  04/16/21
  • Last Seen:  

21 hours ago, hendra814 said:

Muchas gracias por esto.

 

I didn't do anything like that, just add in the folder Texture/effect/customeffect the effect with .str with the corresponding images in .bmp format and then in the file luafiles512/hateeffectinfo/hateeffectinfo.lub add the following lines:


HAT_EF_nameeffect = 124,


hatEffectTable = {
    [HatEFID.HAT_EF_nameeffect] = {
        resourceFileName = "customeffect\\nameeffect.str",
        hatEffectPos = 0,
        hatEffectPosX = 0,
        isRenderBeforeCharacter = true,
        isIgnoreRiding = true
    },

  • Upvote 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

1 hour ago, Kawacito said:

 

I didn't do anything like that, just add in the folder Texture/effect/customeffect the effect with .str with the corresponding images in .bmp format and then in the file luafiles512/hateeffectinfo/hateeffectinfo.lub add the following lines:


HAT_EF_nameeffect = 124,


hatEffectTable = {
    [HatEFID.HAT_EF_nameeffect] = {
        resourceFileName = "customeffect\\nameeffect.str",
        hatEffectPos = 0,
        hatEffectPosX = 0,
        isRenderBeforeCharacter = true,
        isIgnoreRiding = true
    },

thanks for the information, i will try it and inform it latter.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.03
  • Content Count:  154
  • Reputation:   0
  • Joined:  01/03/20
  • Last Seen:  

On 3/3/2023 at 12:52 PM, hendra814 said:

thanks for the information, i will try it and inform it latter.

Sir have you make this work perfectly? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

15 hours ago, alexander03 said:

Sir have you make this work perfectly? 

yes it'w working complete guide at this link click

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.03
  • Content Count:  154
  • Reputation:   0
  • Joined:  01/03/20
  • Last Seen:  

2 hours ago, hendra814 said:

yes it'w working complete guide at this link click

Are you using renewal client with patch enable custom aura limit or sprite? 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1187
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

7 hours ago, alexander03 said:

Are you using renewal client with patch enable custom aura limit or sprite? 

yes i'm using renewal, but i'm not enable custom aura limit or sprite.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.03
  • Content Count:  154
  • Reputation:   0
  • Joined:  01/03/20
  • Last Seen:  

27 minutes ago, hendra814 said:

yes i'm using renewal, but i'm not enable custom aura limit or sprite.

Ahhh ok its just because only just hateffect, i try this guide paste the file and then it work but the number that on the hateffect.lub its not in order when i put hateffect on equipment its show an aura but not the aura that i put in my custom equipment that i put on

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