Jump to content
Cydh

item_db help

Recommended Posts

well i have a march db and stuff but its only up until krieger sets and more but no neo set ... i says eps 14.2.1 but in fact its more like eps 13.2 or so

Link to comment
Share on other sites

well i have a march db and stuff but its only up until krieger sets and more but no neo set ... i says eps 14.2.1 but in fact its more like eps 13.2 or so

 

If u see the item effect and it's not implemented on rA yet, you can make a pull request for it. Doesn't matter if it's old item.

Link to comment
Share on other sites

mrdiablo post on that iRO forum, there are missing added items from March to June. And those 'missing items' are exist on Ziu's idnum2descnametable.txt and idnum2displaynametable on his post Descripciones/Articulos Solo kRO

too many items /slur

Link to comment
Share on other sites

I clicked on Ziu's signature link

@nanakiwurtz, here

desc only mains server..

 

http://rathena.org/board/topic/90561-descripcionesarticulos-solo-kro/

 

i don't use info of mrdiablo.

iteminfo.lub vs updateiteminfo.lub and extrac automatic differences each week

 

@Wolf, I'll go there

Link to comment
Share on other sites

i have a question if u guys rathena staff have a repository of the server on git what you dont have view data of these item on another repository on git?

Link to comment
Share on other sites

i have a question if u guys rathena staff have a repository of the server on git what you dont have view data of these item on another repository on git?

 

wut? I'm a bit confused read it. Did u mean "why don't rAthena open a git for client item data?"?

 

@Ziu, what a price. :o

left is guns and right is ammos?

Link to comment
Share on other sites

 

i have a question if u guys rathena staff have a repository of the server on git what you dont have view data of these item on another repository on git?

 

wut? I'm a bit confused read it. Did u mean "why don't rAthena open a git for client item data?"?

 

 

yep xD my english is so bad right now ~w~

Link to comment
Share on other sites

@Ziu, what a price. :o

left is guns and right is ammos?

 

 

yes.-.--

Link to comment
Share on other sites

The name of the NPC on the right is "리벨리온 소품 자핀가"

Don't know about the left one...

/ok

 

2ynJl99.png

haha, no idea what is it

Link to comment
Share on other sites

may i ask, if you don't know corean how do you traduce/script? i know, noobie question, just asking, i want to help with the effects since it's something that i know a few (since i have a custom high rate server i can say that i know some effects scripts)

 

back to the question . . . huh this?

 

google traductor

1gh2Jjn.png

if is there any better traductor let me know please D:!

 

huh the effect would be?:

{ bonus bMatkRate,5; bonus bUsesSPrate,-50; bonus2 bMagicAddRace,RC_DemiHuman,25; bonus2 bMagicAddRace,RC_Angel,25; if(getrefine()>14){ bonus bMatkRate,3;  bonus2 bMagicAddRace,RC_DemiHuman,8; bonus2 bMagicAddRace,RC_Angel,8; } },{},{}

there is a part that i can't understand at all:

More than 15 during the smelting, MATK + 3% further increase.

That refers to this?

if(getrefine()>14){ bonus bMatkRate,3*getrefine()

DD:!

Link to comment
Share on other sites

I think it should be:

bonus bMatkRate,5; bonus bMaxSPrate,-50; bonus2 bMagicAddRace,RC_DemiHuman,25; bonus2 bMagicAddRace,RC_Angel,25; if(getrefine()>=15){bonus bMatkRate,3; bonus2 bMagicAddRace,RC_DemiHuman,8; bonus2 bMagicAddRace,RC_Angel,8;} 

리벨리온 소품 자핀가

Could be used as "Rebellion Accessories" and "Rebellion Weapons", there's no need to add "Vending Machine" after those words, because the NPC sprite is already a Vending Machine  /ok

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

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