Ok I guess im blind because I cant find just the merc and its deed!! I don't need the rest of the evo's. If anyone knows where this is please let me know and ty.
 
im getting errors ill show ya that and this
[doublepost=1505780159][/doublepost]
im getting errors ill show ya that and this
that's the error I get
[doublepost=1505782548][/doublepost]
im getting errors ill show ya that and this
[doublepost=1505780159][/doublepost]
that's the error I get
Is there a reason I cant have the merc if I have Breeding and Bios on my server???
 

Attachments

  • Capture.PNG
    Capture.PNG
    57.8 KB · Views: 39
  • Capture.PNG
    Capture.PNG
    3.3 KB · Views: 34
You will have to convert the scripts to be compatible with the ServUO core files.
You will have to check how other scripts handle the command system, then editing the old RunUO script to replicate the new system.

However, I can't offer any help past that line.
Someone else might be more well-versed in the conversion process.
 
Old error :) but you may still get errors
Error :
Code:
The type or namespace name 'CommandEventArgs' could not be
found (are you missing a using directive or an assembly reference?)

Solution:
The name space of Commands has changed
Old namespace Server.Scripts.Commands has to be replaced by
Code:
using Server.Commands;
 
sadly it cant authenticate you. Its just an archive copy. Thats what archive.org does. But its still good for information purposes.
 
Back