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!

Stat Cap - INT DEX STR

poetawd

Wanderer
Stat Cap - INT DEX STR

Hi,

How do I set the stat cap to be 300 (already done) but with a limitation of 105 for each stat, like 100 dex 100int and 105 str???

thanks
 

daat99

Moderator
Staff member
poetawd said:
Hi,

How do I set the stat cap to be 300 (already done) but with a limitation of 105 for each stat, like 100 dex 100int and 105 str???

thanks
Take a look at how it limit it to 125 each and modify it to 105.

Are you not trying on purpose?
It becomes real tiresome to help you when you never try.
You're here for long enough to know that you need to try first.
 

poetawd

Wanderer
Hey Daat99


I already KNOW a lot and that is thanks to you guys...


:)


but my problem is I have my server running with 35 people on in my HOME COMPUTER, so I cant make any mistake... :( ;...

Sorry about that,

But in week I´ll have a ALSO server and I´ll be able to mess around A LOT !
 

TMSTKSBK

Lord
poetawd said:
Hey Daat99


I already KNOW a lot and that is thanks to you guys...


:)


but my problem is I have my server running with 35 people on in my HOME COMPUTER, so I cant make any mistake... :( ;...

Sorry about that,

But in week I´ll have a ALSO server and I´ll be able to mess around A LOT !

You can run more than one server on a computer, y'know...
 

daat99

Moderator
Staff member
poetawd said:
Hey Daat99


I already KNOW a lot and that is thanks to you guys...


:)


but my problem is I have my server running with 35 people on in my HOME COMPUTER, so I cant make any mistake... :( ;...

Sorry about that,

But in week I´ll have a ALSO server and I´ll be able to mess around A LOT !
You need to have a test shard.
When you do something you do it on a test shard and only when it works without problems you introduce it to your real shard.

In any case you spend (waste) a lot of time on making scripts to do what you want and you never took the time to actually understand what you doing.
Everything (almost) in RunUO is either an object or a property.
If you learn how to use objects and properties than you'll know how to do a lot more than you think possible.
It will take you couple of hours to read a c# tutorials that explain about objects and properties but it currently takes you hours to figure out how to change 1 lame property and even than you modify the core instead of just adding it.

I'm not saying that you're doing it because you're stupid or something.
Personaly I think you have a lot of potential.
All I'm saying is "Stop wasting your potential, you can do a lot better in a lot less time".

I realy hope that some day you'll take my advice and read the tutorials.
I know for a fact that after you do you'll hate yourself for not doing it sooner.
 

poetawd

Wanderer
WHOA


:eek: :eek: :eek:


after that I WILL READ whatever you want !!! just tell me what? is it the tutorials here in this session of teh forum ?
 

daat99

Moderator
Staff member
poetawd said:
WHOA


:eek: :eek: :eek:


after that I WILL READ whatever you want !!! just tell me what? is it the tutorials here in this session of teh forum ?
Any c# tutorial about objects and properties that you can find in google will do just fine.

Here are some sires that helped me:
http://www.csharp-station.com/Tutorial.aspx
http://www.softsteel.co.uk/tutorials/cSharp/lesson3.html
http://www.codeproject.com/
http://www.tutorialmaniacs.com/index.php

**edit**
You don't need to get the "hello world" thingy or stuff like that, just look for accessing objects and properties stuff.
 
Top