Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. nice, but, are they original atrwork? I'm just afraid if u put that rA logo there but if the file aren't ur copyright.
  2. change this config to "no" conf/battle/items.conf#L100 // Allow map_flooritem to check if item is droppable? (Note 1) // If yes, undroppable items will be destroyed instead of appearing on the map when a player's inventory is full. // Default: yes item_flooritem_check: yes
  3. @Vy Low, what that Jaki said there, you can see "etc" that mean can be everything, and don't forget about "useful", for paid service provider (no matter what is it) maybe "etc" and "useful" can be have mean such "everything that can we provide to our client and it's worth so they can give payment for me". and then, how providers tell what they can do as useful contribution for rAthena? I think, even it's "pure" hosting provider, and if they try to put RO service, they have friend or staff that understand rAthena (emulator project) except they're forever alone? Try send a PM to rAthena's admins or reply here what that can you offer except donation.
  4. Implemented rentitem2 and makeitem2, 339c0a8
  5. Cool aleos. oh u rite, forgot if pc_group loaded on map-server not in login-server. @_@
  6. 1st step, just reading the idnum2itemdisplaynametable.txt and idnum2desctable.txt Paste: 3ri44xdjynk0 I'll update my code later, for better result. uhh wait, seems nanakiwurtz or maybe lighta has the better one.
  7. [info=Development Update][/info]Implemented: Autotrade Persistency for Buyingstore
  8. just a few point that I want to ask related "Graphic-related (Loading screens, sprites, maps)" there is no other regulation for kind of this stuff? like, "the art should be original artwork", "should provide vector file"? and, I wonder why, the only non-staff as contributor for this topic, only nanakiwurtz (is nanakiwurtz has paid service topic? no?)
  9. updated for latest commit, new file on the first post. mod for specified rev/emu can be done by your request here or send me a PM
  10. 1. change your (sd->class_&JOBL_UPPER || sd->class_&JOBL_BABY) to (sd->class_&JOBL_UPPER || sd->class_&(JOBL_THIRD|JOBL_BABY)) 2. for stats, you can adjust the max_baby_third_parameter, player.conf 3. Super Novice and Super Baby should has same values, except if there is modifier for it on src (or maybe I missed something)
  11. well, I think I'll update this tomorrow.
  12. yo TFE, you could put that wiki URL on the first post. nice nana
  13. [info=Development Update][/info]Replaced INF2_NO_AUTOSHADOWSPELL with INF2_AUTOSHADOWSPELL following AEGIS standard by default, the available skills are: MG_FIREBOLT, Firebolt MG_FIREBALL, Fireball MG_FIREWALL, Firewall MG_COLDBOLT, Coldbolt MG_FROSTDIVER, Frost diver MG_LIGHTNINGBOLT, Lightning bolt MG_THUNDERSTORM, Thunder storm MG_NAPALMBEAT, Napalm beat MG_SOULSTRIKE, Soul Strike AL_HEAL, Heal WZ_FIREPILLAR, Fire Pillar WZ_SIGHTRASHER, Sightrasher WZ_METEOR, Meteor Storm WZ_JUPITEL, Jupitel Thunder WZ_VERMILION, Lord of Vermilion WZ_WATERBALL, Waterball WZ_FROSTNOVA, Frost Nova WZ_STORMGUST, Storm Gust WZ_EARTHSPIKE, Earth Spike WZ_HEAVENDRIVE, Heaven's Drive haha
  14. seems like, if I can make parser for your idnum2itemdisplaynametable.txt to item_db format, it would be great. At least from that file, we know the item type and weight, because for me empty item is better than non-existence item (but idk what other people/staff's minds)
  15. http://rathena.org/board/topic/89071-development-news/#dnews_24
  16. @Yoona, yo ,this is not bugreport. But you can see those functions here https://github.com/rathena/rathena/blob/master/npc/other/Global_Functions.txt#L456 https://github.com/rathena/rathena/blob/master/npc/other/Global_Functions.txt#L529
  17. Added: INF2_NO_AUTOSHADOWSPELL for skill_db.txt
  18. Cydh

    item_db help

    what? lol, not. the fact is the translations outside there don't have complete translation like kRO data itself.
  19. January Digest 2014 The following digest covers the month of January, 2014 Staff and Development Team Changes @Shakto is now the Community Contributor @Magnetix is now the Community Contributor @OnNplay is now the Community Contributor @Brainsteal is now the Community Contributor @Sanasol is now the Community Contributor Development Highlights Major Updates:Added import folder for db files. Now you can put your mods on that folder. Like previously, db/item_db2,txt, now it's on db/import/item_db.txt. 28ecab5, ff29c23, b9aae13 (and other follow up) Added a check_db on char-serv startup to ensure all sql-tables was loaded correctly and avoid error on runtime. 4af3145 Added RC_PLAYER, this makes player is separated with RC_DEMIHUMAN. 40f7014 Added and Updated some item bonus, more info: Item bonuses UPDATED. Updated many skill formulas following Third Class 2011 Post Balance. 0f7ecd0 Added Oktoberfest Costume. b818c78 Implemented Autotrade Persistency. 27cbc7f Added item bonus: bMaxWeight. 0b6c542 Added new atcommand @showrate. 31d9712 Option_Mounting is removed now, and replaced by SC_ALL_RIDING. fd063a8 Battle Config Updates:vip_disp_rate. 31d9712 disp_serverbank_msg. 31d9712 warg_can_falcon. 11e507b atcommand_enable_npc. 0310870 path_blown_halt. 61f3caa Command Updates:'isbegin_quest(<ID>)' (a3dbbe2) 'strcmp("<string>","<string>")' (d569d28) 'enable_command()' (0310870) 'disable_command()' (0310870) 'preg_match(<regex pattern>,<string>{,<offset>})' (957f495) Global Function Updates (npc/other/Global_Functions.txt). Commits: 97687ca, 834f3baF_GetPlural F_InsertPlural F_InsertArticle F_InsertComma F_GetNumSuffix Renewal and Other Scripts:Implemented Kagerou/Oboro job change quest. b2d96cb Implemented Kagerou/Oboro Gear Enchants. 9b5798d Implemented Kagerou/Oboro Equipment Quests. e6bd362 Added Rebellion Trader NPCs. 389ac2a Implemented Mail Annex Station scripts to iRO Eden. 2ec01da Implemented 2012 Headgear Quests. 5d08795 Implemented 2010 Headgear Quests. 189a46d Added full idRO Cash Trader NPCs. d35ac5a Event Scripts:Implemented iRO 2013 Halloween event NPC. 93c6386, 645e110, c611840 Added 2013 iRO/kRO Christmas Event. 3813aaa Statistics 13 authors have pushed 130 commits to all branches, excluding merges On master, 1,069 files have changed. There have been 18,789 additions and 6,133 deletions. Merged 8 Pull Requests by 4 people
  20. Lust, Gluttony, Greed, Sloth, Wrath, Envy, and Pride

  21. Cydh

    item_db help

    yup, those 'missing' items will be unknown item (apple) that why, sometimes I prefer kRO files itself instead using the translation for my testing purpose
  22. Cydh

    item_db help

    I think those items are the item that rare we will see. so we never know if there is client-side issue because the items aren't exist yet
×
×
  • Create New...