This worked before? Since the upgrade to RUN2.0 and XML313, I can't get it to work.
CODE |
dog/ATTACH/xmldata,Notoriety,red/FIGHTMODE/Closest/
or
orc/ATTACH/xmldata,Notoriety,blue
or
unicorn/ATTACH/xmldata,Notoriety,gray |
I spawned all three, Did the syntax change? Gee I hope this feature is still supported. Otherwise I got a lot of scripting to do.
Thanks
sounds like you didnt add back the mod that allows those attachments to affect noto.
http://xmlspawner.15.forumer.com/index.php?showtopic=510
Well after making that change I now get an error
CODE |
C2046: Line 1003: The type or namespace name 'xmldata' could not be found (are you missing a using directive or an assembly reference?) CS0246: Line 1003: The name 'XmlAttach' does not exist in the current context |
It repeats the errors for several lines of code.
What did I do wrong this time.
add this to the beginning of the script
CODE |
using Server.Engines.XmlSpawner2;
|