Search results

  1. Tukaram

    UOKR Support

    I don't think the KR client is even around anymore. OSI went to the Enhanced Client. (just a new version of KR). Enhanced works great. I am using the Enhanced Client only. I would not play on Classic. It works great, with no tweaks. The hotbars and macros are more than enough to make it...
  2. Tukaram

    Shard & Assets Ownership Debate

    No idealism - just thanking people for their help. We all stand on the shoulders of those that came ahead of us. That is how we advance. Hell, I do not even consider myself a coder... I am an editor ha ha. I just use other scripts (or snippets) and modify them to my needs.
  3. Tukaram

    Shard & Assets Ownership Debate

    I never understood how this was even a debate - everything we are doing here is copyright infringement. If OSI does not prosecute, it still does not make it right. I try to give credit, when I know where a script comes from. But I have been jumped on here for giving 'improper' credit. I...
  4. Tukaram

    Sewer rat Of Unusual Power (S.O.U.P. Quest)

    I would be interested to know if there is a way to set damage that works in all eras...
  5. Tukaram

    Sewer rat Of Unusual Power (S.O.U.P. Quest)

    I am not sure, I suspect we may be running different versions of the server (or different eras?). You may need to look at some other weapon scripts, that you know do work, and see how they express the damage. This weapon: public override int AosMinDamage { get { return 45; } }...
  6. Tukaram

    OnDragDrop will not work for me

    I do not use the 2nd 'this' (this.NetState), I use 'moblie.NetState'. Here is my sample I work from in my quest template: else if (dropped is QuestFindItem) { this.PrivateOverheadMessage(MessageType.Regular, 1153, 1054071...
  7. Tukaram

    How to increase followers?

    There is also a follower increase token. Not sure if it is repo or addon...
  8. Tukaram

    Is it possible to force players to use a 3d client?

    I really liked the graphics of 3d back in the LBR days. After that they started changing it to look more like the 2d. Now it is just the 2d look, but with better monsters. But with the hotbars and macro system, I would not play UO in 2d for anything. The new client is great - but to each their...
  9. Tukaram

    how do I add wands to Liches drop table?

    Glad it worked for you
  10. Tukaram

    how do I add wands to Liches drop table?

    There may be a better way... but I made a weapon for the Lich in particular. I added a UtilityRandom to give it a chance to drop. You could switch out for any other item you want. #region Lich Staff public override void OnDeath(Container c) // (random chance) {...
  11. Tukaram

    Is the Ultima Odyssey thread no more?

    I had no idea that RunUO reopened... :)
  12. Tukaram

    Is the Ultima Odyssey thread no more?

    I got my copy in June (here). Is that still current? Or is it time to go look for a new version? (and if anyone said where 'the new place' is... I cannot find the post)
  13. Tukaram

    RunebookGump.cs help (ServUO 57)

    That does look a lot better. :)
  14. Tukaram

    The changes in server scripts Are not applying

    I have heard that you do. Which is a major reason I have not downloaded a new version (and may not).
  15. Tukaram

    Region error on console during quest

    Cool. Thanks. :cool:
  16. Tukaram

    Re-Creating Tamed Pet

    If they can tame another, you can edit the props on the critter. I do have a pet spawner script. It spawns a bonded pet. You can edit the critter to be whatever was lost. Taming and setting with props would probably be easier.
  17. Tukaram

    Region error on console during quest

    I am using the old Gizmo quest creator. It is a bit out of date, and I can fix most of it... but... I am getting region errors on quest objectives. This is a simple kill quest, I set it up near the Haven Mine. There are only 3 kill objectives (code snippet below) but I get this error - 30...
  18. Tukaram

    Restoring the old Gargoyle City in Ilshenar

    So much this! Magincia was always one of my favorite fishing towns (deep water at the docks). And I still miss Haven. Such a great town before. Although... I did just find the mine/dungeon in new Haven. I never started a character there, so had not explored enough to find it. If I were to...
  19. Tukaram

    Quest timer - wonky display

    Cool. I will play with that. But this cannot be normal, can it? I never saw it like that before. I have not done the hag quest in a while (Zeefzorpul). I do not recall her saying a time at all. More of a 'come back later' kind of thing. That would be fine too. I know the escort quests...
  20. Tukaram

    Quest timer - wonky display

    Timers have never been my strong suit. But this seems odd. I am showing the code snippet with the timer, and included the whole script. I am testing the timer for the quest delay. The time delay works, but look at the pic and see what odd number she speaks. "9.49295261 more minutes"? I...
Back