Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. 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
  2. why don't u add that?
  3. did you add "lockcommand: true" on your groups.conf?
  4. if you saw it work, do you have the example? a screenshot
  5. agree with
  6. nothing that secure on Internet.. :v
  7. LOL.. can't stop my laugh. :v
  8. Cydh

    Ctrl + V

    http://www.4shared.com/folder/cyeWEwBD/Mumford_and_Sons_-_Babel_2012.html
  9. Linkin Park - Burning in The Skies
  10. I think it was a beautifull morocc.. +1
  11. does it work in 3ceam svn? why don't you just try and report the result?
  12. Cydh

    server time

    uhm.. http://abdussamad.com/archives/343-CentOS-Linux:-Setting-timezone-and-synchronizing-time-with-NTP-.html
  13. this is mine warponbattle-rA-svn17156.patch
  14. hmm.. I left it, because I updated my test server. maybe change it be 17152
  15. how about this issue? http://rathena.org/board/tracker/issue-7294-r17155-conf-files/
  16. 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, },
  17. 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
  18. 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
  19. Cydh

    group.conf

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

    group.conf

    (1) yes (2) yes (3)here is my edited group.conf as sample, hope it can guides you.
  21. 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; }
  22. 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?
  23. mac -> install VM -> install Windows -> install web server and database server. haha
×
×
  • Create New...