Jump to content
  • 0
Sign in to follow this  
leloush

about statusicon (weapon enchant)

Question

Hi, first of all i dont know if im on the proper section to ask this. but i think yes? if not please mind if u move this to the right section. where this belong.

 

 

okay

 

im wondering why these elemental converter doesnt show in status icon.. while i have those tga files and the config in

 

 

efstids.lub 

stateiconimginfo.lub

stateiconinfo.lub

 

??

 

thanks and good day..

Edited by leloush

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

you should test this and see they work or not ...

prontera,155,185,5	script	kjdfkjsf	100,{//	sc_start SC_ASPERSIO, 10000, 0;	sc_start SC_ENCHANTPOISON, 10000, 0;}

Share this post


Link to post
Share on other sites
  • 0

 

you should test this and see they work or not ...

prontera,155,185,5	script	kjdfkjsf	100,{//	sc_start SC_ASPERSIO, 10000, 0;	sc_start SC_ENCHANTPOISON, 10000, 0;}

it works annie ... actually the status icon for ATK and MATK is working too " the poring with a muscle " .. however for some reason idk why elemental converter not showing when buffed by this converters..

Share this post


Link to post
Share on other sites
  • 0

however for some reason idk why elemental converter not showing when buffed by this converters..

where is the script ?

how do you reproduce your problem ?

 

-> the skill 'Heal' is not working on my server ! HELP ME !!!

 

at least tell its from alchemist skill or twaekown skill or from a certain script

 

I'm almost at my hand want to enforce this rule

http://www.eathena.ws/board/index.php?act=announce&f=67&id=8

Share this post


Link to post
Share on other sites
  • 0

 

however for some reason idk why elemental converter not showing when buffed by this converters..

where is the script ?

how do you reproduce your problem ?

 

-> the skill 'Heal' is not working on my server ! HELP ME !!!

 

at least tell its from alchemist skill or twaekown skill or from a certain script

 

I'm almost at my hand want to enforce this rule

http://www.eathena.ws/board/index.php?act=announce&f=67&id=8

it is already there annie... 

 

 elemental converter not showing when buffed (the status icon in right side of the monitor where all buffs are placed.)

its "elemental converter scroll"

 

 

i know it is related to client side.. but the thing is i already have the files needed.. and the files need to edit in stateicon/all files inside..

 

so i think the problem is in src, i just checked in map/status.h and status.c and i found out that this ENCHANTARMS / ENCHANTELEMENT are missing

i tried to add them but i got error after compiling..

Edited by leloush

Share this post


Link to post
Share on other sites
  • 0

sage can buff other party members with elemental weapons

tweakown can also buff its kick with elemental powers

you didn't say which one

 

http://rathena.org/board/topic/92149-elemental-converter-with-status-icon/?hl=12114#entry242836

http://rathena.org/board/topic/92956-elemental-converter-problem/?hl=12114#entry247321

 

{ itemskill ITEM_ENCHANTARMS,4; }

from what I learn, officially elemental converter scroll doesn't add the status icon

what other server did is faking it with SC_FIREWEAPON ... SC_PROPERTYFIRE

SC_PROPERTYFIRE	96SC_PROPERTYWATER	97SC_PROPERTYWIND	98SC_PROPERTYGROUND	99

Share this post


Link to post
Share on other sites
  • 0

 

sage can buff other party members with elemental weapons

tweakown can also buff its kick with elemental powers

you didn't say which one

 

http://rathena.org/board/topic/92149-elemental-converter-with-status-icon/?hl=12114#entry242836

http://rathena.org/board/topic/92956-elemental-converter-problem/?hl=12114#entry247321

 

{ itemskill ITEM_ENCHANTARMS,4; }

from what I learn, officially elemental converter scroll doesn't add the status icon

what other server did is faking it with SC_FIREWEAPON ... SC_PROPERTYFIRE

SC_PROPERTYFIRE	96SC_PROPERTYWATER	97SC_PROPERTYWIND	98SC_PROPERTYGROUND	99

ok wait.. ill get more info... and im very sorry for what ive done if there is..

 

 

 

@edit:

okay here it is... this is custom status icon.. 

 

and there is a topic same like this.. but i test this solution and i got some error in compiling...

http://rathena.org/board/topic/72715-unofficial-extra-status-icons/

post-2604-0-23522600-1394275382_thumb.png

Edited by leloush

Share this post


Link to post
Share on other sites
  • 0

actually just change this line

https://github.com/HerculesWS/Hercules/blob/master/src/map/status.c#L391

set_sc( ITEM_ENCHANTARMS     , SC_ENCHANTARMS     , SI_PROPERTYFIRE           , SCB_ATK_ELE );
the SI_BLANK into SI_*** something else

then it will show the icon

however, I don't know which icon will suit for this one ...

you can try find those SI_*** inside status.h

Share this post


Link to post
Share on other sites
  • 0

 

actually just change this line

https://github.com/HerculesWS/Hercules/blob/master/src/map/status.c#L391

set_sc( ITEM_ENCHANTARMS     , SC_ENCHANTARMS     , SI_PROPERTYFIRE           , SCB_ATK_ELE );
the SI_BLANK into SI_*** something else

then it will show the icon

however, I don't know which icon will suit for this one ...

you can try find those SI_*** inside status.h

i see, will try it later... and give feedback after..

 

thanks..

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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