Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/10/21 in all areas

  1. autobonus "{ callfunc "F_BlackKingBar"; }",500,10000,BF_WEAPON; function script F_BlackKingBar { atcommand "@effect 123456"; // TODO: change to enlarge effect. sleep2 10000; atcommand "@effect 123456"; // TODO: repeat to end the effect. end; } i don't remember which effect allow user to growth in size. find the id and change it.
    1 point
  2. shut down server, and execute these queries. UPDATE `cart_inventory` SET `option_id0` = 0,`option_val0` = 0,`option_parm0` = 0,`option_id1` = 0,`option_val1` = 0,`option_parm1` = 0,`option_id2` = 0,`option_val2` = 0,`option_parm2` = 0,`option_id3` = 0,`option_val3` = 0,`option_parm3` = 0,`option_id4` = 0,`option_val4` = 0,`option_parm4` = 0; UPDATE `guild_storage` SET `option_id0` = 0,`option_val0` = 0,`option_parm0` = 0,`option_id1` = 0,`option_val1` = 0,`option_parm1` = 0,`option_id2` = 0,`option_val2` = 0,`option_parm2` = 0,`option_id3` = 0,`option_val3` = 0,`option_parm3` = 0,`option_id4` = 0,`option_val4` = 0,`option_parm4` = 0; UPDATE `inventory` SET `option_id0` = 0,`option_val0` = 0,`option_parm0` = 0,`option_id1` = 0,`option_val1` = 0,`option_parm1` = 0,`option_id2` = 0,`option_val2` = 0,`option_parm2` = 0,`option_id3` = 0,`option_val3` = 0,`option_parm3` = 0,`option_id4` = 0,`option_val4` = 0,`option_parm4` = 0; UPDATE `mail_attachments` SET `option_id0` = 0,`option_val0` = 0,`option_parm0` = 0,`option_id1` = 0,`option_val1` = 0,`option_parm1` = 0,`option_id2` = 0,`option_val2` = 0,`option_parm2` = 0,`option_id3` = 0,`option_val3` = 0,`option_parm3` = 0,`option_id4` = 0,`option_val4` = 0,`option_parm4` = 0; UPDATE `storage` SET `option_id0` = 0,`option_val0` = 0,`option_parm0` = 0,`option_id1` = 0,`option_val1` = 0,`option_parm1` = 0,`option_id2` = 0,`option_val2` = 0,`option_parm2` = 0,`option_id3` = 0,`option_val3` = 0,`option_parm3` = 0,`option_id4` = 0,`option_val4` = 0,`option_parm4` = 0;
    1 point
  3. You should just use the achievement settings.. Add an achievement to kill 100 porings.. then they can toggle the Poring Slayer title whenever they want
    1 point
  4. Evening all! You know when you have one of those days and can't wait for it to end? That sums up the entirety of 2020. All of it. It's been tough for people all around the world with the sheer amount of ridiculousness over the last 12 months and eventually there will be a light at the end of the tunnel. It has been 6 years since I last posted a Christmas message, and as is customary at Christmas here in the UK, we get a message from the Queen. This message though, is aimed at 2020 as a whole. If you're lucky enough to be with family this Christmas, treasure them. If you're out celebrating with friends, be kind to everyone you meet. If you're in the hospitality industry serving others with little time to yourself, werk it girl. *snaps fingers* Whatever you're doing, stay safe. And wherever you are in the world, the rAthena team wishes you a Merry Christmas, Happy Holidays and Season's Greetings.
    1 point
  5. Hello everyone! I'm currently working on a small program. The concept here is that a person can use it in order to edit their navi_link_krpri.lub / navi_link_krsak.lub files in an orderly manner. The way the program is going to work - is that it's going to be taking in entries (from which maps your custom map should be accessible) as well as the in-and-out coordinates. It will then create entries within the file, following the pattern of how it's currently built, therefore not breaking the current incrementing index values inside of it. My question to you guys is - What are your thoughts on it? Reckon it's a good idea? If yes, should I perhaps also expand it - so that the user can also use it to edit other "navi_*" files? I personally believe it would make adding navigation data to the Projects a lot easier. ?
    1 point
  6. Find your Language ID on this page. For example, the Language ID for Brazil is 0x0416. Copy it. Go to Google, and paste "0x0416 in decimal" (without quotes, replace my code for yours). Google will display the result in the calculator: 1046. Go your Thor Patcher folder, and open the Configuration folder. Open the Languages folder. Create a new file, with your language name in plain English (for example: Portuguese.ini). Open the LanguageMap.ini file. Add a new line: lid1046='Portuguese.ini' Change the lid number to match with the one you got from Google. Change the file name to match yours. Copy and paste the contents of Default.ini inside the file you created (In this case, Portuguese.ini). Translate each line to your own language. Open Thor.exe (it must be in the same directory as the config.ini, the LanguageMap.ini and the Languages folder).
    1 point
×
×
  • Create New...