Lazarus 
Master
 
Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1
Hybris Ultima Online
![]()
|
RE: NPC's Casting Necro Spells
(09-18-2012 05:17 AM)Skul Wrote: I have that feature disabled too and my liches cast s_hallucination. Look in sphere_spells.scp and look at [spell 70], see if there is anything different for that spell. If not, maybe your liche has a spellbook in it's backpack? If so, try removing it and adding an event with @spellselect to your liche as a means to manage which spells it can and can not cast. Unfortunately spells over circle 8 can not be casted from a spellbook, so if a spellbook is in the monster's backpack it will not try to cast anything over spell #64 (and firebolt and hallucination are both over spell #64). You CAN add a necromancer book with spells in it to allow any npc to cast necromancer spells.
I had do this
ITEMNEWBIE=i_spellbook_necromancy
ADDSPELL=s_fire_bolt
and doesn't work...
How can I set the spellselect?
on=@spellselect
doswitch
argn1
argn1
argn1
argn1
?
I had do that in SPELLCAST
Code:
on=@spellcast
doswitch <R1,4>
argn1=51
argn1=38
argn1=51
argn1=69
enddo
sayu *<serv.spell.<argn1>.name>*
endif
[Thanks to darksun84  ]
|
|
| 09-18-2012 05:45 AM |
|
|