How to summon undead elbow macaroni using the custom combat script

WeeLittleMike

New member
I am trying to summon the pastamancer's undead elbow macaroni.

I have tried:

1: summon Gibberheave the Undead Elbow Macaroni

and

1: summon Undead Elbow Macaroni

but the entry ends up saying:

1: attack with weapon

Just wondering what the entry should be....if there is one.

Thanks
 

dangerpin

Member
I don't see it listed anywhere in the class skills data file, which does contain combat skills gained from an item, like "Fire black bottle-rocket".

I see from the wiki entry that the name of the summoned monster is randomly produced, so that leads me to believe it should be "skill summon undead elbow macaroni" IF it were supported.

I also see that Zarqon's "First Things First" script uses


else if (my_class() == $class[pastamancer] && contains_text(page,"form name=summon") && will_usually_dodge())
return act(visit_url("fight.php?action=summon"));
return page;

to "summon pastamancer ghosts...", which seems like what you are talking about. If he is still using a visit_url it probably hasn't yet been incorporated into mafia yet, savvy bloke that he is, he would have the proper use of it I think.


Hope this helps in some small way.
 

WeeLittleMike

New member
"Skill Summon Undead Elbow Macaroni" did not work. I consulted FirstThingsFirst and it worked well. Thanks again Dangerpin.
 
Top