Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. something like the SQL FROM_UNIXTIME?
  2. Cydh

    idRO NPC

    Bump ah, ada NPC baru. Cek post pertama.
  3. Regarding the roulette table. tbh, yes SQL is something that makes u easier to stick with other 3rdparty (that uses SQL ofc), but in simplicity, somehow I prefer roulette as file (CSV or Libconf). The reason, it's easier to open the file to edit a file using text editor than open table by using 3rd party for MySQL. Imho~
  4. Cydh

    WOE:TE

    idRO implement this last week (read:2015-10-07) Well, only Novice, Super Novice, and job until 2nd-Trans class. There are 12 new 'copy' maps. NPCs, for guild dungeons & daily quests. Rental TE equipments (well, u can rental everything for free for 1 day), but the 'bonuses' (exclude basic param such def & atk) only works on TE area/castle. Required level 40. TE White Potions & TE White Slim Potion (can't be consumed outside TE area) I didn't try to participate yet.
  5. it's quite promising to wait your next free release.
  6. Owarimonogatari

  7. idk if this will help you or not, but I use this to make SQL files of NPCs, and the SQL file for Shop NPC I use for this info. maybe, u can use that (or edit it if necessary), then make NPC script/command to do query_sql to fetch NPC data from the table.
  8. try find on pc.c::pc_isUseitem, just find & follow this line if (sd->state.storage_flag && item->type != IT_CASH) { clif_colormes(sd->fd, color_table[COLOR_RED], msg_txt(sd,388)); return false; // You cannot use this item while storage is open. }it disables item usage while storage is opened, except cash_item (in item_db, the one that type 18)
  9. Cydh

    Refine Bonus

    If for item id, edit your item script. my mod to 'help' u to avoid edit all item with same type (armor,weapon,...) with same script for each refine. clear?
  10. Cydh

    Refine Bonus

    eh? why don't u put the script on ur item then use getrefine/getequiprefinecnt?
  11. just give up, and use 2013-08-07 client. Rebellion was introduced in 2013-03-20
  12. One thing for sure, RO is still growing, doesn't want to be defeated by ((MMO)RPG) newcomers! I wonder if they'll also try to follow the marriage system for that race.
  13. lol I expect this question. just hope Aleos 'can' handle it. tbh, I want Aleos as admin for rAthena stability for the development. He is just 'new' in admin, I'm not wishing when Aleos (or someone) becomes admin, he doesn't get the shits of previous admin. so, also try spamming Maki & Brian for your money. They are as admins are the longest period than everyone else, if they say "don't know", it must be a lie.
  14. [suggestion] Ultimate Localization Design
  15. I was suggesting to support SHA in source, not for replacing the MD5, but as option.
  16. Since 2012-04-18a, are using Lua 5.14, that means they started to read item info ffrom (by default) System/itemInfo.lub. not (id)num* files anymore. It's simple, if .lua doesn't work, just rename it to .lub, and otherwise.
  17. itemInfo.lua, when hex ur client, u made it reads itemInfo.lua or itemInfo.lub?
  18. check your src/map/instance.c (or .h?) find #define MAX_INSTANCE_DB I think (forgot, since that limit was removed by me)
  19. then what's the exact formula now?
  20. Added diff for rev in 20150914 d1f94700
×
×
  • Create New...