Search results

  1. fwiffo

    UltimaLive

    It's better if You [exportclientfiles before switching To the new system
  2. fwiffo

    UltimaLive

    As for using the 2015 project, and latest download from git, there is some problems in vectors and mapdefinition, data isn't maintained, I've begun reading something that could matter, but it seems that this could be a cause for data not correctly maintaned when using local variables (maybe...
  3. fwiffo

    Unused Stock Sound Effects (found with UO Fiddler)

    just for reference, I'm attaching my version of UOFiddler, modified for the correct sound listing as in runuo (I don't know how POL works, for what it matters), and with some fixes in cliloc and speech.mul elaboration (the later was broken on my side)...
  4. fwiffo

    XML Attachment Removal

    Assuming you're not using Framework 4 you should use: XmlAttachment todelete = XmlAttach.FindAttachment(item, typeof(YourAttachmentClass)); if(todelete!=null && !todelete.Deleted)//null checks - prevent server crash todelete.Delete();
  5. fwiffo

    custom map building help?

    It's plain and simple: Centred+ allows you to edit / create a map, from scratch or not, depends entirely from you. All the rest points things that allows you to modify the map or items, sounds and the rest. You should consider that not all the people here have done such a work. In my server...
  6. fwiffo

    xml quest problem

    Can you please post the entire XmlQuest.cs for me to oversee? The entire Quest process is done here, location is probably this: XmlQuest/XmlQuest.cs - inside the xmlspawner core, or anywhere else, depending on the original release installed. Any mods are to be done carefully, as a change done...
  7. fwiffo

    Question about commands, implementors or whatever :P

    Understood, maybe I have to mod the XMLFIND command implementor to support some of the XMLSPAWNER commands, this is a useful thing that it's missing.
  8. fwiffo

    Question about commands, implementors or whatever :P

    I don't want to use a spawner, I need to use a command implementor for whole server, just to avoid writing a script to do that...
  9. fwiffo

    Question about commands, implementors or whatever :P

    Maybe I couldn't get understood correctly... That was an example, I want to set another property using a property already available on the same mobile. I have Mobile X The mobile has the property (EXAMPLE) RawInt, and I want to set the RawInt same as the RawStr in the same mobile. all of this...
  10. fwiffo

    Question about commands, implementors or whatever :P

    I'm a total noob with the commands, maybe because I'm lazy to understand them and modify them in case... I put an example: I have some mobiles, whatever they are, that have a property, I want to set the HITSMAX to their HITS [set hitsmax ????? how do I read a value without typing it manually...
  11. fwiffo

    Display bug in [HelpInfo in Commands\HelpInfo.cs

    It isn't very necessary, but since I have some commands HIDDEN it hurts, this is a very old bug in this gump. and actually no one fixed it!
  12. fwiffo

    Display bug in [HelpInfo in Commands\HelpInfo.cs

    in the way the GUMP is displayed it omits some lines, for example, if we have 2 lines dedicated to "GameMaster" and "Counselor" it will jump two commands in the successive page. a simple fix: change: int last = (int)AccessLevel.Player - 1; for (int i =...
  13. fwiffo

    Xmlspawner - XmlEdit Resource

    Interesting, but quite not updated, many of the new features that I have added aren't there.
  14. fwiffo

    XmlQuestNPCs and XmlDialog (XmlEdit) - Proper Action strings

    Read better the HELP section inside an XMLSPAWNER, page 2, there you find the GETONCARRIED description, and as you can see is not used the way you use it. GETONCARRIED,*,AncientRobe,MaxHitPoints or with the name of the robe instead of an asterisk.
  15. fwiffo

    Calling anyone who can help

    just to remember you another thing, XMLSPAWNER won't work with doubles, since on linux someone had a great idea of using , as decimal separator and . for hundreds. to fix you need to put this in Main.cs under the void MAIN method Thread.CurrentThread.CurrentCulture = new...
  16. fwiffo

    Calling anyone who can help

    MONO ain't any faster than .net from ms, that's the only true thing of the world, and who is telling you this is someone who has an active server with over 2 million items and >300.000 mobiles. End of story... FAST?! just let you know, mono is 3 times slower on almost any platform (only one...
  17. fwiffo

    The wonders of XMLspawner

    I'm still here if there is some need :p The system is actually quite mature, the "Help" of xmlspawner in game gives actual available commands, but if you have any doubt ask :)
  18. fwiffo

    XML Spawner Ideas

    In our shard we have an amazing thieves only dungeon, to be done to get guilded in the thieves guild, it includes boulders, pad traps, switches, darts, stealing and hiding, etc, the things you can do with the spawner are amazing.
  19. fwiffo

    xmlspawner attach.cs & xmlsetgump.cs errors. please guide me to fix this please

    Remember that if you're using the release from servuo of XMLSPAWNER you have an un-updated release, the debugged and updated release is to be found here: https://code.google.com/p/xmlspawner/
  20. fwiffo

    Essence UCS

    I like this project, I would like to get involved (not in active developing, but in it's use), so this is an official submission. The shard that I actually administer is to be located here: www.uoitalia.net It's an italian only shard, over 12 year alive, we started from sphere 0.51a at the...

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back