So i'm new to this forum. Used to be on the runuo form back in the day.
I have looked around but i can't find any similar posts so i'll try here.

I'm trying to make it so you can steal from monsters with stealing. I have no problem spawning the items on the monsters but when i use stealing on the i get the "you can't preform the negativ act on your target".
I tried changing to fel rules but that did not help.

Also i have a question on how to make stuff stealable like doom artifacts, can't seem to figure that out.

I'll be thankful for any advice.
 
Look on Mobile.cs and search for that string... if not in Mobile.cs then look in BaseCreature.cs

That would be where I would start looking...

Mobile.cs affects all players, npc, and monsters whereas the BaseCreature.cs only affects creature and monsters so look at Mobile.cs as a last resort because it is more global than BaseCreature.cs.
 
I think this is not a ''good'' idea since i can be abused, imagine few players surround a boss or very strong mob, paralyze it or trap it somehow, then they just use stealing, get all the loot and move away.
 
Back