Search results

  1. ProgressBar in UO Gump?

    Can you explain me what is it exactly? And thanks for all.
  2. ProgressBar in UO Gump?

    I just want it to change every [level command I found a way to this : public class SeviyeGump : Gump { private Mobile from; public SeviyeGump(Mobile m) : base( 0, 0 ) { from = m; PlayerMobile pm = m as PlayerMobile; int...
  3. ProgressBar in UO Gump?

    I have a level system and a [level command in my server. I want to add progressbar which shows "%exp" in the [level gump. Is it possible ?
  4. Pandora's Box Stucks in Creating New Profile...

    Oh I got it , I open the old client once , then Pandora and it works. than I close the old client and open the latest one it still works. I think problem is new client..
  5. Pandora's Box Stucks in Creating New Profile...

    No there is just one icon :/
  6. Pandora's Box Stucks in Creating New Profile...

    I extract them to this folder but It still same :( I have Ultima Online 2D Client also in my computer , Is this Can be problem?And how can I change the directory of Pandora's Box?
  7. Pandora's Box Stucks in Creating New Profile...

    I installed last version of pandora's box in ServUO forum , I converted my UOP files. But when I open the Pandoras Box it stucks in Creating New Profile loading splash. And It does not open.
  8. Got error in Serialize method

    Thanks you mate , I did that with a special timer.
  9. Got error in Serialize method

    Thanks for it , I got one question more ... How can I delete the nightmare which is this creature riding after 15 minutes from Rider's killed.
  10. Got error in Serialize method

    I got a new BaseCreature mob in my server , But I have problems to add it in my server. It errors with Serialize constructor but I have serialize method in my code.. Here is my code : using System; using Server.Engines.CannedEvil; using Server.Items; using Server.Spells.Fifth; using...
  11. Checking dropped item IsChildOf(from.backpack)

    I got that script I want to check dropped item is in dropper's backpack or not ? It is not works exactly.. What is wrong? public override bool OnDragDrop(Mobile from, Item dropped) PlayerMobile m = (PlayerMobile)from; if (dropped is LanetliHooded && dropped.IsChildOf(m.Backpack) &&...
  12. Adding title to players

    You all great my friends , thanks both..
  13. Adding title to players

    Now it's okey I dont have to log out/in but I have to tick true 2 times. Is it a bug or I did something wrong? Also I have to false 2 times or it's not removing the title. My codes : This is in PlayerMobile/GetProperties if(this.Egitmen == true) { list.Add("Hayvan...
  14. Adding title to players

    if(Egitmen) { list.Add("<BASEFONT COLOR = GREEN> EGİTMEN!"); } I added this code in GetProp.. void , but when I set true the Egitmen bool in the game this isn't work at the same time , I have to [save and log out and log in . Is it possible to make it quick?
  15. Adding title to players

    I have a level system on my server , I want to add a title which shows Level Info to player title list . I hope you understand me .. Sorry for bad English.
  16. Adding delay time into a mobile

    Thanks mate
  17. Adding delay time into a mobile

    I have a cleaner in my server.But It clean everything very fast, I want to add delay time 30 seconds for it , but I couldn't , how can I do that? " Cleaner script is not mine " Here is script: public class Temizleyici : BaseCreature { [Constructable] public Temizleyici()...
  18. Crash error with adding new system

    Thanks brother , I could fix it . The problem was in Playermobile.cs's deserialize. However thanks for your reply.
  19. Overriding paperdoll quest gump

    Thanks a lot mate , you all great.
  20. Overriding paperdoll quest gump

    I changed and recompile but still same :/

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back