Make sure your NPC don't move away.
After creating a NPC, type the "home" command and target the NPC, then a place you want him to stay.
This will set the home range to 0 and make sure the NPC will not move away.
A very usefull trivial shortcut.
clicclac : an item that changes its hue/Itemid evry x seconds or milliseconds
I ported my old RunUO1.0 to ServUO:
Instal: drag'n drop script.
You can either/or:
- add a "clicclac" item
- use clicclac command to change an item into a clicclac object.
Use the .props to set:
- the 2 itemID that...
do u have genereated the english.dll in the lang directory?
Here is with the dll and also made some fix on the maps generaion and display:
- The small/big WorldMap was not generated properly.
- The Trammel map1 was not shown properly in Travel widget
- The TerMur was not fully set.
- Changed...
I think it's not compatible anymore ?
I does the triack of adding an empty data/assemblies.cfg, which allows to trick it (I beleive to add the dll), but then this goes failing in extracting files.
Hello,
I cant get PandoraBox server installed. I still get bellow error message when launching install:
"The selected file doesn't appear to be a velide RunUO executable.(...)"
I changed the ServUO.exe to RunUO.exe name, but still the error appears and stop the setup.
Any idea?
alchemy submitted a new resource:
DIALOG NPC - A tool to create dialogs that you assign then to specific mobile in game
Read more about this resource...
It's an old tool (actually built at RunUO 1.0 time) which still works.
I just adapted a script to align RunUO 2.0 / ServUO context.
It's composed of:
- a standalone tool
- a set of script to drag'n drop in your custom scripts directory
There is a tool to build a dialog, that generate a XML...
The temporary workaround I setup that is working is to modify this:
_ = assemblies.Add(Assembly.LoadFrom("Scripts.dll"));
By this:
_ = assemblies.Add(Assembly.LoadFrom("./Scripts/bin/Release/Scripts.dll"));
Then reluild ServUO and everythin,g runs fine for me in...
Thank you Voxpire for your recommendation, I moved the server out of user profile.
Deleting the Scripts.dll break ServUO.exe that goes in error, as the file is not found and it does not want to rebuild it. Actually, the Scripts.dll was built though the _winrelease.bat and not ServUO.exe...
Hello Wilson,
Indeed, I have the pubs57 (even my directory name is ServUO-pub57)
To make sure the few scripts changes I've done doesn't interact with the identified incident, I've redo from scratch with a clean download, compiled all and start server.
Then I touched the...
Hello voxpire,
I already tried to switch to "False" or "True" or "false" or "true" the only parameter called "Dynamic" of the compiler config, which do the same behavior: touching a file does not trigger the re-compilation of the file. I've tried on another WIndows machine with other dotnet...
Dear all,
I have a strange behavior, using the latest ServUO release.
When I change something in ./Scripts, let's say for example MapDefinition.cs, I have to recompile all using _winrelease.bat instead of just running ServUO.exe and get the recompiliation of my scripts changes.
ServUO.exe does...