Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/31/19 in all areas

  1. To put a announce is simple, you just need this script command: announce "<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}}; Just add the 'announce' after the 'getitem': Now, about show a countdown timer... You'll need to remake the script, changing 'addtimer' to other function. I suggest you look at 'doc/script_commands.txt' file or look for one script with hourly reward to get a example. Good luck.
    2 points
  2. Heya, As of 1.8.3.3, GRF Editor now has a Dark Theme available. You can choose the theme from Tools > Settings > General > Theme.
    2 points
  3. Prolog What's new? Added kind of attacker that will be affected of this damage adjustment Corrected script command usage for atk_rate that didn't work on previous releases Remove some unusable params on battle_calc_normal_damage Conf file, on misc.conf Mapflag NPC Download! DIFFED for rAthena Git Hash: 34971e57 (20190611) : global_damage-rA-20190611-34971e57.diff global_damage-rA-20180918-0d773983.diff
    1 point
  4. June Digest 2019 The following digest covers the month of June 2019. Staff Changes: None. Development Highlights: CORE: Fixed dissapearing items when cart is full (8ed3d058) Corrected a potential crash from equip switch (8cfee2c8) Corrected Enchant Arms for older clients (754274bc) Corrected Weapon Forging inventory search (052a4fd1) Corrected the value returned by getmapflag script command for MF_RESTRICTED (f8ea43eb) Corrected PK Mapflag assignment (a548f20c) Sense - show 0 for negatives (19835b63) Implemented instance_live_info script command to retrieve some data of running instances (c1975d7e) DATABASE: Removed the duplicate item ID from item_db.txt (5c1ef394) Updated item_db.txt (aae31a19) SCRIPT: Corrected the map name for announcing the entrance in the Morse cave instance (3cb23fd5) Fixed an issue with a cooldown after killing Wounded Morroc (34971e57) Implemented the Paramarket shops (a16f0ebb) OTHERS: Added the skeleton for the yaml converter (c2899d75) Added missing gitignores for csv2yaml (a4bbb932) Add SnakeDrak as author (46d04269) Fixed csv2yaml for guild skill tree (232b3885) Clean-up doc script commands (7cc8c964) List of Contributors: @aleos89, @attackjom, @Atemo, @Daegaladh, @flamefury, @functor-x, @jenkijo, @Lemongrass3110, @LiamKarlMitchell, @Normynator, @Tokeiburu July Digest 2019 The following digest covers the month of July 2019 Staff Changes: None Development Highlights: CORE: Implemented convertpcinfo script command (5fae7c26) Fixed a clone issue (912d97e4) Corrected autospell stacking (32525bad) Pet Fix Client after 20180704 (87b85819) Prevent moving/dropping the pet egg if it's hatched (454163c4) Fixed invalid item errors in achievements (8bb6b119) Fixed STR affecting mob damage in pre-renewal (2ca417b6) Cleaned up Joint Beat behavior (cb2c553f, 6d199ca7, 5702dc3c) Fixed Achievement Level progression (ac46920e) Fixed CZ_STANDING_RESURRECTION check (17f32a17) Fixed typo with wrong password length (d9db877d) Corrected Strip duration (4ea1b254) Corrected RENEWAL_ASPD macro processing (d476934c) Corrected pre-renewal Heal formula (3caf6687) Corrected a compile warning on GCC 8 (3dd388ac) Properly free function script counter (8050f7c8) Removed leftover variable (90d603d1) DATABASE: Corrected Magnum Break delay (fc2c6e02) SCRIPT: Fixed quest cooldown display bug for Quest Board NPC (bf52c52a) OTHERS: Fixed pet evolution upgrade script (e6eaa9fe) Made mob sprite column unique (d80e111e) Updated README.md (68e98a87) Small doc/script_commands.txt correction (0b1184e4) List of Contributors: @4144, @admkakaroto, @aleos89, @Asheraf, @Badarosk0, @cahya1992, @cydh, @daisyanne1380, @Everade, @gengstergile, @Indigo000, @laziem, @mazvi, @mrjnumber1, @naffej, @Normynator, @Playtester, @RadianFord, @rfperuch, @sader1992, @SeravySensei, @Stingor, @teededung, @Tokeiburu Show your support to rAthena by submitting your Issue or Pull Requests! 
    1 point
  5. The update of the char selection window was made ~ in February 2018. You can use 2017-06-14bRagexeRE. It is popular EXE version. https://mega.nz/#!0ENVzaZR!MWM4942w7t-TXaaKNyp5wJzrkSto0P8pIlvSMVvwOG0 It is 2017-06-14bRagexeRE without patches. You need to apply patches by NEMO patcher.
    1 point
  6. @Tisuuu Elements of GUI have static size. So, you can't fix it for a resolution which is less than the default one.
    1 point
  7. if (@bought_nameid[@n] == .ItList[@a]) { set @PriceT, .ItList[@a + 1] * @bought_quantity[@n]; if (#fidelidade < @PriceT) { end; } else { set #fidelidade, #fidelidade - @PriceT; getitem @bought_nameid[@n], @bought_quantity[@n]; } }
    1 point
  8. Here is the problem: The script are checking if player have '#fidelidade' or 'Zeny' and if have one of them, will give the item. So you need to change only to check '#fidelidade' points or '#fidelidade' points and 'Zeny'. Like this:
    1 point
  9. @rans Try to open your "data.grf" with GRF Editor and press "Ctrl+Alt+S". It helped me with opening new GRF in "GRF Tool".
    1 point
  10. The newer clients have minimal screen resolution limit, use "Change minimal screen resolution limit" patch in 4144's NEMO fork. http://nemo.herc.ws/patches/ChangeMinimalResolutionLimit/
    1 point
  11. Hello everyone, help me i'm newbie here Why my ragnarok get force closed while i change my hairstyle at stylist npc? It often happened It get force closed after i change my hairstyle to no. 30 and above (custom hairstyle, original max hairstyle is 29), both male and female characters Here's my data.grf Also i have change my max hair style to the new one in conf/battle/client.conf Am i do some mistake? or maybe big mistake? What should i do?
    1 point
  12. Version 1.1.0

    577 downloads

    This is an expansion to currently existing vending module. It allows listing of all vending items and filter list by item name. Installation: Download the file Extract it to addons folder of flux That's it. Click the Vending Info menu then click the List Items sub menu.
    Free
    1 point
×
×
  • Create New...