Here is a typical entry in my itemdesc file for scrolls and the spellbook:
Code: Select all
Spellbook 0x0EFA
{
Name Spellbook
desc spellbook
Gump 0xFFFF
MinX 40
MaxX 60
MinY 20
MaxY 80
Newbie 1
SpellType Magic
BlocksCastingIfInHand 0
RequiresAttention 0
VendorSellsFor 22
VendorBuysFor 11
weight 1
canRemoveScript canRemove
}
Item 0x1f2d
{
Name reactivearmorscroll
Desc Reactive Armor scroll
Script scroll
Spellid 7
SpellType Magic
VendorBuysFor 6
VendorSellsFor 12
Tooltip Doubleclick to cast a spell, or use Inscription to add this spell to a spellbook
}
The canRemove script for the spellbook is the one from POL 97 Distro.
If anyone can shed some light on this for me I'd appreciate it.