Jump to content

Cydh

Developer
  • Posts

    2285
  • Joined

  • Last visited

  • Days Won

    77

Everything posted by Cydh

  1. NOTE: Don't forget to import 2 sql files. ipbanlist_upd.sql to update `ibanlist` table in database that used for login-server and ipbanlist_log_upd.sql to create new table for IP Ban log `ibanlist_log` in database that used for log database Maybe still some stuffs that need to be optimized and cleaned. NOTE: Don't be scammed by the file name Scrennies: Download: @ipban_3.0.1-rA-20150914-d1f94700.diff [spoiler=old releases]@ipban_3.0.diff
  2. the title is not wrong, that's just like media make "an interesting" title but delayed from Oct to Dec with fee has been sent already, kinda frustrating.
  3. you just need same 3 keys in client and server. except you want extreme thing, in server u decide "hey I want theses keys for 2011 client, these keys for 2012 client, and these keys for 2013 client" IN SAME TIME because u're talking about multi-client support, I want connect to use 2011 from PC A, use 2012 client from PC B to server X, so server X store alllllllllllllllllllllllll keys for alllllllllllllllllllllllll client dates, what a ... nah, multi-client doesn't have issue for me, except each client send static-and-cannot-be-changed-keys and each client send different encryption methods. The fact, (at least 2012-04-10a & 2013-08-07) clients send same encryption method, and I tested with 2 different client with same keys.
  4. Done here
  5. just edit ur mob_db db/re/mob_db.txt there's ATK1,ATK2 there and other params
  6. the good news @Napster has the working diff for rA (just a quick adaptation from Herc). the bad news, we (different "we" with the first time) have little conversation with different matter (not as multi-client as an excuse). and for me, call it "WPE Free" is superlative.
  7. put aaaaaaaallllll your games path to exception list
  8. Back to a year ago, I added Official Item Packages and there's a param called isNamed in doc/item_group.txt that mostly used in db/re/item_package.txt. And guess what? Let me apologize, it's a wrong interpretation that causing a wrong implementation!! In official Item Packages itself, there's field called guid. I didn't notice how actually it should be done, and just convert the usage to give-the-obtain-name just like forged & created item do. Until knew the "unstacked" stackable item thingy. In this implementation, "reverted" that isNamed to GUID and moved the isNamed to the last optional param after isBound. When item in package is flagged with GUID, for stackable items just like Bubble_Gum in Pet_Egg_Scroll10 will be stacked each 2 in your inventory (storage, cart, guild storage when it's moved). This GUID is using player's Unique ID to generate, just like Unique ID for unstackable items (weapons, armors) // AEGIS-- // Pet_Egg_Scroll10 {name = "random1", item = "Bubble_Gum", cnt = 2, hour = 0, onair = false, guid = true, probability= 100}; // ours -- IG_Pet_Egg_Scroll10,Bubble_Gum,100,2,1,0,0,1 Weird? @Aleos say so... After updating your server and want to disable this, there's config in src/config/core.h and comment it. #define ENABLE_ITEM_GUID Or, just keep this feature is active, you can meet new NPC to merge the separated items in Prontera (146,95), Mergician! My view: Commit: 7295bdc, 1e6e3f4 it was in Pull: 143 Summary: Corrected wrong interpretation of guid in item group/package implementation. Using player's unique ID generator to generates GUID. Added new script command 'mergeitem' to merge separated items. Enabled NPC: npc/re/other/item_merge.txt. Added src/config/core.h config ENABLE_ITEM_GUID, enabled by default. Added item flag 4 (db/re/item_flag.txt/db/pre-re/item_flag.txt). Item with this flag will generates GUID when obtained if doesn't have UID yet. If obtained by /item, only will get 1x.
  9. Question for banner advertisement: Let's say I purchased it for a month, any report about impression & clicks? Let's say more than 5 banners + 1 banner about rA "place ur banner here", any guarantee how many my banner will be shown in a month? About the question no. 2, how rAthena will role the banners? Afaik, current script just make the banner placeholder is static content, it only will changes when people reload their page. Why don't make it slideshow banners like common banner unit?
  10. quick answer, in its first implementation there were tons of bugs.
  11. ENGLISH!!!!!!
  12. "sisipin" ...,,,{ if(getcharid(3) != <ID_akun-cuma_char_dgn_ID_akun_yg_sama_doang_yang_bakal_dpt_bonus_scriptnya>) end; /*original script here */ },{},{}
  13. awesomeeee btw, if I read the post on RMS (ur link), the ternary condition is fixed?
  14. lie, just a lie. xD I've saw many PSs from certain country that play with online player counter. but if the question support up-to 30k connection with high-end hardware, let's say like standard Dedicated Server that cost $200/mo, it's possible.
  15. and anyone ever seen Christmas theme for Niflheim? Isn't Niflheim is "Christmas in the 13th month"
  16. Tbh: Iprefer 'Yume Sekai' to 'courage',but yup they are all very pleasant songs.tbh, for SAO II OP/ED list I prefer Shirushi by LiSA
  17. am I the only who just watched Kimi no Todoke? xD

  18. SAO II OP2
  19. SCANDAL - Departure
  20. Cydh

    @mobinfo/mi

    make new flie, mob_avaialble_in_at_mi.txt, for flagging it as "show" add new field for "show" in mob db, so only mob with "show" = true will be shown when @mi is used
  21. nice maybe, would be cleaner if u want to list bug fixes, makr it summary or at least group them by job, skill, script, and other regular matter
  22. diff --git a/src/common/Makefile.in b/src/common/Makefile.in index 61ea90d..ffed176 100644 --- a/src/common/Makefile.in +++ b/src/common/Makefile.in @@ -2,7 +2,7 @@ #COMMON_OBJ = $(ls *.c | grep -viw sql.c | sed -e "s/\.c/\.o/g") COMMON_OBJ = core.o socket.o timer.o db.o nullpo.o malloc.o showmsg.o strlib.o utils.o \ grfio.o mapindex.o ers.o md5calc.o minicore.o minisocket.o minimalloc.o random.o des.o \ - conf.o thread.o mutex.o raconf.o mempool.o msg_conf.o cli.o sql.o + conf.o thread.o mutex.o raconf.o mempool.o msg_conf.o cli.o sql.o harmonycore.o COMMON_DIR_OBJ = $(COMMON_OBJ:%=obj/%) COMMON_H = $(shell ls ../common/*.h) COMMON_AR = obj/common.a
  23. *often away until February*

  24. skripsi skripsi, ngejar wisuda April musti sidang Februari skripsi masih proses Bab II salam away dlu untuk RO & rAthena
  25. Cydh

    jRO Sprite MOD

    download jRO, extract the file. and... wrong place to post
×
×
  • Create New...