Jump to content
  • 0
Echoes

Item effect linked to Sprite?

Question

Hello.

Today I was wondering, is there a way to make an item (costume effect) that when wearing it (like tuxedo/wedding dress used to work) it makes change the sprite to the character?
For example: me, as a Priest, have a Novice Clothes Costume in my inventory, and when I wear it, I will change clothes to look as a Novice, but just the Sprite, my job will be still Priest, with my skills and everything but sprite touched.

 

Thank you in advance :D 

Share this post


Link to post
Share on other sites

9 answers to this question

Recommended Posts

  • 0
3 hours ago, Asheraf said:

Awesome!
The Job specified must be in the job_db.txt right?

If the player log off and on with the Costume equiped, the effect will remain, or he/she will have to re-equip it?

 

EDIT

Well, I guess I know those answers, will mark the thread as answered for now :) 

Edited by Echoes
Rethinking...

Share this post


Link to post
Share on other sites
  • 0

And if the sprite is not related directly with the job, like the new costumes for 3rd, how to wear them ?

Share this post


Link to post
Share on other sites
  • 0
19 hours ago, Echoes said:

Hello.

Today I was wondering, is there a way to make an item (costume effect) that when wearing it (like tuxedo/wedding dress used to work) it makes change the sprite to the character?
For example: me, as a Priest, have a Novice Clothes Costume in my inventory, and when I wear it, I will change clothes to look as a Novice, but just the Sprite, my job will be still Priest, with my skills and everything but sprite touched.

 

Thank you in advance :D 

Hello Echoes

Could you do the item with this function? (Change the sprite)
I'm trying to do it too but I could not.

Share this post


Link to post
Share on other sites
  • 0
5 hours ago, Tio Akima said:

Hello Echoes

Could you do the item with this function? (Change the sprite)
I'm trying to do it too but I could not.

Yes, I was able to change sprites, but with this, it changes the Job also, with the skills and stuff, thing I don't want :c

@Asheraf I write the exact script, but it does change the Job and skills.. (used 'changebase(Job_Whitesmith)')

 

So, this post is open again.

 

EDIT:

I investigated some more, and by doing changebase(Job_), the skills are supposed to appear, but this is a detail I don't want to happen :(, is there another way?

Edited by Echoes

Share this post


Link to post
Share on other sites
  • 0
1 hour ago, Quazi said:


something like this??.. 
{
    Id: 25000
    AegisName: "Baby Arch Bishop Suit"
    Name: "Baby Arch Bishop Suit"
    Type: 5
    Buy: 30000
    Weight: 100
    Slots: 1
    Job: 0x00000100
    Upper: 63
    Loc: 136
    Refine: false
    OnEquipScript: <" changebase 4099; ">
    OnUnequipScript: <" changebase Class; ">
},

My problem with 'changebase()' is that when applied, the skills for the job sprite also appear in the skill tree, thing I don't want, or would avoid to happen.

But yeah, something like that.

Share this post


Link to post
Share on other sites
  • 0

anyone solved ?? 

stuck with this problem too, with Akatsuki Suit... 
when equiped, still showing job class behind

i don't want change the job with skills etc...
Just want to change the sprite... like Priest wearing Akatsuki suit, still "Priest" with normal class just change sprite...

Share this post


Link to post
Share on other sites
  • 0
8 hours ago, champzro said:

anyone solved ?? 

stuck with this problem too, with Akatsuki Suit... 
when equiped, still showing job class behind

i don't want change the job with skills etc...
Just want to change the sprite... like Priest wearing Akatsuki suit, still "Priest" with normal class just change sprite...

like this?

 

eehr, basically you'll have a lot of work to adapt the system...

Share this post


Link to post
Share on other sites
  • 0
5 hours ago, fxfreitas said:

like this?

 

eehr, basically you'll have a lot of work to adapt the system...

so basically i dont able to use?
My game client is 2014, shame =/

Anyway i'll try it !!!

Tks @fxfreitas 

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.