Ryandor.com

Forums
It is currently Sun Jul 06, 2025 1:43 pm

All times are UTC - 7 hours [ DST ]




Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: [tele
PostPosted: Wed Oct 22, 2003 7:38 pm 
Offline
Apprentice
Apprentice

Joined: Mon Oct 13, 2003 6:00 pm
Posts: 23
ok im using runuo and when i use [tele it get me stuck in the ground why is that?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 22, 2003 7:39 pm 
Offline
Not your daddy
Not your daddy

Joined: Mon Nov 18, 2002 2:18 am
Posts: 1224
Location: Oregon State
Your shard (RunUO) and client (Ultima Online game) are not probly using the same map and/or statics files.

_________________
Forget what you know, know what you forget.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 22, 2003 7:42 pm 
Offline
Apprentice
Apprentice

Joined: Mon Oct 13, 2003 6:00 pm
Posts: 23
so what do i do?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 22, 2003 10:19 pm 
Offline
Young
Young

Joined: Fri Jun 14, 2002 11:02 am
Posts: 14
Location: Phoenix
Do you have the 2d and 3d client installed?

_________________
http://www.runuo.com/


Top
 Profile  
 
 Post subject:
PostPosted: Wed Oct 22, 2003 11:02 pm 
Offline
Apprentice
Apprentice

Joined: Mon Oct 13, 2003 6:00 pm
Posts: 23
2d


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 23, 2003 9:42 am 
Offline
Not your daddy
Not your daddy

Joined: Mon Nov 18, 2002 2:18 am
Posts: 1224
Location: Oregon State
Theres a couple things you can do with this..
RunUO has a file in the Scripts/Misc folder called DataPath.cs
This file tells the core where to look for the required mul files to run the game from. If you are fairly new to RunUO, this is probly still unchanged, and set to null; wich is the default, and will tell the core to automaticly search for an Ultima Online folder in the Program files folder.

Now, If you are world building, it is important that you have RunUO setup to use a seperate directory than the UO folder you are running your client from, otherwise you wont be able to do stuff like freeze items to static files with the imgame commands.

When you have this setup, you must be sure that both your UO Client folder, and your new folder for the RunUO mul files have both been updated with the new set of map and statics files that you created with Dragon. If not, you will get problems like what you described. You teleport to a spot, and RunUO 's map file might be lower land than your client is seeing, or whatever the case might be for that location.

You just basicly need to make sure that any map changes you make, both the RunUO Core and your UO Client are updated with the new set of files.

_________________
Forget what you know, know what you forget.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Oct 23, 2003 6:20 pm 
Offline
Apprentice
Apprentice

Joined: Mon Oct 13, 2003 6:00 pm
Posts: 23
im kinda getting what ur saying but how do i... make sure that any map changes you make, both the RunUO Core and your UO Client are updated with the new set of files


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 24, 2003 2:39 am 
Offline
Not your daddy
Not your daddy

Joined: Mon Nov 18, 2002 2:18 am
Posts: 1224
Location: Oregon State
Okay.. Open the file Datapath.cs found in Scripts/Mics..
There you see:
Code:
private static string CustomPath = null";


What you do is, create a folder somewhere.. anywhere you want, below that line there is a list of all the *Required *.mul files that RunUO Has to have to read from, in order to load the shard. So, you need to just copy those files from the Ultima Online folder, and place them in your new "Core" folder. When you build the new folder with the needed mul files, enter that directory in to the line above, as so:
Code:
private static string CustomPath = @"C:/ThisDirectory/CoreFolder";

Obviously, you need it to have your actualy directory, not that one there.

Now, when you start RunUO it will read those files, not the ones in UO folder....
Okay, with that done you now have a new map you created with Dragon, and want to have it usable on the shard. You now need to place the new map and statics files in this new "Core" folder, and in the UO folder, replacing the existing ones. Thats it, you should have trouble free maping now.

With this done also, you can now freeze and melt the statics in game with no problems. You also do not have to reload the RunUO shard to update your Ultima Online folder. Simply freeze an area, and copy the statics files from the Core folder.. replace the static files in the UO folder with them, and log back it :) (you must close client in most cases, or any other program that might read the files in the UO folder, as InsideUO etc..)

Good luck

_________________
Forget what you know, know what you forget.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Oct 24, 2003 4:03 am 
Offline
Apprentice
Apprentice

Joined: Mon Oct 13, 2003 6:00 pm
Posts: 23
thank you very much...


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 01, 2003 1:00 am 
Offline
Master of Dian
Master of Dian

Joined: Sat Jan 18, 2003 2:37 pm
Posts: 118
Location: Oregon
pfft Dian you Mr know it all :P


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group