Go Back   RunUO - Ultima Online Emulation > RunUO > New Join Forum

New Join Forum So your new to RunUO and looking to work with people that are new, this is the place.

Reply
 
Thread Tools Display Modes
Old 11-28-2006, 06:54 PM   #1 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 12
Default Helo Guys. Im After some general help please :D

Hi Guys.. In My Spare time i have nothing to do so i thought i would make a shard as i have played UO since the start 9 yrs ago almost now..

anyways my problem is that i am semi dyslexic althought my spelling is ok, i struggle to follow instructions written down infront of me.

i was wondering if anyone could spare some time for a few questions i have about learning to script.. if so please Reply here

my main problem at the minute is. when i started up my server it skipped through creating an admin account befor i could click y/n and now i cant create an admin account on the shard :S can sum1 help me out with that one?

Thnx alot in advance Guys
Foxy!

Last edited by ATFoxy1; 11-28-2006 at 07:14 PM. Reason: rubby tittle
ATFoxy1 is offline   Reply With Quote
Old 11-28-2006, 08:03 PM   #2 (permalink)
Forum Expert
 
DreamCatcher's Avatar
 
Join Date: Jan 2006
Location: Kenaz:The Rebirth...You'll find it on ConnectUO ;)
Posts: 1,637
Default

Just restart your server and it should ask you again...
__________________
**Fun things to do**
Put decaf in the coffee maker for 3 weeks. Once everyone has gotten over their caffeine addictions, switch to espresso.:D :eek:
DreamCatcher is offline   Reply With Quote
Old 11-28-2006, 09:29 PM   #3 (permalink)
Forum Novice
 
DarkeWolf's Avatar
 
Join Date: Feb 2004
Age: 37
Posts: 342
Default

yeah, if there's no admin account, when you shut down the server software, it should ask you for one when you start it back up.

If it doesnt, here's what you might try doing. once the server has started up, and you've got UOgateway setup to connect to your server, go ahead and login and create an account. then wait for the server to save (you will see a yellow message go across the screen saying that the server is saving) and then log out, and close everything down.
after that, you will need to go into your runuo folder. look in saves/accounts for a file named accounts.xml
double clicking on it should open it in internet explorer. now, right click on it anywhere inside the text and pick view source in the drop box. that will open up the source code for that file in notepad.

look for a set of lines that looks like this;
Code:
<username>greenbush</username>
		<cryptPassword>87-97-E3-BD-BE-55-47-A1-3C-73-B7-E1-1C-CF-A4-79</cryptPassword>
		<accessLevel>Administrator</accessLevel>
		<created>2004-04-16T19:54:23.9800000-05:00</created>
see that line that I put in bold? Under a player level account, that line will NOT be there. so copy it from here, and paste that bolded line into place in the accounts.xml file that you have got loaded in notepad, so it looks exactly like the code box here. (other than the names and dates, and that stuff). then click file and save.
that should manually update your account to admin level.


Btw- Welcome to the world of player run shards. It's always great to see a "lifetime" vet of Origin start up their own UO world
DarkeWolf is offline   Reply With Quote
Old 11-29-2006, 09:57 AM   #4 (permalink)
Forum Novice
 
Join Date: Apr 2003
Location: Gainesville, Florida
Age: 24
Posts: 765
Default

I've also heard that you could delete all your saves (which are useless anyways if you haven't logged in) and then it'll ask you to create an admin account again.
Rabban is offline   Reply With Quote
Old 11-29-2006, 01:18 PM   #5 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 12
Default

Quote:
Originally Posted by Rabban
I've also heard that you could delete all your saves (which are useless anyways if you haven't logged in) and then it'll ask you to create an admin account again.

i tried that befor i posted
ATFoxy1 is offline   Reply With Quote
Old 11-29-2006, 02:46 PM   #6 (permalink)
Forum Novice
 
DarkeWolf's Avatar
 
Join Date: Feb 2004
Age: 37
Posts: 342
Default

Have you gotten it to work yet Fox?
DarkeWolf is offline   Reply With Quote
Old 11-29-2006, 07:21 PM   #7 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 12
Default

Quote:
Originally Posted by DarkeWolf
Have you gotten it to work yet Fox?
yehp woz at work for the last post. just done it now thnx alot m8 jst did wot u said.

redy for the next item? i presume its basic scripting.. i wanna have ago at making like reg bags,pot bags, custom made weps.. i presume they need to be scripted cos i want to add them to a spawner

