Jump to content

Rynbef

Forum Moderator
  • Posts

    898
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Rynbef

  1. The newest rAthena Version already provide it. https://github.com/rathena/rathena/blob/379009b31f8b50443c5b3b489c55e8d27205557a/sql-files/logs.sql#L114 Rynbef~
  2. The exp u can't shorter. To do both in one. Maybe just something like: BaseExp += (getmonsterinfo(killedrid,3) * 'bonuzExp); Monster drop u can take a look at addmonsterdrop but u need to do this OnInit. https://github.com/rathena/rathena/blob/379009b31f8b50443c5b3b489c55e8d27205557a/doc/script_commands.txt#L6875 Rynbef~
  3. And on Linux use "git checkout <hash>" to download specified version. Should be this one: https://github.com/rathena/rathena/commit/8accb49669ad3024aa23ed88deaf1bc5cf644563 https://github.com/rathena/rathena/pull/4072 KRO Rebalanced Skills: https://mro.gnjoy.com/notice/detail?seq=7040 That means u need a version before #4072 if u don't want the rebalance. Or u check the changes and change it back. Rynbef~
  4. It could happen a few small bugs u can fix later but should work without big issues. Update ur client, stop the server, change to renewal, recompile, check u have all databases for renewal on ur sql server and then run the server. To change from renewal to pre-renewal would not that easy. Rynbef~
  5. I collecting clients older than 2014. Thx Rynbef~
  6. Do u run only one Webservices server on 8888? You should. Rynbef~
  7. U need the Idle Animation on every .act file for every class. Rynbef~
  8. I plan to upload all Clients and old Tools I can found and upload for public on my own page. But I'm on mobile yet for a few weeks. And if someone have older clients than 2014 I'm glade to get a pm. I've sakray from 2005 to 2008 and X-ray from 2005 to 2009. It seems every Client is prediffed Rynbef~
  9. It's from 2012. Don't forget cygwin for and min. MySQL 5.0.67. But compatible with the exe 2008-01-02 of course sakray. Server: eAthena-SQL-15228[Trunk].rar Necessaries: cygwindlls-V1007.7.rar Clients: kROsakexe0102aN.rar kROsakexe0102aN[Xray].rar Necessaries: fulldata_v2.rar Lua files 4.rar Packet Version: 23 I unfortunately can't find the diff file. Try use WeeDiffGen maybe. If u find the file I've found the diff patcher. K3dtDiffpatcher_beta.exe Rynbef~
  10. I rly don't think u can get run it. U maybe use an old Emulator of eathena. https://www.eathena.org/eathena/archive/ Rynbef~
  11. Comment out by insert // before the line pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking. At line 2356 on skill.cpp It could fix it. But I'm not sure. The PC stop only appears on renewal and as u said on pre-re it works fine. Rynbef~
  12. Try change langtype, servicetype and servertype. That fix it for me. Rynbef~
  13. It's the condensed white potion. Rynbef`
  14. Here u go https://board.herc.ws/topic/18871-dota-pvp-ladder/ Or on GitHub I've found a newer one https://github.com/AnnieRuru/Release/tree/master/scripts%2FPvP %26 GvG%2FDota PVP ladder (3.6) Rynbef~
  15. U can create a Status Effect like SC_FISHING and when ur using the item the status effect start for a few minutes or else. On unequip sc_end SC_FISHING; But it's need SRC modification. It's not complicated. Rynbef~
  16. We need more *informations about ur version of server and client. Try change servertype, servicetype and langtype on ur Clientinfo.xml What does in ur database saved on char->name ? Have u diffed "Fix Charset For Custom Fonts" and does the charset of server and database the same? Rynbet~
  17. Compare your config with: https://github.com/rathena/rathena/blob/master/conf/battle/monster.conf Rynbef~
  18. The for loops have a limit to prevent endless loops. The warning shows "Infinity loop" on big for loops. Add before for loop: freeloop(1); and after the for loop add: freeloop(0); Rynbef~
  19. U have to create a timer tick after skill usage or use the prevent logout timer after skill usage. And add the if statement here: https://github.com/rathena/rathena/blob/d53880cf1e75d5547d5b8bcac5596690aff6d080/src/map/pc.cpp#L12895 if(sd->canlog_tick == 0 || DIFF_TICK(gettick(), sd->canlog_tick) > battle_config.prevent_logout) As example add this If u have knowledge about u can create an own timer and battle config. Rynbef~
  20. U should add a separate if statement. as example: if(Class==ID){changebase Job;} And so on Rynbef~
  21. 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~
  22. 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~
  23. 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~
  24. Can u record a video so I can see how fast it is and on which case? Which client and rAthena version ur using? Renewal or pre-renewal? Rynbef~
×
×
  • Create New...