Jump to content

Recommended Posts

Posted
7 minutes ago, Haziel said:

@padangyoesa You have to edit the atcommand on source to add the Sorcerer on the list.

you mean this sir @Haziel?

 

@model <hair style> <hair color> <cloth color>
@hairstyle <default: 0-27>
@haircolor <default: 0-8>
@dye <default: 0-4>
@bodystyle <default: 0-1>

Changes appearance based on the given parameters.
The min/max values are set in '/conf/battle/client.conf'.

Appearance changed via @bodystyle won't save unless
'save_body_style' is enabled in '/conf/battle/client.conf'

Posted (edited)

@padangyoesa

Nope, you need to edit the command on the source.

Look for bodystyle on:

src/map/atcommand.c

Under:

// Limit body styles to certain jobs since not all of them are released yet.

Add:

(sd->class_&MAPID_THIRDMASK) == MAPID_SORCERER ||

Before:

(sd->class_&MAPID_THIRDMASK) == MAPID_WARLOCK

Recompile your server and you must be good to go.

 

Edited by Haziel
Posted
On 8/22/2017 at 11:29 AM, Haziel said:

@padangyoesa

Nope, you need to edit the command on the source.

Look for bodystyle on:


src/map/atcommand.c

Under:


// Limit body styles to certain jobs since not all of them are released yet.

Add:


(sd->class_&MAPID_THIRDMASK) == MAPID_SORCERER ||

Before:


(sd->class_&MAPID_THIRDMASK) == MAPID_WARLOCK

Recompile your server and you must be good to go.

 

Thank you @Haziel for the crystal clear information. I will try it later. Many thanks for you sir. God bless you!

Posted
On 8/22/2017 at 10:06 PM, Argentus said:

Hi! Anyone who can help me with the GRF? I don't know what to do. :( I don't know how to add/merge the new Sorcerer sprites to my old GRF.

Alternate Third Jobs.grf

You can use GRF.BUILDER program to extract the alternate third jobs.grf and your old grf, and merge those into your new grf using new command in program

  • 4 weeks later...
Posted
4 hours ago, Haziel said:

Sura released simultaneously with the official release.
Enjoy.

THANK YOU!!!

But, is there any chance that you could edit the bandages on the hands and feet to the color black? Like the official art? I know that your release is based on jRO, but, is it possible that you could do it for us? ANW, thank you sooooo much! You don't know how much I've been expecting this release! ^_^

Posted
2 hours ago, ZeroMalboro said:

THANK YOU!!!

But, is there any chance that you could edit the bandages on the hands and feet to the color black? Like the official art? I know that your release is based on jRO, but, is it possible that you could do it for us? ANW, thank you sooooo much! You don't know how much I've been expecting this release! ^_^

Unfortunately the while colour is bound to itself, it means that the bandages are linked to the kimono.
To reach that edit I would have to manually edit each one of the 320 frames and I have not the time to work on that, sorry about that.

  • Love 1
Posted
3 hours ago, Haziel said:

Unfortunately the while colour is bound to itself, it means that the bandages are linked to the kimono.
To reach that edit I would have to manually edit each one of the 320 frames and I have not the time to work on that, sorry about that.

Naahhhh, no problem! I know you are a busy person, I had no intention of asking anything that would take more than 5 minutes. But I should have guessed it would be bound to the same palette line of the kimono!

But THANKYOU again! Love your job!

  • 3 weeks later...
Posted (edited)

Hello sir @Haziel. I already followed your way. It worked! But when i used the @bodystyle, my sorceress and sura become black. Did i do something wrong? I use client 2015 btw

Edited by padangyoesa
Posted

// Limit body styles to certain jobs since not all of them are released yet.
    if (!((sd->class_&MAPID_THIRDMASK) == MAPID_GUILLOTINE_CROSS || (sd->class_&MAPID_THIRDMASK) == MAPID_GENETIC
        || (sd->class_&MAPID_THIRDMASK) == MAPID_MECHANIC || (sd->class_&MAPID_THIRDMASK) == MAPID_ROYAL_GUARD
        || (sd->class_&MAPID_THIRDMASK) == MAPID_ARCH_BISHOP || (sd->class_&MAPID_THIRDMASK) == MAPID_RANGER
        || (sd->class_&MAPID_THIRDMASK) == MAPID_SORCERER ||(sd->class_&MAPID_THIRDMASK) == MAPID_SURA
        || (sd->class_&MAPID_THIRDMASK) == MAPID_WARLOCK || (sd->class_&MAPID_THIRDMASK) == MAPID_SHADOW_CHASER
            || (sd->class_&MAPID_THIRDMASK) == MAPID_MINSTRELWANDERER)) {
        clif_displaymessage(fd, msg_txt(sd,740));    // This job has no alternate body styles.
        return -1;
    }

Posted (edited)

OH I FOUND THE ISSUE. It become black whenever i'm trying to change the cloth color. But the main issue are whenever i'm trying to change the color, it become black and the color won't change even if i reset the color. And it change to black again whenever i warp to other map or disconnected. It only change if i did this :

1. use @bodystyle 0

2. reset the color to 1

3. use @bodystyle 1 and the color are back

 

Can someone please help me to fix it?

Edited by padangyoesa
Posted
On 21/08/2017 at 4:11 AM, Haziel said:

Palettes will not be provided at the moment.

You need the palettes placed on the correct folder for each of the alternate jobs.
That's the only issue there.

You disabled the Client errors for palettes, so it's not bein' shown.

Posted
5 minutes ago, Haziel said:

You need the palettes placed on the correct folder for each of the alternate jobs.
That's the only issue there.

You disabled the Client errors for palettes, so it's not bein' shown.

can you please teach me how to disabled it?

Posted
12 hours ago, padangyoesa said:

can you please teach me how to disabled it?

For 2015 client you may disabled using NEMO.. 

And FYI, you can set cloth color to 0.. And its working for me.. Or you can edit or make script with using changelook.. As in my case before, my dress room give cloth color #1 and it shown black as your image.. So I edit it to make it 0.. And it work.. Also.. Alternate outfit dont have color variety.. So I set my server limit using default color only.. Hope this help you..

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...