Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/18/17 in all areas

  1. Haunting Spirits A little Halloween gift for the community. Hope ya'll enjoying Halloween! Please join my Discord channel and click on #freebies to Download.
    1 point
  2. Its just like how you add any custom items. but only drop sprite is required. Also you need to change the id of the zeny/cash because I think the id you used is already in the item_db.txt. https://github.com/rathena/rathena/wiki/Custom_Items#defining-items-clientside-renewal-clients- Check this for the clientside item addition. (You don't need the male/female, only the drop and texture(item/collection) ). Or you can just use the coins sprite in itemInfo like this : //This is same sprite like Bronze Coin [ZenyItemID] = { unidentifiedDisplayName = "Zeny", unidentifiedResourceName = "µ¿È­", unidentifiedDescriptionName = { "" }, identifiedDisplayName = "Zeny", identifiedResourceName = "µ¿È­", identifiedDescriptionName = { "Zeny Item Description.", "^FFFFFF_^000000", "Weight:^006600 0^000000" }, slotCount = 0, ClassNum = 0 }, //This is same sprite like Mithril Coin [CashItemID] = { unidentifiedDisplayName = "Cash", unidentifiedResourceName = "¹Ì½º¸±È­", unidentifiedDescriptionName = { "" }, identifiedDisplayName = "Cash", identifiedResourceName = "¹Ì½º¸±È­", identifiedDescriptionName = { "Cash Item Description.", "^FFFFFF_^000000", "Weight:^006600 0^000000" }, slotCount = 0, ClassNum = 0 }, Change the "ZenyItemID" and "CashItemID" to the one you use in extended vending system.
    1 point
  3. https://web.archive.org/web/20120808194823/http://www.eathena.ws/board/index.php?showtopic=255188 since eathena is down, i dont think the script is still accessible. the only way for you to get it are probably someone who still have a copy of it to share it with you. goddameit doesn't seem like still active in RO nowadays.
    1 point
  4. Sorry for such a delay, was too busy, but now a new version is released ! Key features: chat battle mode support, skill bar with working hotkeys! http://aesir.perfontain.ru/forum/topic/13-beta-v021/
    1 point
  5. Version 1.0

    777 downloads

    My first thor patcher skin with RO2 ( i did not include any credits ) but please rate XD. oh and slider and PSD is included in this file.
    Free
    1 point
  6. Version 0.8

    7123 downloads

    This tool intended to convert old txt files like idnum2itemdesctable, idnum2itemdisplaynametable, idnum2itemresnametable, itemslotcounttable, num2itemdesctable, num2itemdisplaynametable, num2itemresnametable to the new itemInfo.lua format. Although a conversion is available here: https://code.google....p/roclientside/, this tool can be usefull for those, who have translations or dozens of custom item. Usage: browse to the folder, where your txt files are located ( using ... button ). Press the convert button, and chose the location where do you want to save the iteminfo.lua. Note: if you want classNum field to be filled, copy your item_db.txt to the same folder, where your client side files are located.
    Free
    1 point
×
×
  • Create New...