|
||
|
|
#1 (permalink) |
|
I cant seem to figure out what the ref int's should be for ultima.client.findlocation Any information on this would be super great. Also if the maker of ultima sdk is reading plz add suport for clients with titalbars that are renamed from ultima online.
|
|
|
|
|
|
|
#4 (permalink) |
|
Account Terminated
|
....
All the information you need is found in the dll itself. I know Visual Studio has an object browser, I believe Sharp Developer has one too. Not difficult to look at what arguments it takes and input them. I believe samples are just silly at this level of programing, so I wont be able to do it maybe somebody else will. good luck. |
|
|
|
|
|
#6 (permalink) |
|
Forum Administrator
Join Date: Aug 2002
Posts: 2,850
|
[code:1]int x = 0, y = 0, z = 0, facet = 0;
Client.FindLocation( ref x, ref y, ref z, ref facet ); // do somehing with x, y, z, and facet[/code:1] An example program and source is here: http://www.runuo.com/krrios/uosdk_example_map.zip |
|
|
|
|
|
#8 (permalink) |
|
well after playing with your software i have to say im doing some thing very wrong. when i do a find location it takes a long time every time. In your software it loads the updates very fast (real time almost). Nerest I can figure out is it loads the whoal map at start up then moves it around. Is this any ware near corect? Also if you could post a very very simple example of the same thing that would help me alot. thnx
|
|
|
|
|
|
|
#11 (permalink) |
|
Forum Administrator
Join Date: Aug 2002
Posts: 2,850
|
Sorry about that, many files were not restored on the site move. It's up here: http://www.runuo.com/krrios/uosdk_example_map.zip
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|