Jump to content

Leaderboard

Popular Content

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

  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
×
×
  • Create New...