Jump to content
  • 0
adrian26v2

how to translate this to itemdb of hercules

Question

6 answers to this question

Recommended Posts

  • 0

 

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;">

Share this post


Link to post
Share on other sites
  • 0

 

 

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?

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.