-
Content Count
37 -
Joined
-
Last visited
-
Days Won
2
Cydh last won the day on December 12 2014
Cydh had the most liked content!
About Cydh
-
Rank
Advanced Member
- Birthday March 5
Contact Methods
-
Skype
cydh_r
-
Website URL
http://pservero.com
Profile Information
-
Gender
Male
-
Location:
Yogyakarta, Indonesia
-
Interests
Anime, Manga, Programming, and being myself
-
Github
cydh
-
Emulator
rAthena
Recent Profile Visitors
4554 profile views
-
Cydh changed their profile photo
-
Cydh started following Rathena is ended?
-
Rascal4susee started following Cydh
-
rAthena is ENED? NO, it's NOT! just the forum that currently is down.
-
Cydh started following @market command, Get last_mac Address and PEEK - Successor to Yommy's Packet Analyzer
-
lol i see that im not blind ) im just asking if there is any possible way to use it without SSL login. if client not using SSO Login, then make a check if client try to login with no mac address, reject it. maybe like that
- 41 replies
-
Nebraskka reacted to a post in a topic: Ragnarok Episode Timeline
-
There's a server who have it.. made by Cydh. is cydh selling it? no. xD then if no. it is free then .haha . I'm hoping you will be releasing it for free people say "I'm not selling my life" means also they won't share their life. I'm not selling it nor sharing it. but, once upon a time. xD @Dastgir said want to make it T_T. well i'm looking forward to the source development sir @Dastgir he also asked same question as you, after I say "I can't" he decide to make, he said someone asking about it. but idk where that "someone" asked and don't know too that Dastgir will share or not. @Judas, as the post said, basically just @command make new clone for pub, and when pub is clicked, it say something.
-
There's a server who have it.. made by Cydh. is cydh selling it? no. xD then if no. it is free then .haha . I'm hoping you will be releasing it for free people say "I'm not selling my life" means also they won't share their life. I'm not selling it nor sharing it. but, once upon a time. xD @Dastgir said want to make it
-
There's a server who have it.. made by Cydh. is cydh selling it? no. xD
-
AnnieRuru reacted to an answer to a question: @item item_deny
-
just a little improvement if u want (I ever made this for my own server) instead of loading item each command being used, always accessing MySQL, just load it once and reloaded by @reloaditemdb. use item flag to mark it as "this item cannot be @item/@refine/@etc etc by group level/id below `this`" EDIT: attaching file item_restriction.diff
-
do you still have the warning despite its working correctly now ? example for warnings inmaintenance.c: In function ‘server_online’:they're lasting if you don't initialize values of http://upaste.me/51b8e5#LC144.if the checks here http://upaste.me/51b8e5#LC159-172 are fail to, those var aren't initialized and then they're used at http://upaste.me/51b8e5#LC173
-
AnnieRuru reacted to a post in a topic: Maintenance mode
-
for rAthena, u can do simply trick [*]just do normal announcement "/b I gonna do maintenance bla bla bla" [*]"@kickall" [*]with a little modification on char & login server (see my PR on rA "server:reloadconf" [*]edit the configs that have mean to "only this group level above can login" [*]on your char & login server console, (make sure console:yes for both servers) just go type "server:reloadconf" ehh, the proper sort is 3-1-4-5-2. @Annie instead of use 0 here, u should use INVALID_TIMER (and other lines) + if ( chrif->maintenance_countid > 0 ) {+ timer->delete( chrif->maintenance_countid, chrif->maintenance_countdown );+ chrif->maintenance_countid = 0; + }
-
Note from me, "This won't work if you have separated login-server with map-server (the database or host)"
-
yeah, but is it possible if someone make the sit position for Oktoberfest. /heh
- 13 replies
-
- oktoberfest
- fRO
- (and 5 more)
-
no sit sprite, is it correct? or maybe someone want release the custom one? xD
- 13 replies
-
- oktoberfest
- fRO
- (and 5 more)
-
anyone got problem by adding custom skill? Examples, I add custom skill with ID 3040, as far as I know, in the skill_get_index, it will be handle by else if ( skill_id < 5019 ) // 3036 - 5000 are empty - 1020+57+348+35 skill_id = (1460) + skill_id - 5001; 1460 + 3040 - 5001 = -501? 5020, this is will returns ShowWarning("skill_get_index: skill id '%d' is not being handled!n",skill_id); then, I must 'peek' the empty slot between official skill ids or "add new skill ID after 1478 (#define MAX_SKILL) then add the value of MAX_SKILL" (I didn't find any info like I mention, CMIIW)
-
welcome. /ok btw, thank's to Dastgir who added it here. /no1
-
yup, that's my idea in "other world", so we can put some sperated item db files for item_db table, can be used for CP. I already done this sql thing in "other world", also fine in testing. Seems, I can try that on Herc too, and try make .diff or PR maybe
-
Mumbles reacted to a post in a topic: Extending item_db.conf
-
evilpuncker reacted to a post in a topic: Extending item_db.conf
-
Dastgir reacted to a post in a topic: Extending item_db.conf
-
First, please don't feel strange if I make new post as suggestion here. Thank you. We know that on of many differences between Hercules and other emu is on item_db.conf. I feel 'the new' format file & item_db structure can provides some item_db values that currently are separated, like item_buyingstore.txt, item_delay.txt, item_trade.txt, item_nouse.txt, item_stack.txt, and item_avail.txt. I have suggestion to move those separated file to item_db.conf format: Buyingstore: Yes //item_buyingstore.txt Delay: <duration> //item_delay.txt Trade: <flag>,<override> //item_trade.txt Nouse: <flag>,<override> //item_nouse.txt Stack: <amount>,<flag> //or sperated values instead of use a flag, <inventory>,<cart>,<storage>,<guild storage> //item_stack.txt Sprite: <item_id> //item_avail.txt When those files are merged, then, the sql table for item_db can stores those values too. And maybe, later some db files can be merge to be one file like mob_db, skill, item creation, etc. (actually I'm doing something on 'other' emu related SQL - TXT databases then found that Herc's item_db.conf the only one can merges some separated item dbs)