Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/19 in all areas

  1. Can you provide with an updated pet_db.yml format please. This script need some serious updating.
    1 point
  2. Version 1.0.0

    225 downloads

    well, I didn't find the mvp card symbol anywhere and redid it, I decided to share it. It's not perfect, but better done than perfect! kk ?
    Free
    1 point
  3. - script MvP_Kill -1,{ OnNPCKillEvent: .@checkmvp = compare(.MvPID$,""+killedrid); if( .@checkmvp ) { if( !.Chance || (.Chance && .Chance > rand(10000)) ) if(.limit > .limit_drop){ getitem .Reward, 1; .limit_drop++; } } end; OnClock0000: .limit_drop = 0; end; OnInit: .limit = 100; //100 drop per day .Chance = 1000; // 1000 = 10%, 0 = turn off chance drop mode, 100% drop .MvPID$ = "1511,1734,1492,1647,1785,1630,1399,1039,1874,"+ "1251,2068,1272,1719,1046,1389,1112,1115,1957,1418,1871,1252,1768,"+ "1086,1688,1646,1373,1147,1059,1150,1956,2022,1087,"+ "1190,1038,1157,1159,1502,1623,1650,1583,"+ "1708,1312,1751,1685,1648,1917,1658"; // MvP Ids .Reward = 7227; // Reward Item ID end; }
    1 point
  4. Can you change the file to support the new system? I bought your product but I can't use it because its system is very old. The new file type has changed to yml and it doesn't work with your products at all.
    1 point
  5. August Digest 2019 The following digest covers the month of August 2019. Staff Changes: None. Development Highlights: CORE: Fixed dropall counter (beb6b579) Fixed item removal in Rodex (4664e88b) Corrected Joint Beat damage formula (63c4c9c3) Added multi-hit critical damage display support (08d160aa) Cleaned up left handed checks (81c5dc9a) Corrected Fame Points for level 3 weapons (78b2f109) Fixed Escape not working with bNoKnockback (e3fd7a6f) DATABASE: Updated duration for Purring (8dfdac32) Corrected pet bonuses (479cc28a) Removed obsolete Novice Rod bonus (5fb6dd7e) Added new achievements (bbca9efd) SCRIPT: Corrected position of Shrimp Trader (c1112c28) Corrected Dandelion Request script (ddb9e814) Corrected custom Job Changer quest item reward (3126bd8a) Updated Young Man position (ce42168b) Corrected Brasilis Sign Post location (0d1eb994) Added items for Advanced Potions NPC (62fa1b86) Portals correction - yuno_in03 (752d3143) OTHERS: None September Digest 2019 The following digest covers the month of September 2019 Staff Changes: None Development Highlights: CORE: Removed the option ID requirement for countitem3, rentitem3, getitem3, makeitem3, delitem3 (378e44d8) Dropped ragsrvinfo functionality (bc15f5ce) Small isequippedcnt script command update (786186f7) Reduced list field length in ipbanlist table from 255 to 15 (8431410a) Corrected pet bonuses not applying (aa63c855) Empty message in announce script command (be1194e4) DATABASE: Minor item_db fix (df930fdb) Fixed Old Money Pocket being unusable (ebc61dfb) Synced Geffen Magic Tournament mob_skill_db name with mob_db name (1658067f) Item Database Update - Lava set and Glast Heim Castle F3 weapon (7d3d952f) Corrected Tornado Axe equip level (8b4306e6) SCRIPT: Fixed typo in item 5330's script (9f4e40d4) Updated Euphy's WoE controller using the new mail script command (a83e9f34) Updated instance_warpall script side (b7f38cf8) Added quest checks for Geffen Magic Tournament (9b11301f) Corrected Clock Tower Gatekeeper dialog (6db35cd6) Old Driver band Yellow script fix (3fa8da13) OTHERS: Make appveyor use the tools/ci/sql.bat batch script (76698145) Fixed typos channel.hpp comments (152bdb0e) Show your support to rAthena by submitting your Issue or Pull Requests! 
    1 point
  6. Can you updates this into the latest data + server files?
    1 point
×
×
  • Create New...