Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/06/18 in Posts

  1. The topic has been removed because of rAthena staff double standards and hypocrisy things. (rA staff blame me that I made a money on this topic while it's not and never was) All that I did for the last 2.5 years with around ~1k answers from my side is help for free for newbies here, but to rA staff, my topic is a pain in the ass. Sorry guys, but the topic can't be maintained on such a community anymore because of its admins. Bye
    1 point
  2. [ Radiant Gakkung ][ Flame arrow shower ][ Hell Fire dragon ] This is a first time showcase of me. Thank alot rAthena org. My facebook >> https://www.facebook.com/AT.Sittisongkram 2018-06-11 02-04-02.mp4
    1 point
  3. Actually Empty the pvp_rank table wont solve the issue, because Ghost uses a variable global variable, which can be reset by assigning another value which in my case set it to 0. I just made a script in which when the player login his/her statistics in ladder will be reset to 0. - script Playerresetladder_Login -1,{ OnPCLoginEvent: if(chkifresetladder >= 1) goto chk_kungtaposna; query_sql "DELETE FROM `pvp_rank` WHERE `pvp_rank`.`char_id` = "+getcharid(0)+""; callsub OnPvPReset; set chkifresetladder,1; end; OnPvPReset: set Kill, 0; set Death, 0; set KillingStreak, 0; set MultiKill, 0; set KillingSpree, 0; set Dominating, 0; set MegaKill, 0; set Unstoppable, 0; set WickedSick, 0; set MonsterKill, 0; set Godlike, 0; set BeyondGodlike, 0; set DoubleKill, 0; set TripleKill, 0; set UltraKill, 0; set Rampage, 0; set Ownage, 0; set NemesisKill, 0; set FeedCount, 0; return; chk_kungtaposna: end; } im not really good at scripting so in my case i need to use another variable for "chkifresetladder" every month. thank you.
    1 point
×
×
  • Create New...