Jump to content
  • 0
Adam

Custom Headgear (H) which gives SL_Spirit

Question

Hello Hercules~,

 

I'm requesting a script for a hat which should give the Level 1 "spirit" corresponding to the job of the person wearing it.

ie: If an assassin wears this hat, he gets "Assassin spirit lv 1"; if he is a knight then he gets "Knight spirit lv1"; etc... You get the idea ;)

 

Thanks :no1:

Share this post


Link to post
Share on other sites

8 answers to this question

Recommended Posts

  • 0

https://github.com/rathena/rathena/blob/master/db/const.txt#L1304

rathena's SC_SPIRIT in hercules is SC_SOULLINK

https://github.com/HerculesWS/Hercules/blob/master/db/const.txt#L876

you'll get stoned if used your script

and also, that's outdated technique

 

http://upaste.me/f02211100e4c8f24d

Share this post


Link to post
Share on other sites
  • 0

Thanks to both of you then, evilpuncker and  Annie

Edited by Adam

Share this post


Link to post
Share on other sites
  • 0

Just a question tho, "item_db_re"; do I have to adapt to "item_db_pre-re" to make it suit my server ?

Share this post


Link to post
Share on other sites
  • 0
{
Id: example
AegisName: "example"
Name: "example"
Type: example
Buy: example
Weight: example
Loc: example
Script: <" example ">
OnEquipScript: <" doevent "item_soullink::OnSoulLink"; ">
OnUnequipScript: <" sc_end SC_SOULLINK; ">
},

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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