RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

RunUO Compatibility

A

AlejandroX

Guest
I doubt it with it's current status. The user base is less than 30.
 
A

AlejandroX

Guest
Well, a lot of people aren't running the 3d client so I don't know.
 
A

AlejandroX

Guest
I completely agree. Do you know anyone who scripts in HEB?
 
S

s|ainX

Guest
Yeah, there is this guy where i work, i talked to himi on my break about it. His name is Peter.
 
A

AlejandroX

Guest
Oh shit, I know Peter. That's where I first heard about HEB. Do you think he'd be interested in utilizing it for RunUO?
 
S

s|ainX

Guest
Yeah, RunUO runs in C# so he might be able to get the ECA system working with it.
 
A

AlejandroX

Guest
The only problem that I can see is ECA might overcomplicate things. Tell him about it next time you see him. I'll help.
 
S

s|ainX

Guest
.HEB public hidebysig specialname rtspecialname
instance void .ctor(object 'object',
native int 'method') runtime managed
{
} // end of HEB WildCard::.ctor

.HEB public hidebysig virtual instance int32
Invoke() runtime managed
{
} // end of HEB WildCard::Invoke
 
A

AlejandroX

Guest
Just change this:
[code:1].HEB public hidebysig specialname rtspecialname
instance void .ctor(object 'object',
native int 'method') runtime managed -1
{
} // end of HEB WildCard::.ctor

.HEB public hidebysig virtual instance int32
Invoke() runtime managed
{
} // end of HEB WildCard::Invoke[/code:1]
 
Top