about statusicon (weapon enchant)

leloush

New member
Messages
269
Points
0
Location
in front of my laptop =)
Emulator
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..

 
Last edited by a moderator:
you should test this and see they work or not ...

Code:
prontera,155,185,5	script	kjdfkjsf	100,{//	sc_start SC_ASPERSIO, 10000, 0;	sc_start SC_ENCHANTPOISON, 10000, 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..

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

 
Last edited by a moderator:
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

Code:
SC_PROPERTYFIRE	96SC_PROPERTYWATER	97SC_PROPERTYWIND	98SC_PROPERTYGROUND	99
 
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/

123.png

 
Last edited by a moderator:
Back
Top