Working on porting RUNUO 1.0 old scripts.
Latest one, stop coding new vendors, just add them and what you want they sell!
See the MyVendor system:
>>> https://www.servuo.com/archive/alambiks-myvendor-system.2523/
alchemy submitted a new resource:
Alambik's MyVendor system - MyVendor system : in-game customizable vendors & associated economy
Read more about this resource...
MyVendor system : in-game customizable vendors & associated economy
Again another very old RunUO 1.0 script of mine updated for you in ServUO. Enjoy!
0) SETUP:
A) Drag'n drop the files in your custom folder.
B) In Scripts\Mobiles\Normal\BaseCreature.cs
Add those lines in the switch in the...
Generate the corpse of a mobile.
Type the AddCorpse command and target a mobile which is not blessed.
This will generate the corpse with equipment of this mobile.
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...