Search results

  1. Yvan Major

    Pet Breeding System for latest ServUO

    Actually only the SmallTamingBOD do not drop, not sure why but i have an idea. I removed however the BioEngeneering system from it. I have it compiling correctly, can create the large and small Taming BOD from admin command and they work correctly. I reworked the Animal Trainer to give them but...
  2. Yvan Major

    Jerbal Pet System/breeding/level

    I am working on one actually, it is working at 95% BUT i removed the Bio Engeneering system if you are looking for that too. Actually i have managed to make Taming BOD and breeding working/merged with latest repo. Will post it when its completely finished.
  3. Yvan Major

    Pet Breeding System for latest ServUO

    Well with some help i managed to remake almost everything and it work the same way the repo BODs are working.
  4. Yvan Major

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

    I am trying actually to add tamers sandals to the reward BOD and i dont know why it say its a 'type' use like a 'variable' RewardCollection.Add(new BODCollectionItem(0x170d, 1157102, 0x170d, 50, TamerSandals, 1));
  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

    Compiling error *** Solved ***

    Yes my error, and by the way, we never say it enough but a big thanks for all your help. I appreciate it and Learning from it.
  7. Yvan Major

    Compiling error *** Solved ***

    #region FS:ATS Edits if (Tamable && FSATS.EnablePetBreeding) { bool nolevel = false; Type typ = GetType(); string nam = typ.Name; foreach (string check in FSATS.NoLevelCreatures) {...
  8. Yvan Major

    Compiling error *** Solved ***

    Yes i am all good! you know any way to hide max level ? I loaded it yesterday and we can see the max level but i would prefer players to tame2see :D
  9. Yvan Major

    Stackable Bottle *** Solved ***

    No its a bottle, the error i am getting is a container cannot be stackable or Something like this. I cannot reload yet, i am trying to fix the Taming BOD thing to get thru the distro exact same way. I am not sure but i think its all the Taming BOD who make my unsavable playermobile. How do i...
  10. Yvan Major

    Compiling error *** Solved ***

    Well what i was expecting is only tamables have a sex, what does it change if a healer or a boss monster does have one since we're not going to tame and breed one anyway :)
  11. Yvan Major

    Stackable Bottle *** Solved ***

    Do i need to place this.Stackable = true; or just Stackable = true; ? Any why should i tell its stackable since its a base reagent and all base reagents are already stackable ?
  12. 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...
  13. Yvan Major

    Compiling error *** Solved ***

    Thanks a lot, it compile now, just need to delete all mobiles since they have a sex now. I have a question and will provide my BaseCreature.cs but is it possible to create a new category of creatures "like" to make only tamables male or female. That way other NPC's could remain normal or is...
  14. 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...
  15. 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...
  16. Yvan Major

    UOP Conversion

    Found out my answer myself finally using the Pluggin with UOFiddler that was not available on the UOFiddler 4.6 i had but this link here if anyone need it incluse the last pluggin UOP Packer to convert both sides :) https://www.servuo.com/archive/uofiddler-with-uop-support.189/
  17. 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!
  18. Yvan Major

    Bulk Order Book Covers

    If you look at MiningCart.cs it is where i mostly made mine from and its not virtual there. Thanks for your help, i am not really good at scripting but want to learn :)
  19. Yvan Major

    Bulk Order Book Covers

    Changed it but now getting errors: -------------------------------------------------------------------------------- ServUO - [http://www.servuo.com] Version 0.5, Build 5923.33406 Publish 54 Core: Optimizing for 4 64-bit processors RandomImpl: CSPRandom (Software) Core: Loading config...
  20. 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...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back