Bushido, Ninjitsu and Spellweaving
Posted: Wed May 31, 2006 1:04 pm
Hi guys,
Thanks for these great additions to RC2. However, the following observations:
1) For bushido and ninjitsu, the books are empty. I then assumed you need scrolls to fill them, and proceed to go through InsideUO to find these scrolls. However, I found no instances of these scrolls. For both books, I have the following settings in the itemdescs (Do note, these books are ALL defined as Spellbook in my itemdescs):
For Bushido:
and for Ninjitsu:
2) For the Spellweaving book, I can't drag any of its scrolls into the book. It keeps telling me the item is too heavy for the container.
The spelltype entry for the spellweaving book:
And the itemdesc entry for one of the scrolls:
Also tried the following as an itemdesc entry for a scroll:
0x2D51 being the InsideUO graphic number for the scroll, 0x2970 being my internal objtype for the scroll. Neither entry worked, still got the same error - object too heavy for the container.
I should also mention here that I used the exact same methods with the Chivalry and Necromancy books, and they worked there. So I assume something changed, or something may be wrong by how core controls the Bushido, Ninjitsu and Spellweaving books.
Thanks for these great additions to RC2. However, the following observations:
1) For bushido and ninjitsu, the books are empty. I then assumed you need scrolls to fill them, and proceed to go through InsideUO to find these scrolls. However, I found no instances of these scrolls. For both books, I have the following settings in the itemdescs (Do note, these books are ALL defined as Spellbook in my itemdescs):
For Bushido:
Code: Select all
SpellType Bushido
Code: Select all
SpellType Ninjitsu
The spelltype entry for the spellweaving book:
Code: Select all
SpellType Spellweaving
Code: Select all
Item 0x2D51
{
Name arcanecirclescroll
Desc Arcane Circle scroll
Script spellweavingscroll
CProp Spellid i601
VendorBuysFor 6
VendorSellsFor 12
Weight 1/10
}
Code: Select all
Item 0x2970
{
Name arcanecirclescroll
Desc Arcane Circle scroll
Graphic 0x2D51
Script spellweavingscroll
CProp Spellid i601
VendorBuysFor 6
VendorSellsFor 12
Weight 1/10
}
I should also mention here that I used the exact same methods with the Chivalry and Necromancy books, and they worked there. So I assume something changed, or something may be wrong by how core controls the Bushido, Ninjitsu and Spellweaving books.