Zezicla Posted December 21, 2013 Posted December 21, 2013 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
Cydh Posted December 26, 2013 Author Posted December 26, 2013 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.
Cydh Posted December 28, 2013 Author Posted December 28, 2013 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
nanakiwurtz Posted December 28, 2013 Posted December 28, 2013 Too many items? But the translations are in Spanish
Cydh Posted December 28, 2013 Author Posted December 28, 2013 Too many items? But the translations are in Spanish not sure u just read the Ziu's post or u open the URLs that Ziu gave.
Wolf Posted December 30, 2013 Posted December 30, 2013 Cydh, picked this date: 2013-12-24: I will start tonight develop items.
Cydh Posted December 31, 2013 Author Posted December 31, 2013 Cydh, picked this date: 2013-12-24: I will start tonight develop items. ganbate
Wolf Posted December 31, 2013 Posted December 31, 2013 Cydh, acess -> http://rathena.org/board/topic/90976-a-few-questions-please/#entry238010 I left the items there, with time I will add bonuses / effects, but at least I've created scripts.
Cydh Posted December 31, 2013 Author Posted December 31, 2013 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
Dynasty Posted January 3, 2014 Posted January 3, 2014 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?
Cydh Posted January 4, 2014 Author Posted January 4, 2014 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. left is guns and right is ammos?
Dynasty Posted January 4, 2014 Posted January 4, 2014 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~
Cydh Posted January 5, 2014 Author Posted January 5, 2014 @Dynasty, hmm, only if someone want to start open a git for 'another' translated client project. xD
Ziu Posted January 6, 2014 Posted January 6, 2014 @Ziu, what a price. left is guns and right is ammos? yes.-.--
Cydh Posted January 7, 2014 Author Posted January 7, 2014 What are those NPC name? I made these, I needed to add some weapons that aren't exist yet. xD
nanakiwurtz Posted January 8, 2014 Posted January 8, 2014 The name of the NPC on the right is "리벨리온 소품 자핀가" Don't know about the left one...
Cydh Posted January 8, 2014 Author Posted January 8, 2014 The name of the NPC on the right is "리벨리온 소품 자핀가" Don't know about the left one... haha, no idea what is it
Kido Posted January 8, 2014 Posted January 8, 2014 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 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:!
nanakiwurtz Posted January 13, 2014 Posted January 13, 2014 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
Cydh Posted January 13, 2014 Author Posted January 13, 2014 Maybe I'll add the temp name as Rebellion Weapons and Rebellion Props
Cydh Posted January 14, 2014 Author Posted January 14, 2014 hmpf, rekiem already made the pull req then Euphy merged it.
Recommended Posts