Jump to content
  • 0
Sign in to follow this  
bWolfie

Changing to Bard/Clown turns into Dancer/Gypsy

Question

I have a problem where changing by any means from an Archer to a Bard or High Archer to Clown causes you to change to the female version (but with a male head).

post-12195-0-22991000-1469449136_thumb.jpgpost-12195-0-78807800-1469449143_thumb.jpg

 

Other than the @job command, I also tried this script - same result.

 

amatsu,246,244,3    script    job test    4_M_BIBI,{
    .@name$ = "[Job Master]";
 
    if (Class == Job_Archer) {
        mes .@name$;
        mes "Change to Bard?";
        next;
        switch(select("Yes:No")) {
            case 1:
                close2;
                jobchange Job_Bard;
                end;
            break;
                
            case 2:
                close;
            break;
        }
    } else {
        end;
    }
}

 

My constants.conf is normal. Why is this happening?

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

same thing even with job change quest ?

 

Yes. Anything to do with Job_Bard/Dancer line is not triggering as it should. 

Share this post


Link to post
Share on other sites
  • 0

 

 

same thing even with job change quest ?

Yes. Anything to do with Job_Bard/Dancer line is not triggering as it should.

Using latest git? I think latest has alot of bugs Edited by Zhao Chow

Share this post


Link to post
Share on other sites
  • 0

 

 

 

same thing even with job change quest ?

Yes. Anything to do with Job_Bard/Dancer line is not triggering as it should.

Using latest git? I think latest has alot of bugs

We are using revision from about 2 months ago.

Share this post


Link to post
Share on other sites
  • 0

Did you check the grf? Maybe you switched the body sprites

Share this post


Link to post
Share on other sites
  • 0

Did you check the grf? Maybe you switched the body sprites

it's changed even in the class name probably it's caused by some src mods

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...
Sign in to follow this  

×
×
  • Create New...

Important Information

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