Search results

  1. Yvan Major

    Small Taming BOD *** SOLVED ***

    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...
  2. Yvan Major

    Replace GumpID *** SOLVED ***

    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)...
  3. Yvan Major

    File

    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...
  4. Yvan Major

    Reward Title List ? *** Solved ***

    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))...
  5. Yvan Major

    Adding skill to an item *** Solved ***

    HI all, if i want to add a skill to an item, like in this reward sandals from tailoring, if i want the sandals to add +1, +3 or +5 to tailoring skill and want it to be over cap of the 120, how do i do that please ? private static readonly ConstructCallback Sandals = new...
  6. Yvan Major

    Stackable Bottle *** Solved ***

    Hi all, here is my code for "Spring Water" reagent and i want to use a bottle dyed blue for it and i cannot seems to make it stackable even if it is coded Base Reagent. Here is the code and thanks for any help! using System; namespace Server.Items { // TODO: Commodity? public class...
  7. Yvan Major

    Compiling error *** Solved ***

    Something wrong about this "ArrayList" wich give me an error compiling script. #region FS:ATS Edits if ( FSATS.EnablePetLeveling == true ) { ArrayList toCheck = new ArrayList(); List<DamageEntry> rights = this.DamageEntries...
  8. Yvan Major

    Pet Breeding System for latest ServUO

    HI all, i know some good scripters were able to make a "working" pet breeding system with latest ServUO and i would like to get something like this for my personnal server. I am an electrician so basically i can do/modify some things but not enough knowledge to create such a thing from scratch...
  9. Yvan Major

    UOP Conversion

    Hi, anyone know if there is any working *.uop file converter to .mul and even more if there is a way to put back the .mul into .uop ? I've tried the UOP Converter but it seems not working on Windows 10 and i have no known way to revert my *.mul files into *.uop Thanks!
  10. Yvan Major

    Bulk Order Book Covers

    Hi everyone, i am trying to make the OSI buyable BOD Covers Token. So far i got it to work but when i select a choice the bag doesn't drop. If anyone is able to help that would be awesome. Thanks a lot! using System; using Server; using Server.Network; using Server.Engines.VeteranRewards...
  11. Yvan Major

    Spike Head

    Hi, i am trying to create the spike head, it load correctly but it tell me This is when i try to add it to a monster. Thanks for any help.
  12. Yvan Major

    Fire Painting

    Hi everyone, i am trying to make the Fire Painting (Will generate a random .1 Scrolls of Transcendence once per week). It load, it show the amount of scrolls in it, when double clicking it say that one scroll is added to my backpack... BUT no scroll is really added. Anyone could help maybe...
  13. Yvan Major

    House Rope Ladder

    Yvan Major submitted a new resource: House Rope Ladder - House rope ladder deed Read more about this resource...
  14. Yvan Major

    XML Spawners

    Hi everyone, i am trying to spawn the Abyss artifacts but i am able to take the spawned item with a player without having to use stealing. Anyone know what to set on the XML Spawner to make it stealable ? Thanks a lot!
  15. Yvan Major

    No Pets Area

    Hi everyone, just wondering how do we create a "NoPet" area ?
  16. Yvan Major

    Ethereal Boura, Tiger and Ancient Hellhound

    Yvan Major submitted a new resource: Ethereal Boura, Tiger and Ancient Hellhound - ethereals Read more about this resource...
  17. Yvan Major

    Hitching Post

    Hi everyone, i am trying to make the OSI Hitching Post for Blackthorn Dungeon... So it must have no uses and charges and use no lockdown. Getting 1 error and it will be most helpful if someone could help on it. Also the Hitching Post [Replica] is NOT using the gold in your bank box if you have...
  18. Yvan Major

    Thats me !

    Hi all, i am here from a bit but never said who am i already. I am 44 yrs old man who played OSI since the openning, left 5 yrs for WoW, in between had a small RunUO server and now back here. If you find my avatar weird, its to tell you how i use the condoms , me and my wife got 9 kids, so i...
  19. Yvan Major

    Secret Chest

    Anyone know the item code for the secret chest?
  20. Yvan Major

    Items durability

    Where can we set the use of items? I am just back from OSI-Atlantic and it seem the items are getting used much faster than on OSI and so i want to lower the speed its using. Have crafted a golden chainmail leggings... Killed 3-4 fan dancers, few low mobs, 1 daemon and on the succubus my...
Back