hello, how about this one..
Karasu, last update is still working on latest revision. Are you sure you download costume system 2.0 patch?Please Edit this for the latest Rev.
Thank you!
Hello bro, No error in compiling the server but in the game it will not convert the headgears in to costumeKarasu, last update is still working on latest revision. Are you sure you download costume system 2.0 patch?Please Edit this for the latest Rev.
Thank you!
Hello bro, Costume Item v2 is not working with the current revision.. please update.
if( ep == EQP_SHADOW_SHIELD )/* are there conditions for those? */ return EQP_SHADOW_WEAPON|EQP_SHADOW_SHIELD;
}
+ if( battle_config.reserved_costume_id &&
+ sd->status.inventory[n].card[0] == CARD0_CREATE &&
+ (char_id = MakeDWord(sd->status.inventory[n].card[2],sd->status.inventory[n].card[3])) == battle_config.reserved_costume_id )
+ { // Costume Item - Converted
+ if( ep&EQP_HEAD_TOP ) { ep &= ~EQP_HEAD_TOP; ep |= EQP_COSTUME_HEAD_TOP; }
+ if( ep&EQP_HEAD_LOW ) { ep &= ~EQP_HEAD_LOW; ep |= EQP_COSTUME_HEAD_LOW; }
+ if( ep&EQP_HEAD_MID ) { ep &= ~EQP_HEAD_MID; ep |= EQP_COSTUME_HEAD_MID; }
+ }
return ep;
}
Current look
sd->inventory_data[n]->look == W_1HAXE) { if( (pc->checkskill(sd,AS_LEFT) > 0 ||
(sd->class_&MAPID_UPPERMASK) == MAPID_ASSASSIN ||
(sd->class_&MAPID_UPPERMASK) == MAPID_KAGEROUOBORO) ) { //Kagerou and Oboro can dual wield daggers. [Rytech]
if( ep == EQP_HAND_R )
return EQP_ARMS;
if( ep == EQP_SHADOW_WEAPON )
return EQP_SHADOW_ARMS;
}
int pc_equippoint(struct map_session_data *sd,int n){ int ep = 0, char_id = 0; nullpo_ret(sd); if(!sd->inventory_data[n]) return 0; if (!itemdb->isequip2(sd->inventory_data[n])) return 0; //Not equippable by players. ep = sd->inventory_data[n]->equip; if(sd->inventory_data[n]->look == W_DAGGER || sd->inventory_data[n]->look == W_1HSWORD || sd->inventory_data[n]->look == W_1HAXE) { if( (pc->checkskill(sd,AS_LEFT) > 0 || (sd->class_&MAPID_UPPERMASK) == MAPID_ASSASSIN || (sd->class_&MAPID_UPPERMASK) == MAPID_KAGEROUOBORO) ) { //Kagerou and Oboro can dual wield daggers. [Rytech] if( ep == EQP_HAND_R ) return EQP_ARMS; if( ep == EQP_SHADOW_WEAPON ) return EQP_SHADOW_ARMS; } } if( battle_config.reserved_costume_id && sd->status.inventory[n].card[0] == CARD0_CREATE && (char_id = MakeDWord(sd->status.inventory[n].card[2],sd->status.inventory[n].card[3])) == battle_config.reserved_costume_id ) { // Costume Item - Converted if( ep&EQP_HEAD_TOP ) { ep &= ~EQP_HEAD_TOP; ep |= EQP_COSTUME_HEAD_TOP; } if( ep&EQP_HEAD_LOW ) { ep &= ~EQP_HEAD_LOW; ep |= EQP_COSTUME_HEAD_LOW; } if( ep&EQP_HEAD_MID ) { ep &= ~EQP_HEAD_MID; ep |= EQP_COSTUME_HEAD_MID; } } return ep;}
you didn't added the scriptcommand or didn't compiled after adding itwhat does this mean??? how to fix this error
![]()
here's my screenshot .. i done it and i did recompiled it not just onceyou didn't added the scriptcommand or didn't compiled after adding itwhat does this mean??? how to fix this error
Are you sure you did not encounter any error after compiling?here's my screenshot .. i done it and i did recompiled it not just onceyou didn't added the scriptcommand or didn't compiled after adding itwhat does this mean??? how to fix this error
![]()
Yes its good to use. Only if you know how to apply patchesIt seems this script still has many issues. Will wait for update. Is it alright to use now?
HI, what the matter if i used costume plugins and now change to use this costume system?![]()
File Name: Costume SystemFile Submitter: Mhalicot
File Submitted: 12 Oct 2013
File Category: Utility
~ Originally script by Rebel, Zephyrus [rAthena],
~ I don't own this script I'd revised it to make it compatible with Hercules.
~ [Original Topic] http://goo.gl/YU1Z7o
~ 100% compatible in (revision 137*)
Download contains: Costume System.diff and costume.txt//===== Hercules Script ======================================
//= Headgear to Costume converter >> Costume to Headgear converter
//===== By: ==================================================
//= Rebel, Zephyrus [rAthena]
//= Mhalicot [Hercules]
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= Hercules Revision 137*
//===== Description: =========================================
//= Allows a user to convert the equipped headgear
// (on Top, Mid or Low) into a costume item.
// It will remove any card and refine of the Item.
//= Allows a user to restore the equipped costume headgear
// (on Top, Mid or Low) into its original form.
// It will not return any card or refine of the item.
//===== Additional Comments: =================================
//= 1.0 Initial script [All of this script are credit to
// Rebel, Zephyrus of [rAthena] and revised by Mhalicot
// to make it compatible in Hercules.]
// Note: You must apply the patch in order to use this script
//============================================================
Click here to download this file
You must remove your modification in your source if you want to use costume plugins. you cannot use Costume Plugins and System at once.HI, what the matter if i used costume plugins and now change to use this costume system?![]()
File Name: Costume SystemFile Submitter: Mhalicot
File Submitted: 12 Oct 2013
File Category: Utility
~ Originally script by Rebel, Zephyrus [rAthena],
~ I don't own this script I'd revised it to make it compatible with Hercules.
~ [Original Topic] http://goo.gl/YU1Z7o
~ 100% compatible in (revision 137*)
Download contains: Costume System.diff and costume.txt//===== Hercules Script ======================================
//= Headgear to Costume converter >> Costume to Headgear converter
//===== By: ==================================================
//= Rebel, Zephyrus [rAthena]
//= Mhalicot [Hercules]
//===== Current Version: =====================================
//= 1.0
//===== Compatible With: =====================================
//= Hercules Revision 137*
//===== Description: =========================================
//= Allows a user to convert the equipped headgear
// (on Top, Mid or Low) into a costume item.
// It will remove any card and refine of the Item.
//= Allows a user to restore the equipped costume headgear
// (on Top, Mid or Low) into its original form.
// It will not return any card or refine of the item.
//===== Additional Comments: =================================
//= 1.0 Initial script [All of this script are credit to
// Rebel, Zephyrus of [rAthena] and revised by Mhalicot
// to make it compatible in Hercules.]
// Note: You must apply the patch in order to use this script
//============================================================
Click here to download this file
We use essential cookies to make this site work, and optional cookies to enhance your experience.