Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/04/23 in all areas

  1. View File @whosell with item link Since the new updates no longer include the command, its a modification of the old code created by zephyrus_cr, with the addition of the specific item link. Submitter Fry Submitted 12/20/2022 Category Source Modifications Video Content Author zephyrus_cr  
    1 point
  2. Version 1.0.0

    1749 downloads

    in this file, automatic enchant npc, automatic modul exchange, varmeal ticket exchange, automatic armor exchange, note : this is custom made, feel free to download and modify as u like. ep 17.2 item_db not included, its already in newest rathena server emulator. thx
    Free
    1 point
  3. 12199,Rice_Scroll,Scroll of Magic,2,0,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "soullink"; },{},{} put this on your itemdb.txt function script soullink { switch ( basejob ) { case Job_Alchemist: set .@spirit, 445; break; case Job_Monk: set .@spirit, 447; break; case Job_Star_Gladiator: set .@spirit, 448; break; case Job_Sage: set .@spirit, 449; break; case Job_Crusader: set .@spirit, 450; break; case Job_SuperNovice: set .@spirit, 451; break; case Job_Knight: set .@spirit, 452; break; case Job_Wizard: set .@spirit, 453; break; case Job_Priest: set .@spirit, 454; break; case Job_Bard: case Job_Dancer: set .@spirit, 455; break; case Job_Rogue: set .@spirit, 456; break; case Job_Assassin: set .@spirit, 457; break; case Job_Blacksmith: set .@spirit, 458; break; case Job_Hunter: set .@spirit, 460; break; case Job_Soul_Linker: set .@spirit, 461; break; default: if ( upper == 1 && baselevel < 70 ) set .@spirit, 494; } if ( .@spirit ) { sc_start4 sc_spirit, 360000, 5, .@spirit,0,0; skilleffect .@spirit, 5; } end; } add this to your npc/custom/ .. ...
    1 point
×
×
  • Create New...