Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. make sure your outlines aren't gradient color and the opacity is 100%
  2. check your map_server-sql log when you click your NPC. if you log the map_server-sql, the log file will show you your error/debug/waring lines
  3. if you saw it work, do you have the example? a screenshot
  4. LOL.. can't stop my laugh. :v
  5. Cydh

    Ctrl + V

    http://www.4shared.com/folder/cyeWEwBD/Mumford_and_Sons_-_Babel_2012.html
  6. does it work in 3ceam svn? why don't you just try and report the result?
  7. Cydh

    server time

    uhm.. http://abdussamad.com/archives/343-CentOS-Linux:-Setting-timezone-and-synchronizing-time-with-NTP-.html
  8. this is mine warponbattle-rA-svn17156.patch
  9. hmm.. I left it, because I updated my test server. maybe change it be 17152
  10. how about this issue? http://rathena.org/board/tracker/issue-7294-r17155-conf-files/
  11. Cydh

    please help

    not needed, that value is max means 100% or if you want to add it, change this on your src/map/battle.c { "item_drop_equip_max", &battle_config.item_drop_equip_max, 10000, 1, 10000, },
  12. Informations -- Rev.1 changelog What are the different? Download .patch files Rev.1 release: delitem-modifiedWithLocation-Cydh-rA-svn17167.patch sample NPCs: delitem.txt delitem_.txt delitem_1.txt delitem_2.txt
  13. What are the different? - Rev.1 Changelog Additional parameters Download .patch files Rev.1: countitem-modifiedWithLocation-Cydh-rA-svn17167.patch sample NPCs: countitem.txt countitem_.txt
  14. Cydh

    group.conf

    I said, it's mine as sample doesn't mean can use it as you want.. LOL
  15. Cydh

    group.conf

    (1) yes (2) yes (3)here is my edited group.conf as sample, hope it can guides you.
  16. hmm, AID, map_id2sd() need AID, not CID. and when use AID, map_id2sd() will find the online sd based on AID, only 1 online AID at same time right? well, I think I make new release post about modified countitem <item_id> becomes countitem <item_id/"item_name">{,<location>}{,<AID/"nick">} first, and you can review the source, regarding this post is talking about atcommand, don't want to 'out-of-topic'.. haha @topic, I didn't make countitem for guild storage becase, as far as I know to access guild storage, player has to open guild storage first. example on @cleargstorage's lines gstorage = guild2storage2(sd->status.guild_id); if (gstorage == NULL) {// Doesn't have opened @gstorage yet, so we skip the deletion since *shouldn't* have any item there. return -1; }
  17. yeah, because I made the countitem and delitem extension script first (someone asked on eAthena forum), then I remove them (I don't know why, LOL) and make the atcommand. I didn't want to make some problem at first made, that why separate them all. haha well, so here, we will concern about the scripts first, for countitem?
×
×
  • Create New...