hello
what i want to do is to get lady mel hair dyes from elder gazers
is this possible?
i tried to copy paste the line from lady mel but it doesnt recognize "c.dropitem" lines
or is there an other way to do so?
i want it to drop them like %1 chance or so
hello
i found this code and i want to spawn 1174 on a dragon at low chance
it gives error when i do it like this at dragon.cs
error : control cannot fall through one case label <case 0;>
double rate = Utility.RandomDouble();
if (rate <= 0.005)
{
switch...
hello
i set my shard pre aos but while trying to tame nightmare it says i have no chance of taming this creature and i have 100 taming and it says that mare needs 95.1
any idea?
hello
while creating a character thers a screen that you choose where to spawn and facet
at mine thers only trammel and ter mur
where can i edit those to show only felucca?
im setting in currentexpansion.cs to UOR but no effect
public static readonly Expansion Expansion = Config.GetEnum("Expansion.CurrentExpansion", Expansion.UOR);
solved