post your entire script.
CS0120: Line 307: An object reference is required for the non-static field, method, or property 'Server.Item.MoveToWorld(Server.Point3D, Server.Map)'
Log log = new Log();
Good Read:
https://www.servuo.com/threads/xml-spawner-tutorial.98/
Mobiles can be set to spawn as a team, and won't respawn until all team members are killed (this is how the orc parties used to spawn.) With the delay min/max you can control the time span. I found some info on sequential...
I find this In the GiveTokens section [approx line# 567]:
int i_TokReward = ((int)d_TempTokReward); //set the reward you'll actually get as half then the temp reward.
i_TokReward = Utility.RandomMinMax((int)(i_TokReward*0.4), (int)(i_TokReward*0.5));
if (i_TokReward...
Look at these portions of code for example:
From BaseQuest.cs Line 207
if (m_Quester is BaseEscort)
{
BaseEscort escort = (BaseEscort)m_Quester;
if (escort.SetControlMaster(m_Owner))
{
escort.Quest = this...
Is this the only Idol you have issues with? This appears to be one you manually placed...
I found this: https://www.servuo.com/threads/using-valor-on-champion-altar.7749/ ~from 2017
My Server updates periodically through .git so I don't recall having this issue, but you may need to grab...
I don't think posting a laundry list of script problems in one post is a good idea, but start with these
script additions first.
For on equip situation:
add this...
SkillBonuses.SetValues(0, SkillName.Healing, 10.0);
*Healing bonus is already Handled however*
Look @ Bandage.cs [line 489]...
Read the Instructions: https://www.servuo.com/archive/halloween-event.697/
This is pretty much drag & drop with the exception of:
-You must add the cemetary regions in your Regions.xml under both Felucca and Trammel
if you are offering the event on both facets.
Warning! Players generally can't stand this system. You cannot run macros and respond to the captcha. It is extremely intrusive. Best to monitor your players and have penalties for afk gathering.
With the attached file 'Showoff.cs' allows you to cycle though all online players by teleporting...
Guide to what, implementing this, or a play guide?
UoGuide.com provides hints and tips for the lever puzzle...
Otherwise this is now included in the latest ver. of ServUo.
For RunUo and others, simply drag & drop, and remove any
similar files.
Overwrite your regions.xml with mine, or add this to yours.
Here is the part that needs to get added [@ line 2479]
<region type="LunaSkillRegion" priority="50" name="Luna">
<rect x="1011" y="515" width="8" height="19" />
<rect x="960" y="497" width="51" height="7" />
<rect...