General question menu

User Tag List

Results 1 to 7 of 7
  1. #1
    wiper!'s Avatar Member
    Reputation
    19
    Join Date
    Aug 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    General question

    I am not really into botting, but i know you guys always get the best mining and herb spot, so what i am asking is there is a way to know exactly where the bot is telling you go.

    i oppened one of these XML, tha comes with some waypoints, ok fine there, but i cant figure out exactly where that spot is, cause the waypoint come like this one: 3 coordinates one for x,y,z axis.

    <Waypoint>1504.587 4741.983 192.4044</Waypoint>

    so i am asking is there a way to conver this to the more standar X,Y, so i could used it with tomtom or any coods addon, cause i dont really wanna bot on my account.

    thx in advance
    "learn how to make all 25 Dailies in 1hour 20 mins"
    https://www.mmowned.com/forums/wow-guides/237137-video-make-all-25-dailies-1hour-20-mins.html#post1545101

    General question
  2. #2
    Killarena's Avatar Active Member CoreCoins Purchaser
    Reputation
    17
    Join Date
    Aug 2007
    Posts
    99
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hope I understood what you asked right, if the thing you want is to replace many lines of this :

    <Waypoint>1504.587 4741.983 192.4044</Waypoint>

    into this :

    <Waypoint>1504.587 4741.983 </Waypoint>

    Then you should use any programs allowing you to use regular expression as you can see on the screen here : imgur: the simple image sharer

    I'm used to Notepadd++ (Notepad++ v6.2.1 - Current Version), you'll have to put your text in the editor, opening the Replace menu (CTRL + H) and using the following thing in the upper field :

    [0-9]+[.,][0-9]+<

    and a single "<" in the lower field.

  3. #3
    wiper!'s Avatar Member
    Reputation
    19
    Join Date
    Aug 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not exactly, what i am looking for is there is a way to convert these waypoint into the standards waypoint that addons like tomtom and mapcoords use.
    "learn how to make all 25 Dailies in 1hour 20 mins"
    https://www.mmowned.com/forums/wow-guides/237137-video-make-all-25-dailies-1hour-20-mins.html#post1545101

  4. #4
    Killarena's Avatar Active Member CoreCoins Purchaser
    Reputation
    17
    Join Date
    Aug 2007
    Posts
    99
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't you have a sample Tomtom / mapcoords profile to share then ?

  5. #5
    wiper!'s Avatar Member
    Reputation
    19
    Join Date
    Aug 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Killarena View Post
    Don't you have a sample Tomtom / mapcoords profile to share then ?
    well tomtom is not a bot, but here is a sample of some of the waypoints, you use it this way, you install the addon, create a macro, put it on you action bars and use it, then and arrow will display indicating the way to that waypoint. and this is the macro text

    TomTom - Map & Minimap - World of Warcraft Addons - Curse

    /way 65.08, 26.20
    /way 66.64, 28.69
    /way 67.12, 24.94
    /way 65.18, 24.77
    /way 67.05, 33.81
    /way 66.61, 31.58
    /way 66.54, 32.20
    /way 63.09, 29.31
    /way 69.65, 31.64
    /way 70.53, 28.99
    /way 61.89, 30.20
    /way 66.18, 33.43
    /way 62.40, 32.36
    /way 65.63, 25.07
    Last edited by wiper!; 11-15-2012 at 02:34 AM.
    "learn how to make all 25 Dailies in 1hour 20 mins"
    https://www.mmowned.com/forums/wow-guides/237137-video-make-all-25-dailies-1hour-20-mins.html#post1545101

  6. #6
    Killarena's Avatar Active Member CoreCoins Purchaser
    Reputation
    17
    Join Date
    Aug 2007
    Posts
    99
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah so that's quite the same thing, from

    <Waypoint>1504.587 4741.983 192.4044</Waypoint>
    to go to
    /way 1504.587 4741.983

    Just do a "Replace all" two time :

    1. First field : [0-9]+[.,][0-9]+</Waypoint>
    Second field is empty

    2. First field : <Waypoint>
    Second field : /way (with a space after way)

    And you'll get "/way 1504.587 4741.983"

    Is that it ?
    Last edited by Killarena; 11-15-2012 at 06:33 AM.

  7. #7
    wiper!'s Avatar Member
    Reputation
    19
    Join Date
    Aug 2008
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Killarena View Post
    Yeah so that's quite the same thing, from

    <Waypoint>1504.587 4741.983 192.4044</Waypoint>
    to go to
    /way 1504.587 4741.983

    Just do a "Replace all" two time :

    1. First field : [0-9]+[.,][0-9]+</Waypoint>
    Second field is empty

    2. First field : <Waypoint>
    Second field : /way (with a space after way)

    And you'll get "/way 1504.587 4741.983"

    Is that it ?
    no, but thx for your help, ok another question, is there a way to see where this waypoint are in the map, without using a bot?
    "learn how to make all 25 Dailies in 1hour 20 mins"
    https://www.mmowned.com/forums/wow-guides/237137-video-make-all-25-dailies-1hour-20-mins.html#post1545101

Similar Threads

  1. General questions about Selling Gold.
    By MagellanFreet in forum World of Warcraft General
    Replies: 0
    Last Post: 07-09-2008, 10:45 AM
  2. General question
    By Smilie in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 03-20-2008, 05:51 PM
  3. Lua script help and general questions from beginner
    By WinKIller0 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 02-23-2008, 04:38 AM
  4. [Question]General question about editing
    By Razorfever in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 01-22-2008, 09:13 AM
  5. General Question
    By BBQbob in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 01-07-2008, 11:00 AM
All times are GMT -5. The time now is 02:18 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search