R roygbiv New member Messages 6 Points 0 Github roygbiv Mar 17, 2014 #2 i've made my own custom passive skill in RO. how do i put my skills in the misc tab skill window Last edited by a moderator: Mar 17, 2014
D Dastgir Core Developer Messages 3,805 Points 0 Discord Dastgir#1460 IRC Nickname Dastgir Github dastgirp Emulator Client Version 2019-02-28 RE Mar 17, 2014 #3 Skills are put in misc if it is given by item_commands like skill i,n; https://github.com/HerculesWS/Hercules/blob/master/doc/item_bonus.txt#L12 or script commands like skill <skill id>,<level>{,<flag>}; https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L5476 Last edited by a moderator: Mar 17, 2014
Skills are put in misc if it is given by item_commands like skill i,n; https://github.com/HerculesWS/Hercules/blob/master/doc/item_bonus.txt#L12 or script commands like skill <skill id>,<level>{,<flag>}; https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L5476