Do you mean that when a player or a pet controlled by the player attacks the target creature through melee physics, the target creature has a chance to drop healthorb?
public static bool CheckConvert(BaseCreature bc, Point3D location, Map m)
{
if (!Core.AOS)
return false;
if (Array.IndexOf(Maps, m) == -1)
return false;
//EDIT
if (bc.IsChampionSpawn)...
Doesn't champion boss drop skillmasteryprimer? Why create a masterie ball? What is the function of double clicking the window that appears?
Or do you want to be free to choose the type of skill like skillball?
So, the final effect you want is to drop a Skillmaster primer with the specified...
Do you mean you want a weapon to have a flamestrikek effect when attacking? Does damage follow the formula of flamestrikek's spell or is it defined differently?
This is the current situation
My shard has been running for more than a year,Automatic restart at 11:30 every noon
Whenever championspawn begins to spawn in large numbers, the CPU occupation is very high, and the in-game Ping can reach more than 600 +
Make other players unable to play normally...
For example, to make a dagger, you need to have a Fame of 2000 before you can make it. If you don't meet the Fa'me requirements, you can't make it. How do I modify a script?
using Server.Commands;
using Server.Gumps;
using Server.Mobiles;
using Server.Network;
using Server.Regions;
using System;
namespace Server.Commands
{
public class ResTele
{
public static void Initialize()
{
CommandSystem.Register("restele"...