Corrected 'New' Char Deletion - #97
Conversation
* Fixed `deleteDate` variable that should store formatted date by [current_time] + [deleteDate] * Added `deleteDateTimestamp` variable for comparing delete date and current time before selecting/deleting char * Implemented send packets: * `'0829' => ['char_delete2_accept', 'a4 a6', [qw(charID code)]], # 12`: Supposed for all clients. * `'098f' => ['char_delete2_accept', 'v a4 a*', [qw(length charID code)]]`: idRO. * Implemented received packet: * `'082A' => ['char_delete2_accept_result', 'V V', [qw(charID result)]], # 10`: As answer of char_delete2_accept Signed-off-by: Cydh Ramdh <cydh@pservero.com>
|
Well, not quite correct, some clients want as newer clients => if it's kRO, since 2013+ |
|
iRO (Renewal) use same method. |
* Typo fixes on deletion messages Signed-off-by: Cydh Ramdh <cydh@pservero.com>
|
idk will I'll continue to make PR or not, since my PRs have no respond yet from OK staff. |
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
|
@cydh Unfortunately because most of your changes are idRO specific, I do not want to merge them without having someone to test them. I can do a code review this weekend, but I would still want someone else who plays on idRO to test. idRO blocks all non-Indonesian IP addresses, so it is impossible for anyone on the OpenKore team to test unless you have an Indonesidan server I could SSH into? :P If not, do you know anyone who would be willing to test your code and come onto the OpenKore IRC channel this weekend? :) |
|
How can u say so man? I even bother to test on iRO, the rest I tested for @rathena. for IRC thingy, just asking me on my PR/Issue I made. |
|
@cydh Sorry for the confusion, but I'm not exactly sure what you're trying to say... All I'm asking for is that someone from idRO (besides you) tests your code before we merge it. Do you think you'd be able to coordinate that? As a matter of principle, we don't want to merge any code without having another person test it first. Me and @allanon can't test your code because we can't connect to idRO. If you know anyone else who plays on idRO and uses openkore, please have them test your code and then report back here on GitHub if it worked as expected. Once someone else has tested your code, I'd be happy to merge it! Does that make sense? 😅 |
|
|
||
| my $messageDeleteDate; | ||
| if ($chars[$num]{deleteDate}) { | ||
| $messageDeleteDate = TF("\n -> It will be deleted lefting %s!", $chars[$num]{deleteDate}); |
There was a problem hiding this comment.
That 'lefting' message, I just copy it from src itself. U can find it.
However, the sentence is weird. It's must be something like "Char can be
deleted on %s"
|
Well, I'll bug some people if u insist (there are many idRO player lately on the issue, but seems they're not interested to test :P) |
|
@cydh i'am already tested all your coding but how to send it here ? As a proof i'll be tested your coding ? |
|
@Ax3l210817 screenshots maybe. @itsrachelfish u test it on iRO too. I tested it on Renewal server. on iRO timeout after request is 5 sec, but if you relog, the timeout becomes x minutes. |
|
@cydh okay maybe later night or tommoroww i'll send it here...one by one |
|
@cydh Delete |
|
For rename and move sry i can;t gave ss because i don't have any id left to try.....thx may this can help for tester,,,, |
|
@Ax3l210817 Thank you for testing! If you have the time, I'd really appreciate it if you could also test any of the other idRO-specific pull requests that cydh has made. (#89, #96, #117) @cydh Can you resolve the merge conflicts in this branch? I'll test this on iRO tonight and merge it into master. Thank you both for your help 😄 |
|
@Ax3l210817 thank you very much man @itsrachelfish I'll do it. |
|
@cydh yw bro @itsrachelfish okay i'll do when i have time....just to share post ss one by one before and after |
Signed-off-by: Cydh Ramdh <cydh@pservero.com>
|
@cydh please check your email on pserver i really need u're help about this thx before my email yp****@gmail.com |
|
hello.. plugins autoremake eror after i change the files with this update.. can somebody help for fix it.. idRO
|
|
@Ax3l210817, just replied. because I need to test it first. @phinokio, I guess, this is not place for asking a support |
|
thanks cydh, i've tried it and success..manually deleted char with this changes. is plugin contens get from misc.pm file?because i got some similarity words there. |
|
Thank you for testing. Now idRO people are searching for working char deletion because last MT. XD
|
|
These changes worked for me, however the wording might need to be updated for iRO. It seems like iRO expects an email address for confirmation, but openkore expects a birthday? I tried it again, entering my email address, and it worked. 👍 |
|
It depends on server policy. kRO is birthdate (fixed 6 chars), iRO is
|
|
@cydh haha, you know cydh,there a quest that usse deleteing char on IDRO now..but only few people can do it... still confused about use a plugin or macros.. |







deleteDatevariable that should store formatted date by [current_time] + [deleteDate]deleteDateTimestampvariable for comparing delete date and current time before selecting/deleting char'0829' => ['char_delete2_accept', 'a4 a6', [qw(charID code)]], # 12: Supposed for all clients.'098f' => ['char_delete2_accept', 'v a4 a*', [qw(length charID code)]]: idRO.'082A' => ['char_delete2_accept_result', 'V V', [qw(charID result)]], # 10: As answer of char_delete2_acceptSigned-off-by: Cydh Ramdh cydh@pservero.com