Go Back   RunUO - Ultima Online Emulation > RunUO > Utility Support > Third Party Program Support

Third Party Program Support Misc support forum and advertisment forum for all RunUO related third party Utilities.

Reply
 
Thread Tools Display Modes
Old 07-05-2008, 01:50 PM   #1 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 29
Default Mobile tracking

How can i track a player mobile in c# like razor?
_Epila_ is offline   Reply With Quote
Old 07-05-2008, 03:31 PM   #2 (permalink)
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

Look at the Ultima SDK.

Ultima SDK - RunUO - Ultima Online Emulation
mordero is offline   Reply With Quote
Old 07-05-2008, 07:03 PM   #3 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 29
Default

i've tryed with Ultima SDK but is impossible to get the mobile position
_Epila_ is offline   Reply With Quote
Old 07-05-2008, 07:33 PM   #4 (permalink)
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

By mobile, do you mean the playe (which the SDK can do) or someone else (which you cannot do unless it is on your screen/near you)?
mordero is offline   Reply With Quote
Old 07-05-2008, 08:59 PM   #5 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 29
Default

yes, the player, ive search everywhere about but no success
i've tryed with all constructor, functions, everything that i found in ultima sdk, but no success, or i didn't use the corrent way

what are the constructor,functionss, methods i have to use to get the player position?
_Epila_ is offline   Reply With Quote
Old 07-05-2008, 09:37 PM   #6 (permalink)
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

I dont have UO installed so I cant test this, but it should still work.

UltimaSDK find location?

Code:
Ultima.Client.Calibrate() 
 
int x = 0, y = 0, z = 0, facet = 0;

Client.FindLocation( ref x, ref y, ref z, ref facet );
mordero is offline   Reply With Quote
Old 07-06-2008, 12:02 AM   #7 (permalink)
Newbie
 
Join Date: Dec 2005
Posts: 29
Default

worked with client 5.0.2 not with latest

do you know if the Ultima SDK work with client 6.0.9 ?


but, thanks anyway

Last edited by _Epila_; 07-06-2008 at 12:11 AM.
_Epila_ is offline   Reply With Quote
Old 07-08-2008, 02:42 PM   #8 (permalink)
ConnectUO Creator
 
Jeff's Avatar
 
Join Date: Jan 2004
Age: 27
Posts: 4,819
Default

There is no updated version of this for the new client, reason being EA used a new compiler and which messed up the locations and addresses at which this information is obtained, thus it doesnt work. I doubt anyone will update it.
__________________
Jeff Boulanger
ConnectUO - Core Developer

Want to help make ConnectUO better? Click here to submit your ideas/requests
Use your talent to compete against other community members in RunUO hosted coding competitions

If you know XNA (even if its just a little) or are a good artist(2d or 3d) and are interested in making games for a hobby send me a pm or drop by #xna in irc.runuo.com. I'm looking to put together a small game development team.


Please do not pm me for support. If you are having issues please post in the appropriate forum. Thanks for your continued support of both ConnectUO and RunUO
Jeff 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