Search results

  1. Juzzver

    Send a Gump to a dead player ??

    Need just check your quest script or base quest scripts on "Alive" conditions and for example just dissable it.
  2. Juzzver

    FS-PvP Point System

    Wipe characters can be only from problems in serialize/deserialize methods. Other issue need to see.
  3. Juzzver

    FS-PvP Point System

    You need to make sure that you have correctly added and changed the versions in Serialization and Deserialization for PlayerMobile.cs
  4. Juzzver

    RUNUO.COM

    Do not take my words to heart, I spoke about it in General and did not mean to offend anyone, and did not talk about individuals. ServUO takes its proper place anyway, giving players the opportunity to enjoy the capabilities of modern OSI, and that's a good thing. Let's see what RunUO can offer...
  5. Juzzver

    Speech timer help needed

    add variable for delay: public static TimeSpan TrickDelay { get { return TimeSpan.FromSeconds(10); } } and change your Speech method to: public override void OnSpeech(SpeechEventArgs e) { Mobile from = e.Mobile; bool isMatch =...
  6. Juzzver

    a Timer is giving me Grief

    you forgot start timer. m_timer.Start();
  7. Juzzver

    RUNUO.COM

    I totally agree with you, ServUO provides a good starting point because there is a powerful set of OSI systems. But at the same time, the redundancy of these systems with not very high-quality code organization creates an additional load on the server, which, if online is good, will lead to...
  8. Juzzver

    RUNUO.COM

    Unfortunately, this is not possible. ServUO is written mostly by Amateurs and has a number of serious problems that will take a long time to fix. RunUO code has always been stable and smooth, and I really hope that they will continue to work in the same direction. There is a high probability...
  9. Juzzver

    NPC purchase budget

    BaseVendor.cs public virtual void Restock() // here just add condition for check vendor gold amount. If it <= 0 update base gold amount. public virtual bool OnBuyItems(Mobile buyer, List<BuyItemResponse> list) // here you can replenish funds from sales. // goldAmount += totalCost; public...
  10. Juzzver

    NPC purchase budget

    You can just add gold_amount variable with 2-5k gold to vendor class, and in Sell method just add value to this variable, to Buy method just consume it. And on Restock/Refresh method just add update your gold amount if you want.
  11. Juzzver

    Question regarding CPU usage of ServUO and RunUO

    I think if you say to 100k sheeps start attack someone, or just *follow* - server will Die :) Yes, than stronger CPU - than faster it will handle the process. In AI has problems, it all need optimize better. All servers got problem with it, but only if on server realy large amount of creatures...
  12. Juzzver

    Can Uo be converted to others games?

    You can try add vendor without spawner, just use "[set cantwalk true" to keep vendor on fixed place. Or just set Home and HomeRange properties on your vendor.
  13. Juzzver

    Need a little help with this captcha script...

    o_O Proactivity is more productive than reactivity. Try to focus on what you are doing. Or try to convey the information clearly, with the complete code, and details of the errors that occur.
  14. Juzzver

    Can Uo be converted to others games?

    It's possible. Try find here soft to work with client files. if you want to use clients from other games in the runuo / servuo emulator, it is possible, but this client must be open source in order to make changes to algorithms and protocols. It's simple. Change your pictures of land tiles and...
  15. Juzzver

    Blank Staidx & Statics

    Please give an example. How much can you reduce the size?
  16. Juzzver

    Map Converter (ML to KR)

    Good job. It will be good to solve the memory problem (for example, divide the conversion algorithm into blocks) so that your program becomes more usable for users.
  17. Juzzver

    ServUO Pub 57 - DB

    I doubt that there will be any difference in terms of reliability. it is necessary to clearly define the requirements and tasks in which this could make sense. Usually highlights certain things that might require a database. For example - Donation system where you need to store all transactions...
  18. Juzzver

    ServUO Pub 57 - DB

    Possible, why not? But for what? It was always possible.
  19. Juzzver

    Character name in window title

    You need to download the ClassicUO source code, find the place responsible for displaying the version in the Program 'Title' and transfer the name of the playing person there. Then recompile and use your already modified version of CUO. I think it's impossible from server side. Only if CUO has...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back