Go Back   RunUO - Ultima Online Emulation > RunUO > Core Modifications > Other

Other Cant find a category above, use this one! Core mods not listed above go here!

Reply
 
Thread Tools Display Modes
Old 08-29-2005, 10:49 AM   #1 (permalink)
 
Join Date: Aug 2005
Location: United Kingdom! England!
Age: 18
Posts: 37
Send a message via MSN to Ricky26
Default RunUO C# Express Solution

This contains the RunUO source with a C# Express 2005 Beta 2 solution. (Compatible with VS2005 (8))

Recommendation: Extract to My Docs/Visual Studio/Projects for ease. It will create a folder RunUO and away you go.
Attached Files
File Type: zip RunUO.zip (243.2 KB, 103 views)
Ricky26 is offline   Reply With Quote
Old 09-14-2005, 04:52 PM   #2 (permalink)
 
Join Date: Sep 2005
Age: 19
Posts: 10
Default

Every thing in the source code compiled but I got this error when I tryed to load the scritps with it. I did not change any thing in the source code. Any way to fix this. It dosn't do this with the orginal core.

PHP Code:
 Errorc:Documents and SettingsCornholyoMy DocumentsUORunUO 1.0Scripts
EnginesReportsRenderingBarGraphRenderer
.csCS0121: (line 888column 40The
 call is ambiguous between the following methods 
or properties'System.Math.Flo
or(decimal)' 
and System.Math.Floor(double) 
Nuts&Bolts is offline   Reply With Quote
Old 09-14-2005, 06:09 PM   #3 (permalink)
Forum Expert
 
PerfectWing's Avatar
 
Join Date: Oct 2002
Location: USA, Ga.
Age: 24
Posts: 1,205
Send a message via ICQ to PerfectWing Send a message via AIM to PerfectWing Send a message via MSN to PerfectWing Send a message via Yahoo to PerfectWing
Default

Works for me. Many thanks.
PerfectWing is offline   Reply With Quote
Old 09-14-2005, 10:49 PM   #4 (permalink)
Forum Expert
 
PerfectWing's Avatar
 
Join Date: Oct 2002
Location: USA, Ga.
Age: 24
Posts: 1,205
Send a message via ICQ to PerfectWing Send a message via AIM to PerfectWing Send a message via MSN to PerfectWing Send a message via Yahoo to PerfectWing
Default

Yep. I'm aware of that, and I see all the errors and realize it's not a perfect solution (is anything ever?). However, the fact that I can now compile the core for a debugging server to test/debug core modifications I've had on hand for quite some time is worthwhile enough, in and of itself. Especially when 2.0's release could be as early as tomorrow and as late as next month. Don't have time to sit on my hands and wait for it when there's a working solution available.

Visual C# Beta 2 is much better (and free) than SharpDevelop, imo.
PerfectWing is offline   Reply With Quote
Old 09-14-2005, 11:00 PM   #5 (permalink)
 
Join Date: Sep 2005
Age: 19
Posts: 10
Default

What .net framework are you using? And how did you get yours to work. I don't understand why I got this error I don't see whats worng with this statment.
Nuts&Bolts is offline   Reply With Quote
Old 09-15-2005, 02:28 AM   #6 (permalink)
Forum Expert
 
PerfectWing's Avatar
 
Join Date: Oct 2002
Location: USA, Ga.
Age: 24
Posts: 1,205
Send a message via ICQ to PerfectWing Send a message via AIM to PerfectWing Send a message via MSN to PerfectWing Send a message via Yahoo to PerfectWing
Default

_In reply to Phantom's post which has since been removed_

*sigh*

What my last post said was: "It works well enough, I'll use it, regardless of it's minor flaws." Clearly my decision to use it is both educated and conscious. I don't need further coaching on how I choose to do my work and what environment I choose to work in. Thanks.

_End_
PerfectWing is offline   Reply With Quote
Old 09-15-2005, 04:16 AM   #7 (permalink)
 
Join Date: Aug 2005
Location: United Kingdom! England!
Age: 18
Posts: 37
Send a message via MSN to Ricky26
Default

What Scripts are you using?

Does that come up in RunUO?

Because that *seems* to be the scripts playing up...

Ok,

Goto c:\Documents and Settings\Cornholyo\My Documents\UO\RunUO 1.0\Scripts
Engines\Reports\Rendering\BarGraph\Renderer.cs

and on line 888 change Math.Floor( to Math.Floor((double)

if that doesnt fix it try Math.Floor((decimal)
Ricky26 is offline   Reply With Quote
Old 09-15-2005, 07:34 AM   #8 (permalink)
Forum Novice
 
Join Date: Nov 2003
Location: New Zealand
Age: 21
Posts: 151
Send a message via ICQ to Bmzx007 Send a message via AIM to Bmzx007 Send a message via MSN to Bmzx007 Send a message via Yahoo to Bmzx007
Default

Quote:
Its wrong if you try to compile it with the .NET Framework 2.0 but its correct within the 1.1 .NET Framework.

To use Visual Studio 2005 you have to have the .NET Framework 2.0, and to use RunUO you have to have .NET Framework 1.1

This answer the question?
That is a false Statement, This post is ABOUT getting it compiled under VS2005 (Eg. .NET 2.0) If you dont like it, dont post. You DONT need 1.1 to compile RunUO it can be done under 2.0 with a single change (And if you want a challenge like I did, fix all the warnings too).

Stop being an ass in the Core Modification forum when you dont like nor support them yourself.

Quote:
Yeah its called use the right freaking tool, and VS2005 isn't it at this time.
RunUO is flexible and opensource for a reason, whether to experiment, upgrade, go off on your own, its the persons choice, NOT YOURS. So get over yourself, and leave things you dont understand or cannot comprehend be.

I have reported you for being stupid in this forum (again).
Bmzx007 is offline   Reply With Quote
Old 09-15-2005, 08:19 AM   #9 (permalink)
 
Join Date: Sep 2005
Age: 19
Posts: 10
Default

Thanks that worked. I gess I'll have to read up on 2.0 see what else has be changed or updated.
Nuts&Bolts is offline   Reply With Quote
Old 09-15-2005, 09:57 AM   #10 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Bmzx007
Stop being an ass in the Core Modification forum when you dont like nor support them yourself.
I thought I was in a different forum, but that gives you no right to call me an ass, I have reported your flames.

I was trying to be helpful, so why are you treating me like crap?
Phantom is offline   Reply With Quote
Old 09-15-2005, 07:20 PM   #11 (permalink)
Forum Novice
 
Join Date: Nov 2003
Location: New Zealand
Age: 21
Posts: 151
Send a message via ICQ to Bmzx007 Send a message via AIM to Bmzx007 Send a message via MSN to Bmzx007 Send a message via Yahoo to Bmzx007
Default

I didnt call you an ass, I said you were being one, Big difference.

As for trying to be helpfull you were doing no such thing. All you were doing was parading your opinion in the core mod forum, Yet again.

The simple fact is, If you dont like VS2005, .NET 2.0, or you dont support core modifications, Dont post here. This is for people who WANT to modify it, not those that dont. Thats what the other 5 odd forum categories are for.

And its funny, You say I treat you like crap? How do you think 90% of newbies who come across you feel? And dont say you dont, because many of them have said they dont like how you talk to them.
Bmzx007 is offline   Reply With Quote
Old 09-15-2005, 11:16 PM   #12 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Bmzx007
I didnt call you an ass, I said you were being one, Big difference.

As for trying to be helpfull you were doing no such thing. All you were doing was parading your opinion in the core mod forum, Yet again.

The simple fact is, If you dont like VS2005, .NET 2.0, or you dont support core modifications, Dont post here. This is for people who WANT to modify it, not those that dont. Thats what the other 5 odd forum categories are for.

And its funny, You say I treat you like crap? How do you think 90% of newbies who come across you feel? And dont say you dont, because many of them have said they dont like how you talk to them.

I like Visual Studio 2005, I never said I didn't like it, but people who don't know about how the .NET Frameworks might use it without updating the core. I posted in the wrong forum, so don't attack me for the posts I made, because I already said I made a mistake.

I will ignore the rest of your comments, they are not even worth replying to.
Phantom is offline   Reply With Quote
Old 09-16-2005, 12:27 AM   #13 (permalink)
Forum Novice
 
Join Date: Nov 2003
Location: New Zealand
Age: 21
Posts: 151
Send a message via ICQ to Bmzx007 Send a message via AIM to Bmzx007 Send a message via MSN to Bmzx007 Send a message via Yahoo to Bmzx007
Default

Quote:
I posted in the wrong forum, so don't attack me for the posts I made, because I already said I made a mistake.
That statement is laughable, since when have you cared when someone else has made a mistake? and then all of a sudden you expect to be treated differently? You truely are a hippocrite. And yes, I AM calling you that.
Bmzx007 is offline   Reply With Quote
Old 09-16-2005, 01:14 AM   #14 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Bmzx007
That statement is laughable, since when have you cared when someone else has made a mistake? and then all of a sudden you expect to be treated differently? You truely are a hippocrite. And yes, I AM calling you that.
Do what you want, I am done with this thread. I made a mistake, I admited to the mistake, you can accept that or continue to attack me.

I inform people they post in the wrong forum, after I say it I could careless, because I don't have a discussion about it. Now because you had a discussion, talking about what I did before I realized what forum I was in, is pointless.

Thus why I said something, you can call me what you want, but doing so just proves you have nothing better to do with your time.
Phantom is offline   Reply With Quote
Old 09-16-2005, 03:38 AM   #15 (permalink)
Forum Novice
 
Join Date: Nov 2003
Location: New Zealand
Age: 21
Posts: 151
Send a message via ICQ to Bmzx007 Send a message via AIM to Bmzx007 Send a message via MSN to Bmzx007 Send a message via Yahoo to Bmzx007
Default

If Only I have nothing better to do with my time, why are you still posting here?
Bmzx007 is offline   Reply With Quote
Old 09-16-2005, 04:27 AM   #16 (permalink)
Account Terminated
 
Join Date: Sep 2002
Age: 26
Posts: 3,846
Send a message via ICQ to Phantom Send a message via AIM to Phantom Send a message via MSN to Phantom
Default

Quote:
Originally Posted by Bmzx007
If Only I have nothing better to do with my time, why are you still posting here?

You posted a response, I replied, thats what you do on a message board.
Phantom is offline   Reply With Quote
Old 09-16-2005, 05:54 AM   #17 (permalink)
Forum Novice
 
Join Date: Nov 2003
Location: New Zealand
Age: 21
Posts: 151
Send a message via ICQ to Bmzx007 Send a message via AIM to Bmzx007 Send a message via MSN to Bmzx007 Send a message via Yahoo to Bmzx007
Default

I had a feeling you'd respond again, even though you said you were done with this thread. Always have to have the last word dont you?
Bmzx007 is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5