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!

Resource icon

[2.x] Default Character on account creation 0.0.4

No permission to download

Bittiez

Sorceror
Bittiez submitted a new resource:

Default Character on account creation (version 0.0.4) - When a new account is created, there will be a default character already on it

This little script will simply create a new character(a default character, all specs, items, etc can be specified by you in the script) for that player.

We created this script because we( On our shard, this part of the script will not be released) want to handle all character create in game in a newbie area, so in order to do this we create this script that will create a default character(so they will never see the default character creation screen, unless the click the new character button on...

Read more about this resource...
 

Bittiez

Sorceror
If I'm right(Didn't test it) go to line 90ish(After the stats are set) and add this line:
C#:
newChar.Skills.Swords.Base = 50;
 
Top