Glory Potion buyer menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 23 of 23
  1. #16
    laudon's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    4/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theking26 View Post
    can u give me full instruction abt how to run the script plz.
    added video instructions

    Glory Potion buyer
  2. #17
    Tevarin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by laudon View Post
    right click script and run as admin.
    also, I made the script buy potions more efficiently.
    Ran as admin and nothing changed. Additionally, I followed your video and made no mistake previously. Are there settings I have to adjust in the AHK program?

  3. #18
    laudon's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    4/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tevarin View Post
    Ran as admin and nothing changed. Additionally, I followed your video and made no mistake previously. Are there settings I have to adjust in the AHK program?
    I don't think there are any special settings needed for it. Hopefully someone else can help, because I don't know what the issue is.

  4. #19
    Tevarin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anything look incorrect here?

    F2::
    Loop {
    IfWinActive, Neverwinter
    {
    if GetKeyState("F9", "P") ;Exit if f9 is pressed
    break
    Loop, 4
    {
    if GetKeyState("F9", "P") ;Exit if f9 is pressed
    break
    ;set coords of buy button ( x, y) EDIT THE LINE BELOW
    MouseMove, 815,542
    sleep, 100
    Send {vk01sc000}

    sleep, 20 ;send 99 to buy 20 potions.
    Send {9}
    Send {9}

    ;set coords of okay button (x, y) EDIT THE LINE BELOW
    MouseMove, 997,454
    sleep, 100
    Send {vk01sc000}
    }
    ;set coords of potion to sell (inventory slot) EDIT THE LINE BELOW
    MouseMove, 1256,475
    sleep, 60
    Send {vk01sc000}
    Send {vk01sc000}

    ;set coords of buy tab (tab on the left of the potions after the sell window pops up) EDIT THE LINE BELOW
    MouseMove, 458,293
    Send {vk01sc000}

    }
    }

  5. #20
    laudon's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    4/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tevarin View Post
    Does anything look incorrect here?

    F2::
    Loop {
    IfWinActive, Neverwinter
    {
    if GetKeyState("F9", "P") ;Exit if f9 is pressed
    break
    Loop, 4
    {
    if GetKeyState("F9", "P") ;Exit if f9 is pressed
    break
    ;set coords of buy button ( x, y) EDIT THE LINE BELOW
    MouseMove, 815,542
    sleep, 100
    Send {vk01sc000}

    sleep, 20 ;send 99 to buy 20 potions.
    Send {9}
    Send {9}

    ;set coords of okay button (x, y) EDIT THE LINE BELOW
    MouseMove, 997,454
    sleep, 100
    Send {vk01sc000}
    }
    ;set coords of potion to sell (inventory slot) EDIT THE LINE BELOW
    MouseMove, 1256,475
    sleep, 60
    Send {vk01sc000}
    Send {vk01sc000}

    ;set coords of buy tab (tab on the left of the potions after the sell window pops up) EDIT THE LINE BELOW
    MouseMove, 458,293
    Send {vk01sc000}

    }
    }
    Nope, you should be able to press f2 to make it start. I don't know why it won't start for you.
    Edit, maybe the neverwinter window name is different for you? It should only work while the window "Neverwinter" is open. Are you running the English client?

  6. #21
    laudon's Avatar Member
    Reputation
    10
    Join Date
    May 2008
    Posts
    66
    Thanks G/R
    4/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit the script to this
    Code:
    F2::
    Loop {
    	if GetKeyState("F9", "P") ;Exit if f9 is pressed
          	  break
    	Loop, 4
    	{
    		if GetKeyState("F9", "P") ;Exit if f9 is pressed
          	  break
    		;set coords of buy button ( x, y) EDIT THE LINE BELOW
    		MouseMove, 815,542
    		sleep, 100
    		Send {vk01sc000}
    
    			sleep, 20 ;send 99 to buy 20 potions. 
    			Send {9}
    			Send {9}
     
    		;set coords of okay button (x, y) EDIT THE LINE BELOW
    		MouseMove, 997,454
    		sleep, 100
    		Send {vk01sc000}
    	}
    	;set coords of potion to sell (inventory slot) EDIT THE LINE BELOW
    	MouseMove, 1256,475
    	sleep, 60
    	Send {vk01sc000}
    	Send {vk01sc000}
    
    	;set coords of buy tab (tab on the left of the potions after the sell window pops up) EDIT THE LINE BELOW
    	MouseMove, 458,293
    	Send {vk01sc000}
    	
    }
    and tell me if it works

  7. #22
    Tevarin's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The result of this script actually does something, but when I set the coordinates the first two procedures are nowhere near where I placed my buy and okay.

    Update: When I start the macro the cursor ports to coordinates that I never even set. As soon as I start the macro, it shifts to coordinates 14xx,9xx

    F2::
    Loop {
    if GetKeyState("F9", "P") ;Exit if f9 is pressed
    break
    Loop, 4
    {
    if GetKeyState("F9", "P") ;Exit if f9 is pressed
    break
    ;set coords of buy button ( x, y) EDIT THE LINE BELOW
    MouseMove, 825,540
    sleep, 100
    Send {vk01sc000}

    sleep, 20 ;send 99 to buy 20 potions.
    Send {9}
    Send {9}

    ;set coords of okay button (x, y) EDIT THE LINE BELOW
    MouseMove, 995,455
    sleep, 100
    Send {vk01sc000}
    }
    ;set coords of potion to sell (inventory slot) EDIT THE LINE BELOW
    MouseMove, 1164,476
    sleep, 60
    Send {vk01sc000}
    Send {vk01sc000}

    ;set coords of buy tab (tab on the left of the potions after the sell window pops up) EDIT THE LINE BELOW
    MouseMove, 472,282
    Send {vk01sc000}

    }
    Last edited by Tevarin; 07-05-2013 at 04:57 PM.

  8. #23
    CopyWritten's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks! Worked like a charm.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Hey mages, rember the glory farming days?
    By coltcannon69 in forum World of Warcraft Guides
    Replies: 11
    Last Post: 04-26-2007, 07:55 PM
  2. autoit auto seller / buyer
    By orangegold in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 04-24-2007, 06:55 AM
  3. Long potion effects
    By Datonking in forum World of Warcraft Exploits
    Replies: 21
    Last Post: 09-20-2006, 09:50 AM
  4. Extra Healing Potions in PvP
    By Slinky118 in forum World of Warcraft Guides
    Replies: 4
    Last Post: 08-17-2006, 09:46 AM
  5. [Guide] Alchemy Potions (And where to get)
    By chaosrevenge in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-11-2006, 01:02 PM
All times are GMT -5. The time now is 10:37 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search