Page 1 of 1

Object Viewer

Posted: Fri Jun 24, 2011 7:09 am
by MiesterMan
This is another commandline tool I use for objects that don't display their names when you mouseover them, as well as getting exact positions.

Open the bot with the commandline waypoint file and type:

Code: Select all

displayObjects()
It will give you a colored display similar to this:

Code: Select all

        RomBot command line
Type in 'q' (without quotes) to quit.
Command> displayObjects()
X       Z       Y       TYPE Name                     Id     Atkble Address
-       -       -       ---- ----                     --     ------ -------
-4325   6047    56      nil                           118894 false  1fd30500
-3861   5799    56      nil  Undercity Thug           103526 true   1fd30a00
-4134   5826    55      nil                           118893 false  1fd31e00
-4295   6078    55      nil  Mojo Caffey              118886 false  1fd3b900
-4332   5985    55      nil                           118900 false  34fc2d00
-4316   5960    55      nil                           118899 false  34fc3200
-4305   6030    56      nil                           118894 false  34fc3700
-4333   6003    56      nil                           118902 false  34fc5500
-4052   5992    57      nil  Tailoring Tools          110527 false  34fc6900
-3968   5966    56      nil  Alber                    118362 false  34fc6e00
-4033   6008    55      nil  Alchemy Tools            116085 false  34fc7300
-3979   5975    56      nil  Armorcrafting Tools      110518 false  34fcd200
-4117   5969    55      nil                           118896 false  34fcd700
-4106   5983    55      nil  Momo Paladis             118882 false  34fcdc00
-3742   5911    59      nil  Beggar                   114903 false  363f5f00
-3818   5670    46      nil                           113537 false  363f6e00
-3830   5673    46      nil                           113537 false  363f7300
-3822   5681    46      nil                           113537 false  363f7d00
-3824   5676    56      nil  Merchandise              112229 false  363f8200
-3857   5726    46      nil  Fire Pit                 110966 false  363f8700
-3840   5703    46      nil  Undercity Vandal         103527 true   363f9100
-4162   6072    55      nil  Dalanis Usher            114952 false  37690500
-9148   15547   -452    nil                           111378 false  37690a00
-9056   15558   -451    nil                           111378 false  37690f00
-8886   15571   -443    nil                           111378 false  37691400
-9240   15539   -447    nil                           111378 false  37691900
-8970   15567   -453    nil                           111378 false  37691e00
-3986   6118    65      nil  Nobo Yanag               118881 false  3a9e1900
-4228   6279    74      nil  Lionheart Knight Patrol  103282 true   3a9e2800
-4193   6289    74      nil  Lionheart Knight Patrol  103282 true   3a9e9b00
-3863   5703    46      nil  Undercity Vandal         103527 true   3a9ea000
-4120   6083    55      nil  Sueke Haragen            114420 false  3a9eb900
-4048   6111    55      nil  Craft Festival Cashier   113934 false  3a9ebe00
-3986   6067    55      nil  Yasha - Artificer        118364 false  3a9ecd00
-3871   5667    46      nil  Undercity Thug           103526 true   3a9ed700
-4147   5862    53      nil  Komol Damal              118884 false  3b6a0500
-3957   6056    55      nil  Carpentry Tools          110512 false  3b6a5000
-3952   5979    56      nil  Carpentry Tools          116084 false  3c5e1400
-3957   5954    56      nil  Armorcrafting Tools      110521 false  3c5e1e00
-3988   5960    56      nil  Blacksmithing Tools      118562 false  3c5e2300
-4036   5998    55      nil  Birdie                   118363 false  3c5e8c00
-4321   6036    56      nil  Whitewater Nick          118883 false  3c682300
-4331   6031    56      nil                           118894 false  3c68e100
-4323   5981    55      nil  Salami Panini            118885 false  3c68f500
0       0       0       nil  <UNKNOWN>                0      false  3eb40000
0       0       0       nil  <UNKNOWN>                0      false  3eb44100
0       0       0       nil  <UNKNOWN>                0      false  3eb4f000
0       0       0       nil                           0      false  3f03c080
0       0       0       nil  <UNKNOWN>                0      false  3f03dd40
0       0       0       nil  <UNKNOWN>                0      false  50770b40
0       0       0       nil  <UNKNOWN>                0      false  3f03dd40
Command>
NOTE: This is currently setup to display 24 characters for the object name. You can make this wider by increasing the second argument for fixString(obj.Name,24) on line 39 but you'll need to widen your command line window.
userfunction_objectviewer.lua
Object Viewer:
displayObjects();
(1.29 KiB) Downloaded 525 times