Search results

  1. Sorthious

    Tag a player character that so they can only receive one item?

    Made a mistake in last post ...I edited it ...I've not test this but should work public void SetAcctTag(Mobile m) { PlayerMobile from = m as PlayerMobile; Account acct = (Account)from.Account; acct.SetTag((from.Name) + ("ZeldaQuest"), "true"); } public bool GetAcctTag(Mobile m) {...
  2. Sorthious

    Tag a player character that so they can only receive one item?

    I think this will work to do the tags per Char instead of account: public void SetAcctTag(Mobile m) { PlayerMobile from = m as PlayerMobile; Account acct = (Account)from.Account; acct.SetTag((from.Name) + ("ZeldaQuest"), "true"); } Just concatenate the name with the questName.
  3. Sorthious

    Tag a player character that so they can only receive one item?

    It can be done in scripts.....I just don't know how personally. You have to remember that XmlSpanwer is scripted and acts as an interface to the game. So, if it can do it in the scripts then you can too. Will prob take a bit of research to figure out how though....anyway good luck to you!
  4. Sorthious

    Hi

    I'm old! :D Nice to meet you!
  5. Sorthious

    Help with RunUO script...

    I did notice that if I stay inactive for a while on here it logs me without informing me, so I think my issue was it allowed me to us the UploadAFile button while I wasn't logged and thus, wouldn't allow the upload. But oddly, it did show the files with .txt and .png,bmp,etc. Good to know...
  6. Sorthious

    Tag a player character that so they can only receive one item?

    For XmlSpawner you need to learn to set up spawners. Check under the XmlSpawner 2 section and also I recently posted a link to compilation of XmlGuides. You can also find it in Resources. When you set up a quest in XmlSpawner you use /repeatable/<true/false here> It assigns a per char tag, but...
  7. Sorthious

    Tag a player character that so they can only receive one item?

    Yeah...I had answered over on RunUO and provided a thread..I thght you could do a per char basis. I know you can do it with XmlSpawner for quests, so I assumed it could be scripted as well. Still learning myself so not looked at actual implementation.
  8. Sorthious

    XML Spawner

    Would double-check everything. The slightest typo can mess it up. On most things Case matters, so make sure the Caps match. Also, I didn't think about it but maybe switching maps, if thats what you're doing, is the problem. If so, switch the TAKEBYTYPE entry to go first. A quick way to do...
  9. Sorthious

    CEO's Slots, Blackjack, and HiLo

    Sounds like someone rigged the machine!
  10. Sorthious

    Help with RunUO script...

    In the Right-FileType box...it lists all the types...but in the main File window none of the Archived File types are displayed to select. Huh??!! Now it is working! Does the server auto-log for inactivity? Maybe something like that had happened.
  11. Sorthious

    XML Spawner

    Me too lol..Wish there was a better guide out there. Most of the guides are really dated. I'm by no means an expert on them and have forgotten much. They are great though for implementing things without scripting them. In case you haven't noticed, there is a Help button at the bottom of the...
  12. Sorthious

    PirateCurse [fix]

    Using FireFox...but yah, I stand corrected. I had "Open new windows in a new tab"...doh! Thanks for the help!
  13. Sorthious

    PoolOfAcid.cs & AcidSlime.cs [fix]

    Sorthious submitted a new resource: PoolOfAcid.cs & AcidSlime.cs [fix] - Fixes logic problems in both files Read more about this resource...
  14. Sorthious

    PoolOfAcid.cs & AcidSlime.cs [fix] 2015-04-06

    Not sure who originally created this so I can't credit, sorry. This fixes various problems with logic.
  15. Sorthious

    Help with RunUO script...

    It worked...dunno why the other file formats don't work...they are listed in the FileTypes list but it doesnt show any of those file types as selectable, only RAR's.
  16. Sorthious

    PirateCurse [fix]

    Every time I click "Read more.." it automatically opens it in a new tab..not window. Doesn't allow me to open it on current page, just NewTab or NewWindow.
  17. Sorthious

    XML Spawner

    Basically what I've done is checked if a Condition existed( Gold is Less than 1000). If it is I jump over the remaining code because I dont want to exucute the remaining lines. So, GOTO 30 basically skips to a non-existant line, avoiding entries in sub 10. Go ID is actually Gold. In...
  18. Sorthious

    PirateCurse [fix]

    If I open up "Read more about this resource..." and try to Download the resource it tells me I must be logged in to do that(even though I'm already logged in. Is this a glitch?
  19. Sorthious

    PirateCurse [fix]

    Sorthious submitted a new resource: PirateCurse [fix] - Fixes various issues with PirateCurse Read more about this resource...
  20. Sorthious

    PirateCurse [fix] 2015-04-06

    *This is an edited script orignally created by Dracana from RunUO. I found several issues with the Pirate Curse scripts. There is no logic in the timer for dealing with a player being dead, player wont be cursed if items aren't Droppable into bank or pack. I added checks in Curse Command to...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back