Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/13/18 in Posts

  1. Ok, in the 'status_base_amotion_pc' function on status.cpp file, search for: amotion -= amotion * (4 * status->agi + status->dex) / 1000; Change to: amotion -= amotion * 2 * status->agi / 1000;
    2 points
  2. The rAthena have changed the default PACKETVER to 20180620 because we support all required features or have them on some pull requests in the Git repository and because of that I'm releasing this client. That's all. Important Note: This client uses sclientinfo.xml instead of clientinfo.xml. Download link: 2018-06-20eRagexeRE.exe (MediaFire).
    1 point
  3. Because your missing script_command of 'inarray' your rAthena is outdated better update it. https://github.com/rathena/rathena/commit/151c8476
    1 point
  4. https://github.com/rathena/rathena/blob/master/doc/packet_interserv.txt
    1 point
  5. Just came to thank @Anacondaqq for the amazing work. I've been enjoying playing and modding Ragnarok "Offline" for more than a week now, its been a blast to play around with it! And I plan on keep playing with it for many weeks more. Once again, thank you so much!
    1 point
  6. The problem is not related to the package, and I usually do not support openserver problems. But in this case, try next: Run OpenServer (red flag) Click on the flag, go to settings On settings window select Modules Tab http change to nginx from apache. Like on screenshot php you can manually change too do not touch mysql, different mysql versions = will not know about your database, and you will have errors on starting your rathena server, because of changed mysql version. So please do not touch mysql part. Now restart, and everything should work fine
    1 point
  7. You can find here: /src/map/clif_packetdb.hpp and client-restrict packets you can find here: /src/map/clif_shuffle.hpp
    1 point
  8. Thanks for this images. Got my rAthena Mug now ?
    1 point
  9. try this got 6 overstats = ban any stats over = announce - script Sample -1,{ OnPCLoginEvent: for( set .@i,13; .@i <=18; set .@i,.@i + 1 ) if( readparam(.@i) > 255 ) set .@OverStat,.@OverStat + 1; if( .@OverStat >= 6 ){ mes "You have Over Stats...Cheating..will be blocked."; sleep2 5000; atcommand "@block "+strcharinfo(0); }else if( .@OverStat ){ announce "OMG.."+strcharinfo(0)+" have overstats....",0; } end; } any stats over = ban - script Sample -1,{ OnPCLoginEvent: for( set .@i,13; .@i <=18; set .@i,.@i + 1 ) if( readparam(.@i) > 255 ) set .@OverStat,.@OverStat + 1; if( .@OverStat ){ mes "You have Over Stats...Cheating..will be blocked."; sleep2 5000; atcommand "@block "+strcharinfo(0); } end; }
    1 point
×
×
  • Create New...