thnx again
Fox
ATFoxy1 is offline   Reply With Quote
Old 11-29-2006, 07:39 PM   #8 (permalink)
Forum Novice
 
DarkeWolf's Avatar
 
Join Date: Feb 2004
Age: 37
Posts: 342
Default

Great! I'm glad to hear that you got your admin account set up

as far as the supply bags that you are talking about, you MIGHT already have some of those with your server.
Try looking in Scripts\items for a folder called SupplyBags. Or just go in game and type "[add ba" that will bring up a list off all addable items that have the letters "ba" in them.
If not, then I can help you out with those, but they will need to be updated to work with 2.0. which, I havent got any experience with, so we would need to take that to the scripts support section of the forums.

custom weapons and armor and stuff. unless you are going for some really specific stuff, that is usually pretty easy. just take an existing weapon or armor script that is similar to what you are wanting to make. make changes to it, then save it as a new filename.
those are also in the same folder as you will be looking in for the supplybags folder. under armor and weapons perspectively.
and again, if you need help with those, once you have gotten them started, you can get help for that in the scripts support section of the forums.
(I'm saying that, not because I dont want to help you with it, but because I am VERY new to scripting too. That and I dont know all of the new things that they have changed since my older client was released. So me helping you with some of that stuff might hurt you more than help!)

If you are looking to add new looks to the weapons and stuff that you make, such as using a katana blade for your weapon, you will need to find the itemid's and stuff for that script. a very useful tool for that is called InsideUO.
http://uo.stratics.com/heptazane/insideuo/index.shtml
once you have insideuo installed, it can show you what the item looks like, its itemid, and most of that other good stuff
DarkeWolf is offline   Reply With Quote
Old 11-29-2006, 08:21 PM   #9 (permalink)
Forum Newbie
 
Join Date: Dec 2005
Posts: 12
Default

Quote:
Originally Posted by DarkeWolf
Great! I'm glad to hear that you got your admin account set up

as far as the supply bags that you are talking about, you MIGHT already have some of those with your server.
Try looking in Scripts\items for a folder called SupplyBags. Or just go in game and type "[add ba" that will bring up a list off all addable items that have the letters "ba" in them.
If not, then I can help you out with those, but they will need to be updated to work with 2.0. which, I havent got any experience with, so we would need to take that to the scripts support section of the forums.

custom weapons and armor and stuff. unless you are going for some really specific stuff, that is usually pretty easy. just take an existing weapon or armor script that is similar to what you are wanting to make. make changes to it, then save it as a new filename.
those are also in the same folder as you will be looking in for the supplybags folder. under armor and weapons perspectively.
and again, if you need help with those, once you have gotten them started, you can get help for that in the scripts support section of the forums.
(I'm saying that, not because I dont want to help you with it, but because I am VERY new to scripting too. That and I dont know all of the new things that they have changed since my older client was released. So me helping you with some of that stuff might hurt you more than help!)

If you are looking to add new looks to the weapons and stuff that you make, such as using a katana blade for your weapon, you will need to find the itemid's and stuff for that script. a very useful tool for that is called InsideUO.
http://uo.stratics.com/heptazane/insideuo/index.shtml
once you have insideuo installed, it can show you what the item looks like, its itemid, and most of that other good stuff

Thanking You all Many times made my wep now muhuhuhhu
ATFoxy1 is offline   Reply With Quote
Old 11-29-2006, 08:36 PM   #10 (permalink)
Forum Novice
 
DarkeWolf's Avatar
 
Join Date: Feb 2004
Age: 37
Posts: 342
Default

Woot! Post #250!
lol anyways.....

Noooooo problem at all, I'm glad to help out
And it sounds like you figured out how to do the weapon pretty easy Congratulations on working your first script!

Let me know if you have any probs with those bags
DarkeWolf is offline   Reply With Quote
Old 11-30-2006, 08:03 PM   #11 (permalink)
Forum Novice
 
Join Date: Apr 2003
Location: Gainesville, Florida
Age: 24
Posts: 765
Default

If you have the XML Spawner (not sure about the others), you can add custom weapon spawns (which could be made stealable) by adding /property/value after the name (or something like that).

So in the xml spawner if you wanted it to spawn a more durable katana, the entry would be something like:
katana/maxdurability/200/durability/200

Refer to the XML spawner thread for proper details if you're interested.
Rabban 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