Search results

  1. Scrubtasticx

    FS-PvP Point System

    thanks ilp get it fixed tomorroe
  2. Scrubtasticx

    Anyone Good with Gumps plz?

    ya i did that no go on ec for some reason i guess ill tell people if they wanna poker use reg client no biggie
  3. Scrubtasticx

    Anyone Good with Gumps plz?

    i can't the way its in the code is in cases. I wouldn't really know how to change it up public int GetSuitColor() { return ( (int)m_Suit < 3 ? Red : Black ); } public string GetSuitString() { switch ( (int)m_Suit ) { case 1...
  4. Scrubtasticx

    Anyone Good with Gumps plz?

    So no go and i tried all of these from this page Unicode Char any other ideas?
  5. Scrubtasticx

    Anyone Good with Gumps plz?

    Ill check it out dunno if I can my number pad is broken lol
  6. Scrubtasticx

    FS-PvP Point System

    works for me using the github from today ;)
  7. Scrubtasticx

    Anyone Good with Gumps plz?

    So i have figured out that the suit pictures are these public int GetSuitColor() { return ( (int)m_Suit < 3 ? Red : Black ); } public string GetSuitString() { switch ( (int)m_Suit ) { case 1: return "\u25C6"...
  8. Scrubtasticx

    Invasion System

    ya this happens with EC client for sure trying to figure the fix out
  9. Scrubtasticx

    I made my own Achievement System again.

    I would love this looks amazing! hope you decide to share when its done!
  10. Scrubtasticx

    Anyone Good with Gumps plz?

    So im trying to update this texas holdem script it works great on classic client. works great on EC problem is on EC the cards instead of showing what suit it is IE. hearts/clubs it just shows either a red or black X anyone take a look im stumped.. thanks.
  11. Scrubtasticx

    support

    O ya good point if you downloaded your client from a zip file and didnt install it there would be no registry files for the server or razor to identify so just point to the correct path in razor and in servuo config file.
  12. Scrubtasticx

    support

    that happens when the server cannot find the datapath you either need to uninstall your client and reinstall it or fix your registry entries for it
  13. Scrubtasticx

    FS-PvP Point System

    Scrubtasticx updated FS-PvP Point System with a new update entry: Fixed the [pvpstats command gump Read the rest of this update entry...
  14. Scrubtasticx

    FS-PvP Point System - Fixed the [pvpstats command gump

    I changed the [pvpstats command back to .Player and fixed the gump to work with EC client as it was unreadable before.
  15. Scrubtasticx

    FS-PvP Point System

    Scrubtasticx submitted a new resource: FS-PvP Point System - pvp Read more about this resource...
  16. Scrubtasticx

    FS-PvP Point System 2020-06-24

    I updated FS PvP Point System for ServUO works with newest ServUO from github as of 6/24/2020 I also fixed the Gumps on the PvP Score Board to Look nice with the EC client. The [pvpstats command has been set to Owner only just because with the scoreboards i found it redundant if you want it...
  17. Scrubtasticx

    PvP Ranking System Exist?

    Note if you use ec client your gonna have to change Gump backgrounds but other than that it works great
  18. Scrubtasticx

    PvP Ranking System Exist?

    Here it is just drop the folder inside your scripts/Custom folder or wherever and open the playermobile.txt and make those changes to your playermobile.cs :) restart and good to go!
  19. Scrubtasticx

    PvP Ranking System Exist?

    i just showed you a screen shot of newest servuo with it :) seem to be working just see a issue with the serialization and deser its giving delete moble errors once server saves. let me work out the bugs and ill post it up for u 1592960730 Ok i got it all fixed but it does require alot of edits...
  20. Scrubtasticx

    PvP Ranking System Exist?

    You could take FSPvPPoint System from RunUO and see if it will work. if not you could fix it to compile with servuo im sure. 1592958083 So i just checked it out now using it on my server works GREAT so far!
Back