Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/07/22 in all areas

  1. 4CrAM-Open Hey everyone. Today marks a very special day for the 4CrAM project. A day that will change the private server community. The project has been a big success and it has not only made it possible to have fully working for 4th jobs on private server's a thing but it also allowed me to recover from a difficult situation I was in at the start of the project. Im very thankful to the people who have supported me up to this moment. Without you this project wouldn't of been possible. But its been about a year and a half and with the code finally reaching a point that im happy with it, I feel its time to reveal it to the public. Today is the day I make all of the work ive done up to this point public for the community but with a little extra in it. The code contains fully working 4th jobs, fully working traits system with the sub-stats working 100% official, the AP system fully working, all 4th job skills working, a few new commands along with some others modified for developing purposes, a custom job changer NPC for all the latest jobs, and a few other goodies. But the last feature to be included with this release is something I felt would be a good thing for the player base, overall community, and my way of saying thanks. I don't want players to be divided into 2 sides due to one side having access to 4th jobs and the other side having their character's potential limited. So with this I decided to also release full ready to play support for all of the expanded jobs. This will allow all players to reach their final jobs and gain access to base level 250 and the traits system. However, none of their skills are coded in yet. The power gap between 4th jobs and older renewal era expanded jobs was just too great to keep this from the community and with this release the gap can be minimized. I hope everyone enjoys this release and have as much fun with it as I did coding it all. This is my gift to the community. Enjoy. Also be sure to leave me a thank you if your not too lazy. One final note. CHECKMATE AND FUCK YOU TO A CERTAIN PERSON!!!! You know who you are. >=D 4CrAM-Open Github Link Note: A 2020-09-02bRagexeRE client or newer is needed for 4th jobs access. A 2021-11-17aRagexeRE or newer is needed to access everything. Be sure to adjust the set client date your using in the defines_pre.hpp file. Keep in mind the 2021-11-17 client is still new and issues are likely to still exist with its support. https://github.com/Rytech2/4CrAM-Open
    2 points
  2. did I mislead you by giving you the link for the official documents? or telling you that you are using the incorrect variable types and it will lead to bugs in the script ? or by the example that I included with the correct variable usage ? ???? well , there still a problem in the script that I mentioned before , maybe it's your chance to reach version 99 in your script.
    1 point
  3. Here you go sir ^_^. @ignoredropV1.1.patch
    1 point
  4. Version 0.1.2

    390 downloads

    npc random item by rate
    Free
    1 point
  5. this script sux big time use mine http://rathena.org/board/topic/72927-the-prize-is-not-given-to-players/#entry149317 update this script - script AutoFunEvent -1,{ OnInit: while (1) { freeloop 1; .@rand = rand(2000000000); .@count = 0; while ( getusers(1) > .@count ) { .@nb = query_sql("select account_id from `char` where online = 1 order by rand("+ .@rand +") limit 128 offset "+ .@count, .@aid ); .@i = 0; while ( .@i < .@nb ) { if ( attachrid(.@aid[.@i]) ) { if ( getgmlevel() < 60 && !checkvending() ) { // only normal players and non-vending players announce strcharinfo(0) +" won 500 Cash in Lucky Pick Event", 0,0x00FF00; #cashpoints = #cashpoints + 500; dispbottom "you got 500 cash point"; break; } } .@i++; } if ( .@i < .@nb ) break; .@count += 128; } freeloop 0; sleep 3600000 + rand(3600000); // 1 hour + random minutes within 1 hour } end; }
    1 point
×
×
  • Create New...