ScriptUO
Official ScriptUO EasyUO Scripts => Scripting Chat => Topic started by: VicVega on January 22, 2010, 02:38:25 PM
-
I've been out of UO for a while, I'm glad this forum it's still up and active.
So here is my question, I'm trying to use my macros but I have a problem with the tile comand which I don't understand.
So I try this:
tile init
tile cnt #charPosX #charPosY
tile get #charPosX #charPosY
But I don't get any results on the #tileCnt, #tileZ or #tileType variables.
Anything I could be missing?
PS: I also tried indicating the facets.
-
Is this in any facet, or just in Tel Mur?
-
The facet it's Trammel in new heaven.
-
Take a look at this sub and see if it'll help ya:
http://www.scriptuo.com/index.php?topic=1227.0;highlight=tree
-
I had used before the tile command with success without using #curskind or indicating the facet.
Anyway, I've tried it again with #curskind as in your sub but not luck either.
So I can't get to retrieve the #tileCnt info with something like this:
tile init
tile cnt #charposX #charPosY #curskind
And therefore I can't use the tile get command that doesn't seem to work anyway.
May be there was an update in the server that disable the tile command?
I'm in a server which you must update the UO with the official OSI patches and then you use razor to connect to the server, so I think the configuration should be simmilar to OSI, althought it's a run UO server.
Don't know if that information I give it's useful
Thanks anyway.
-
Still has to be some issue on your end. Yesterday I was lumberjacking in Trammel without issue. Some people do have tile stack issues. You might search EUO about since there was some information there about work-arounds
-
Fixed, it seems there was a registry key problem: http://www.easyuo.com/forum/viewtopic.php?p=360334#360334
-
Ah great! Glad you got it to work!