Search results

  1. Ce Jayce

    Few issues with my first script (rideable tiger)

    Hmm i'm not sure which version of the shrink system you're using then? - The one I have up in front of me (from RunUO) looks like it requires distro edits before it even compiles
  2. Ce Jayce

    Few issues with my first script (rideable tiger)

    I don't use it unfortunately - If it was a plug 'n' play system i'd drop it in to a fresh server and see what I get but don't want to do all the distro edits to get it working. If you post up bits of the code that you think are related and how it handles other shrinked pets I might be able to...
  3. Ce Jayce

    Few issues with my first script (rideable tiger)

    What shrink system are you using?
  4. Ce Jayce

    Few issues with my first script (rideable tiger)

    Awesome work DelBoy! Keep it up and I look forward to your next release ;)
  5. Ce Jayce

    Joinuo New Version

    Just to let you know, Kyn still has all the original content from the old JoinUO and will be putting it up on the new site in due course. Just setting up the ins and outs of the new site!
  6. Ce Jayce

    Davie Jone's Locker Addon

    Nice! Thanks for the upload! :)
  7. Ce Jayce

    Few issues with my first script (rideable tiger)

    Well i'll be around to help out if you need as i'm sure others will be! :) Get some rest and come back to this tomorrow! :)
  8. Ce Jayce

    Few issues with my first script (rideable tiger)

    hehe no worries on the code tags, not that important for a single line of code just helps for long scripts :P RandomMinMax(1, 10) would give you 1 - 10 so that's what you're after by the sounds of things! :) I'd encourage you to post your script in the Archive once you've finished it - You...
  9. Ce Jayce

    Few issues with my first script (rideable tiger)

    Not sure which shrink system you're using but the ID for it will need to go in there rather than the Tiger.cs file (Utility.RandomMinMax( 10 ) +1 ) would be between 1 and 9 and Utility.RandomMinMax( 10 + 1 ) would be between 0 and 10 as you're basically doing Utility.RandomMinMax( 11 ) there.
  10. Ce Jayce

    Few issues with my first script (rideable tiger)

    Also, The ItemID for the tiger statuette you want when it's shrunk it 38980 ! :)
  11. Ce Jayce

    Few issues with my first script (rideable tiger)

    That's an easy one, just got to add using Server.Items; just under the other two: using System; using Server.Mobiles; WeaponAbility is an Item method rather than a Mobile one so you need to make sure you point the code to use that reference too! :)
  12. Ce Jayce

    Few issues with my first script (rideable tiger)

    Hey there! Take out your line this.Body = 1254 | 1255; The compiler is compiling that code and setting the id to 1254 and then to 1255 with that - so it will always end up at 1255 switch (Utility.Random(2)) { case 0: {...
  13. Ce Jayce

    Hello Everyone

    Welcome! Great that you're here! Hopefully you'll find that running your own server can be very rewarding and there is many challenges to be had! :)
  14. Ce Jayce

    New to ServUO !

    Welcome welcome the bars this a way -> http://www.servuo.com/archive/ Enjoy! :)
  15. Ce Jayce

    SA Content

    Some of the SA content isn't part of the base ServUO - For example, Imbuing (Which includes the soul forges) For that locate the imbuing script - I think it's over on the custom releases here and see if you can get it working. If not post your errors in script support and we'll try and help you...
  16. Ce Jayce

    hello

    Well welcome to ServUO! :) Hopefully you'll find us a friendly bunch! :P
  17. Ce Jayce

    in game

    :O and there we have it! - I was in the midsts of a UO break during this so had no idea :p Feel like going through and editing all of my above posts to read *face palm* now :D
  18. Ce Jayce

    in game

    I can only take a guess here but possibly some corruption in the client files you're using? Also if you're running ServUO on the same computer that you're playing/testing on it might be worth setting up a separate directory for the ServUO files and editing DataPath.cs - That probably won't help...
  19. Ce Jayce

    My RunUO

    I guess the proper way to test it would be to get the php files upload them to your website and see what happens when you navigate to them You could test it by firing sql commands at it but off the top of my head I don't know what they would have to be nor what you should expect to see back.
  20. Ce Jayce

    My RunUO

    Hmmm.. not sure what to suggest next really,.. You've got the ODBC connector installed & MySQL workbench/equivalent installed?

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back