Custom Headgear (H) which gives SL_Spirit

Adam

New member
Messages
66
Points
0
Github
Adam
Emulator
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
default_wink.png


Thanks
default_no1.gif


 
@edit

use the below version
default_tongue.png


 
Last edited by a moderator:
Thanks to both of you then, evilpuncker and  Annie

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

 
are you using sql item_db or item_db.conf?

 
{
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; ">
},
 
Back
Top