https://github.com/rathena/rathena/pull/7359#issuecomment-1676240597
More options on battle.conf whould be great cuz it's good not only for macro/AHK detection. Maybe add
macro_detector(<type>,<time_ticks>{,<account ID>}); macro_detector(type>,<time_ticks>{,"<character name>"});
<type> 0 = Jail 1 = Ban 2 = Mute 3 = trigger npc event 'OnPCCaptchaFailed' or "OnPCCaptchaSuccess"
<time_ticks> seconds the player have to solve.
So we could give every player who is online at night a reward as example. But he have to solve the captcha. We can add it on the stylist npc or other npcs to prevent auto-clicker and else. Unfortunately I'm only on mobile a few weeks.
Rynbef~
I don't know if ur looking forward cuz it's a few time ago.
https://github.com/rathena/rathena/blob/d53880cf1e75d5547d5b8bcac5596690aff6d080/doc/script_commands.txt#L6619
Rynbef~
If u run the server first time in renewal or pre-renewal and create a character, login etc. and change the server mode afterwards. It's can be happen. U should stop the server and clear the database of sc_data. That's should fix it.
Rynbef~
If u don't find another way u can add a check if target has equipped the item and then block Knockback but not for specified skill. Therefore u have to src mod it.
https://github.com/rathena/rathena/blob/master/src/map/skill.cpp#L3062
Rynbef~
Do u looking for this script or u want a similar script?
Here I've created a script u can finish.
Let me know if u need future help on this script.
MomsTutorial.txt
Rynbef~
@playniks I can't sleep until I've helped u. So I tried the same think again, again and again and since today its works fine. And I'm glade to upload ur requested client
2019-05-30aRagexe.exe
Rynbef~
The *getcharinfo doesn't exist. Replace:
set saveMap$, strcharinfo(3);
set saveX, getcharinfo(0);
set saveY, getcharinfo(1);
With:
getmapxy(saveMap$,saveX,saveY,BL_PC);
Rynbef~
Search for the version u want. U can look at the changes and copy the hash of the version.
On Linux use:
git log - will help u find out which hash u want
git checkout <hash> - clone the version
On branches u can take a look to. Here's a stable 3 years old version: https://github.com/rathena/rathena/tree/hotfix/dropitems
From 5th April 2020
Rynbef~
I think it could be really helpful on any server specially for pvp or woe related servers. It looks rly good. We need more releases like this. And hopefully for free.
Rynbef~
That's tells u everything u want to know. The Client sends tokens for now and this is IP bounded. U could just fix it if u use the same IP or a proxy of the first IP for both server
Rynbef~