adrian26v2 0 Posted January 14, 2015 (edited) how to translate this to itemdb of herculeschangebase roclass(eaclass()|EAJL_THIRD); changebase Class;here is the original topic : https://rathena.org/board/topic/65109-3rd-job-suit-item/ Edited January 14, 2015 by adrian26v2 Quote Share this post Link to post Share on other sites
0 Spre 0 Posted January 14, 2015 (edited) a small search would have helped you a bit. https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L4425 from this topic: http://herc.ws/board/topic/7895-npc-for-change-job-clothing-sprite/?hl=changebase#entry47228 so just shrink that code down to changebase job_id; Edited January 14, 2015 by Spre Quote Share this post Link to post Share on other sites
0 adrian26v2 0 Posted January 14, 2015 a small search would have helped you a bit. https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L4425 from this topic: http://herc.ws/board/topic/7895-npc-for-change-job-clothing-sprite/?hl=changebase#entry47228 so just shrink that code down to changebase job_id; can you give me the main script sir THANKS Quote Share this post Link to post Share on other sites
0 adrian26v2 0 Posted January 15, 2015 a small search would have helped you a bit. https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L4425 from this topic: http://herc.ws/board/topic/7895-npc-for-change-job-clothing-sprite/?hl=changebase#entry47228 so just shrink that code down to changebase job_id; can you give me the main script sir THANKS why its not working the changebase class; <"changebase 4060;"> <"changebase Class;"> <"bonus bAllStats,150000;"> Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted January 15, 2015 a small search would have helped you a bit. https://github.com/HerculesWS/Hercules/blob/master/doc/script_commands.txt#L4425 from this topic: http://herc.ws/board/topic/7895-npc-for-change-job-clothing-sprite/?hl=changebase#entry47228 so just shrink that code down to changebase job_id; can you give me the main script sir THANKS why its not working the changebase class; <"changebase 4060;"> <"changebase Class;"> <"bonus bAllStats,150000;"> can you show full item entry for that item? Quote Share this post Link to post Share on other sites
0 Spre 0 Posted January 15, 2015 yes whats the full item code? and im not sure if its different here then ea and ra but try changebase JOB_NAME; like its defined in the source. Quote Share this post Link to post Share on other sites
0 Garr 117 Posted January 15, 2015 Why change it? It should work as is. OnEquipScript: <" changebase roclass(eaclass()|EAJL_THIRD); ">OnUnequipScript: <" changebase Class; "> I'm not sure if it'll work with 1st job classes though, so you might want to restrict them on item. Quote Share this post Link to post Share on other sites
how to translate this to itemdb of hercules
Edited by adrian26v2changebase roclass(eaclass()|EAJL_THIRD); changebase Class;
here is the original topic : https://rathena.org/board/topic/65109-3rd-job-suit-item/
Share this post
Link to post
Share on other sites