Jump to content
Mhalicot

Costume Item Plugins

Recommended Posts

  On 7/27/2015 at 11:44 AM, glemor123 said:

Please release a diff for rathena thank you

Hi rathena has its own version.. try to search it 

Share this post


Link to post
Share on other sites
  On 7/31/2015 at 3:15 AM, Mhalicot said:

 

  On 7/27/2015 at 11:44 AM, glemor123 said:

Please release a diff for rathena thank you

Hi rathena has its own version.. try to search it 

Can you reproduce this bug?  click

Share this post


Link to post
Share on other sites

Hello dears, i really like use this plugin, but i got a lot erros. For compile i on Hercules-12.sln i needed make the next change on all includes.

 

#include "common/malloc.h" to ->  #include "../common/malloc.h"

 

But whe i start the emulator i got erros:

 

[Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'map->reqnickdb' but H
PMHooking is disabled!
[Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'pc->equippoint' but H
PMHooking is disabled!
 
And in-game the NPC dont work, "Restore Function" dont see "transformed" gears and the convert system dont work...
 
Capturar.png

 

 

@@Mhalicot @@Dastgir Help please!

Share this post


Link to post
Share on other sites

After last HPM changes, probablty all plugins need some fixes.

How and what to fix, see sample plugin and compare with own.

Share this post


Link to post
Share on other sites
  On 8/15/2015 at 6:55 PM, OverLord said:

Hello dears, i really like use this plugin, but i got a lot erros. For compile i on Hercules-12.sln i needed make the next change on all includes.

 

#include "common/malloc.h" to ->  #include "../common/malloc.h"

 

But whe i start the emulator i got erros:

 

[Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'map->reqnickdb' but H

PMHooking is disabled!

[Error]: HPM:AddHook Fail! 'costumeitem' tried to hook to 'pc->equippoint' but H

PMHooking is disabled!

 

And in-game the NPC dont work, "Restore Function" dont see "transformed" gears and the convert system dont work...

 

Capturar.png

 

 

@@Mhalicot @@Dastgir Help please!

You haven't compiled/enabled HPMHooking plugin,

You need to enable that plugin too, so that this one works well...

Share this post


Link to post
Share on other sites

@Dastgir After update to last Hercules version i get a lot erros... idk


 

 

  Reveal hidden contents

 

Share this post


Link to post
Share on other sites

@@OverLord

That error is there because it cannot include the files, there was recent update to makefile.in , maybe you missed to patch that one.

Share this post


Link to post
Share on other sites
  On 7/31/2015 at 10:48 AM, Angelmelody said:

 

  On 7/31/2015 at 3:15 AM, Mhalicot said:

 

  On 7/27/2015 at 11:44 AM, glemor123 said:

Please release a diff for rathena thank you

Hi rathena has its own version.. try to search it 

Can you reproduce this bug?  click

This bug is live?

Share this post


Link to post
Share on other sites
  On 8/27/2015 at 8:23 PM, MoGuri said:

 

  On 7/31/2015 at 10:48 AM, Angelmelody said:

 

  On 7/31/2015 at 3:15 AM, Mhalicot said:

 

 

 

  On 7/27/2015 at 11:44 AM, glemor123 said:

 

Please release a diff for rathena thank you

 

Hi rathena has its own version.. try to search it 

Can you reproduce this bug?  click
This bug is live?
Check it yourself. Some can reproduce, some cannot..

Share this post


Link to post
Share on other sites

Great plugin. One thing I've found is a sort of duplication bug, well not exactly.

 

If you put a normal version and costumed version of an item in a cart together then relog, their value will increase to two.

This however, is only visual. The game will only read 1 of each as there should be, but the client will show 2 of each.

Share this post


Link to post
Share on other sites

What do I need to change so that the command does not convert the item's status, bonus, etc, only its visual part?

 

I'm Sorry, solved.

 

  On 9/14/2014 at 6:00 AM, Mhalicot said:

 

Update

  • 2.0 Converted Costume Items will now removed normal stats and Bonuses. [Mhalicot]
  •  
  • 3.0 Item Combos will now Ignore Converted Costume Items. [Mhalicot]
  •  
  • 3.1 Fixed HP/SP becomes 1/1 [Mhalicot]
  •  
  • 3.2 Fixed Sinx Can't Equipt dagger/sword on both arms(L/R), Special Thanks to Haru for Help [Mhalicot]
  •  
  • 3.3 Fixed Error when compiling.
Edited by Like it~*

Share this post


Link to post
Share on other sites

This plugin is working fine. Is there any way to set the WEIGHT of costume items to 0? Something like

sd->weight -= sd->inventory_data[index]->weight;

Thx for reply.

Share this post


Link to post
Share on other sites

getting this error too,

 

"look" is no element from "item_data"
costumeitem.c: 347:16: error: "struct "item_data"" has no member named ""look""

using dastgir costume plugin

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
Reply to this topic...

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


×
×
  • Create New...

Important Information

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