Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/16/17 in all areas

  1. Need the latest kRO Install folder for your private server? Look no further! ----> Download <---- Latest: 2023-04-04 Installation: Official kRO Updated: 04/04/2023 Download Link: https://mega.nz/folder/jUsDgRxQ#ttLmLjPY9p9cfU5_ShWVCw Package contains RSU RO Patcher Lite for kRO and kRO RE by [Ai4rei] This package is maintained by [Akkarin] Note: Due to continued abuse of my webservers, the files have been moved to MEGA. You can download an extractable .zip of an installed kRO directory, or you can download the official installer from kRO's website. Note: If you require older maps that are compatible with 2021 and older clients, download the 2021 .zip. A fan of this topic? Hit the rep button
    1 point
  2. original by Napster ( https://rathena.org/board/topic/97889- ) equivalent ExtendedVendingSystem_1.9.4_r15149.diff very recommend use clean server for this patch. back up your server first before patch and use as your own risk. Step 1: download patch.diff and place to rAthena working directory. Step 2: in Git Bash, browse to rathena directory (cd command) and execute this command. patch -p1 -l < patch.diff or git apply patch.diff result should be. Step 3: migrate database by command. mysql --user=dbuser -p dbname < sql-files/upgrade_extended_vending_item.sql Step 4: re-compile. Step 5: start the server. test result with rAthena server commit "f8a8c9fe798c315a3a340eb5a484d275c5c543b2" (24 August 2016) Edit: Updated 10 August 2016 patch.diff
    1 point
  3. That's the best way to do this, i'll explain a little better, but all credits to @Jey <3 switch(questlevel) { case 1: // in case that the variable questlevel = 1; mes "Your Quest"; break; case 2: mes "Your Quest"; break; case 3: mes "Your Quest"; break; default: mes "Woops! there's something wrong in the source script!"; // This line will excecute when the variable questlevel haves a different value. close; } If you want to add another one, just add another "case <value>:"
    1 point
  4. cannot.. older clients are using idnum2table while newer clients are using System/itemInfo.. those i think on the clients themselves, setup by Gravity..
    1 point
  5. This shows up when you did not do any prior "mes" commands before closing it. What I would suggest is to put something like mes "You have successfully retrieved your Vote points!"; before "close"
    1 point
  6. query_sql( "UPDATE `cp_votes` SET `credits` = 0 WHERE `account_id`='"+getcharid(3)+"'" );
    1 point
  7. here is the packets for this client.. hope this is should help u. xD Packets 2017-01-25aRagexeRE.txt
    1 point
×
×
  • Create New...