ThyroDree
New member
how can i make the chemical protection scrolls don't need Glistening Coat to make it work?
no not this, if i click the Scroll skill is failed because scroll needs g.coat how to remove need at g.coat to chemical protection on scrollstry to put this in your item_db2.conf
[cbox]{
Id: 13543
AegisName: "CP_Helm_Scroll_Box"
Name: "Chemical Protection Helm Scroll Box"
Type: 18
Buy: 20
Upper: 63
Script: <"
getitem 14517,10;
">
},
{
Id: 13544
AegisName: "CP_Shield_Scroll_Box"
Name: "Chemical Protection Shield Scroll Box"
Type: 18
Buy: 20
Upper: 63
Script: <"
getitem 14518,10;
">
},
{
Id: 13545
AegisName: "CP_Armor_Scroll_Box"
Name: "Chemical Protection Armor Scroll Box"
Type: 18
Buy: 20
Upper: 63
Script: <"
getitem 14519,10;
">
},
{
Id: 13546
AegisName: "CP_Weapon_Scroll_Box"
Name: "Chemical Protection Weapon Scroll Box"
Type: 18
Buy: 20
Upper: 63
Script: <"
getitem 14520,10;
">
},
[/cbox]
*itemskill <skill id>,<skill level>,{flag};
*itemskill "<skill name>",<skill level>,{flag};
This command meant for item scripts to replicate single-use skills in
usable items. It will not work properly if there is a visible dialog
window or menu.
If the skill is self or auto-targeting, it will be used immediately.
Otherwise, a target cursor is shown.
Flag is a optional param and, when present, the command will not check for
skill requirements.
// When Anodyne is used, it will cast Endure (8), Level 1, as if the
// actual skill has been used from skill tree.
605,Anodyne,Anodyne,11,2000,0,100,,,,,10477567,2,,,,,{ itemskill 8,1; },{}
We use essential cookies to make this site work, and optional cookies to enhance your experience.