I think you could just remove the BaseReward just put it like this should go:
switch ( Utility.Random( 2 ) )
{
case 0 :Add (new RunicSewingKit(CraftResource.HornedLeather, 30) );
break;
case 1 :Add (new RunicSewingKit(CraftResource.BarbedLeather, 15) );
break;
}
Well you cannot use it like it is now, but you can add what you want in it easyer than before. I have a small problem to solve the Taming BOD because they are using mobiles instead of a craft table of items but for anything like woods, minerals and such crafting materials it's easyer. The...
No one could use 2 weapons at same time but you need arms lore and things like that if you want a good crafter. I placed no total skill cap on mine but there is always other way to get around things you want them to be able to do or not.
They could just create a new character also to get their...
Ok i don't know if someone is able enough to fix this but here is the problem.
1) I changed all the taming BOD scripts to the same way the latest repo works.
2) I can create the smalls and larges has a GM, they fill, they turn in perfectly.
3) The larges are distributed correctly by the...
Hummm maybe its me that is missing something but when i replace the image number for the brown bear by the animation number 0x20CF by 0xA7 it doesn't show the correct thing on the bod, it show stone ankh.
Hi again,
I tried to replace the Trash - Cleanup Britannia container gump because its a barrel with the backpack gump but this line make it just unopenable anyone could point me in the good direction ?
[Constructable]
public CleanupTrashBarrel()
: base(0x44F2)...
Thanks, managed to make the "item" tab working.
One question, i created the data/bulk orders/animal taming/animals.cfg to use in the taming BOD.
Using the codes given it show the name "Brown Bear Frame" ... is there a way to overpass that and show the name i want ? (Brown Bear)
...
Hi all,
i dont know if anyone know an app or a site or even a way to get the "source code?" for any items in the data.
I'd like to update the Taming BOD system and some of the codes are wrong.
GiantSpider,0x25C6
FrostSpider,0x25C7
But actually the code 0x25C7 is a Ghost not at all a spider...
Anyone know where i can "edit" the reward title deed list in Rewards.cs?
RewardCollection.Add(new BODCollectionItem(0x14F0, 1157191, 0, 25, RewardTitle, 10));
RewardCollection.Add(new BODCollectionItem(0x14F0, 1157192, 0, 50, RewardTitle, 11))...