SphereCommunity
Where Can I Get a Necro Book Script for 51a? - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Expired/Outdated Versions (/Forum-Expired-Outdated-Versions)
+--- Forum: Sphere 51a Help (/Forum-Sphere-51a-Help)
+--- Thread: Where Can I Get a Necro Book Script for 51a? (/Thread-Where-Can-I-Get-a-Necro-Book-Script-for-51a)



Where Can I Get a Necro Book Script for 51a? - Admin Drew - 07-22-2013 08:17 AM

Hi, does anyone have or know where I can dowload a Necro Book script for 51a? Also anyone know how I can get a monster to cast summon undead? Thanks


RE: Where Can I Get a Necro Book Script for 51a? - Adidas-=420=- - 09-23-2013 03:11 AM

Hey drew,

You can make a book.. but you would have to script GUMPS and other things. Most servers use Necro scrolls to go around the GUMPING.


RE: Where Can I Get a Necro Book Script for 51a? - jdchixin - 10-08-2013 01:06 PM

src.newnpc 0900
var.p=<src.p>
src.p=111 11 1
src.act.newitem=020a7 //Summon ID
src.act.act.morep=40 10 1
src.act.act.attr=026
src.act.act.link=<src.uid>
src.act.equip <src.act.act.uid>
src.p=<var.p>

also if you can use @spelleffect
on=@spelleffect
if <src.actarg1>=026 //summon actions
effect xxxxxxx //The effect of smoke
sound spell_dispel
remove
return 1
endif
return 0