PrayProfessionGO, So we did profession bot...... menu

User Tag List

Page 3 of 7 FirstFirst 1234567 LastLast
Results 31 to 45 of 101
  1. #31
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dazzlingdaz2008 View Post
    Since this is a bot and not playable - wouldn't it be better to run it at 800x600 windowed and get all the images at that resolution.

    This can be set manually to made sure it's exact with these lines in GAMEPREFS.PREF :

    PrefEntry GfxSettings.WindowedHeight 600
    PrefEntry GfxSettings.WindowedWidth 800

    located in Steamapps\common\cryptic studios\neverwinter\live\localdata

    That way the images should work across the board?
    VMware GAMEPREFS.PREF -file so... what works for me, IDK if it works for others.

    Code:
    	PrefEntry CStore.NewProductsHash
    	PrefEntry GfxSettings.Antialiasing 1
    	PrefEntry GfxSettings.AntialiasingMode NONE
    	PrefEntry GfxSettings.AspectRatio 0
    	PrefEntry GfxSettings.AutoEnableFrameRateStabilizer 0
    	PrefEntry GfxSettings.BloomIntensity 1
    	PrefEntry GfxSettings.BloomQuality 0
    	PrefEntry GfxSettings.CharacterDetailLevel 0.25
    	PrefEntry GfxSettings.CharacterTexLODLevel 0.6
    	PrefEntry GfxSettings.CpuQuality 0
    	PrefEntry GfxSettings.CustomSettings 1
    	PrefEntry GfxSettings.DefaultFov 0
    	PrefEntry GfxSettings.DeviceType
    	PrefEntry GfxSettings.DisableSplatShadows 1
    	PrefEntry GfxSettings.DrawHighDetail 0
    	PrefEntry GfxSettings.DrawHighFillDetail 0
    	PrefEntry GfxSettings.DynamicLights 0
    	PrefEntry GfxSettings.FrameRateStabilizer2 0
    	PrefEntry GfxSettings.Fullscreen 0
    	PrefEntry GfxSettings.FullScreenHeight 1080
    	PrefEntry GfxSettings.FullScreenWidth 1920
    	PrefEntry GfxSettings.FxQuality 0
    	PrefEntry GfxSettings.Gamma 1
    	PrefEntry GfxSettings.GfxFeaturesDesired 0
    	PrefEntry GfxSettings.GPUAccelParticles 0
    	PrefEntry GfxSettings.GpuQuality 0
    	PrefEntry GfxSettings.HasSelectedFullscreenMode 1
    	PrefEntry GfxSettings.HigherSettingsInTailor 0
    	PrefEntry GfxSettings.HighQualityDOF2 0
    	PrefEntry GfxSettings.HWInstancing 1
    	PrefEntry GfxSettings.LastRecordedCPUPerf 3.91455
    	PrefEntry GfxSettings.LastRecordedMSAAPerf 3.24161
    	PrefEntry GfxSettings.LastRecordedPerf 14454.2
    	PrefEntry GfxSettings.LenseFlare 0
    	PrefEntry GfxSettings.LightingQuality 0
    	PrefEntry GfxSettings.MatQuality LOW
    	PrefEntry GfxSettings.MaxDebris 0
    	PrefEntry GfxSettings.MaxFPS 60
    	PrefEntry GfxSettings.Maximized 0
    	PrefEntry GfxSettings.MaxInactiveFPS 5
    	PrefEntry GfxSettings.MaxLightsPerObject 2
    	PrefEntry GfxSettings.MaxReflection 0
    	PrefEntry GfxSettings.MaxShadowedLights 1
    	PrefEntry GfxSettings.MinDepthBiasFix 0
    	PrefEntry GfxSettings.MonitorIndex 0
    	PrefEntry GfxSettings.PerFrameSleep 0
    	PrefEntry GfxSettings.PoissonShadows 0
    	PrefEntry GfxSettings.PreloadMaterials 1
    	PrefEntry GfxSettings.ReduceFileStreaming 0
    	PrefEntry GfxSettings.RefreshRate 60
    	PrefEntry GfxSettings.RenderScaleX 1
    	PrefEntry GfxSettings.RenderScaleY 1
    	PrefEntry GfxSettings.RenderThread 1
    	PrefEntry GfxSettings.Scattering 0
    	PrefEntry GfxSettings.ScreenXPos 0
    	PrefEntry GfxSettings.ScreenYPos 0
    	PrefEntry GfxSettings.SettingsDataVersion 1
    	PrefEntry GfxSettings.SettingsVersion 9
    	PrefEntry GfxSettings.SoftParticles 0
    	PrefEntry GfxSettings.SoftwareCursor2 0
    	PrefEntry GfxSettings.SSAO 0
    	PrefEntry GfxSettings.TerrainDetailLevel 0.8
    	PrefEntry GfxSettings.TexAnisotropy 1
    	PrefEntry GfxSettings.UseFullSkinning 0
    	PrefEntry GfxSettings.UseVSync2 0
    	PrefEntry GfxSettings.VideoCardDeviceID
    	PrefEntry GfxSettings.VideoCardVendorID
    	PrefEntry GfxSettings.VideoMemoryMaxHMBs 1
    	PrefEntry GfxSettings.WindowedHeight 961
    	PrefEntry GfxSettings.WindowedWidth 1884
    	PrefEntry GfxSettings.WorldDetailLevel 0.25
    	PrefEntry GfxSettings.WorldLoadScale 1
    	PrefEntry GfxSettings.WorldTexLODLevel 0.6
    	PrefEntry HasSetGamma 1

    PrayProfessionGO, So we did profession bot......
  2. #32
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SuperTrooper View Post
    Alright, I spent some time debugging and found two issues with when I ran it:

    1. The $globalTolerance was too high when doing an imagesearch for $imageClearSlotProf

    Explanation: The imagesearch allowed for too much flexability when searching for a blank spot... I think just the border alone was enough to "match" when doing a search even though slots were taken up. Tightening up the requirements to be a bit more exact (20 instead of 80) was enough to match when a slot was blank instead of used.

    Setting the tolerance to "20" fixed this for me. [lines 353 & 376]
    Code:
    $anyOpenSlot = _imagesearch($imageClearSlotProf, 1, $x, $y, 20)
    2. The imagesearch couldn't find my "overview" image. So, I re-created it using the overview icon instead of the text. Works every time now.

    Screenshot (Prt Scr button), open up MS Paint, paste, selection box, select most of the icon to the left of "Overview" in the professions panel, then CROP. Save as PNG as the same name in the same place as the original OverviewProf.PNG.
    Yes, it is interesting how setting 70 spoils some search when others work!

    I still have one image what I cant reach, "Celestial Synergy" that damn image ruins perfect runs, need find way capture it... it is found if I use "test script", but on long run... no hope!

    ...but overall, my PC ran run one VMware and I still have 80% system resources left, much better than Astral because it run...uhm, many accounts,
    Last edited by RottenMind; 08-07-2015 at 09:59 AM.

  3. #33
    spiritdays's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RottenMind View Post
    Works fine if do images, if some one do images for for 600x800. 900x1200 ... each resolution and graphiccard -settings, then it may work, setting script read multiple images to "array" to find match and click is not slow script down,

    Code:
    windowWidth=1700
    windowHight=900
    These works for me, if I change then "Celestial" reward images must redo others work +/- 150 and if you change resolution really small then you block some images so you need rethink "what images to use so bot knows screen where it are".

    Check Astral, it has now NW Profession, not easy as gateway but much more reliable than imagesearch

    Check some other PrayBot and add profession check + account rotation(if need ) to them...

    ...I really hope that something beter comes out, but just now there is none, it takes just your own time to research little, make images and then it works for you-

    BTW, new version (if you setup images), collect revawrds(slow), collect Celestial coffers, can force window size(could cause problems) ,

    then it need just launcher what look GameClient -crash and Bot -stuck/IDLE and it goes like APBInfinite
    I have create new image, all right to going 1-4 charcaters but after for select character 5-6-7-8 that chose only character 4

    I don't understand what i can change for script work good.

    Because in your script you say line 739-768
    Func logInChar()
    Sleep(Random(800, 1200, 1))
    ToolTip("regaining keyboard control...", 0, 0)
    $loggedOutStatus = _imagesearch($imageOptions, 1, $x, $y, $globalTolerance) ;make sure we have control of window (without sometime is not scrolling the characters)
    MouseClick("left", $x + Random(1, $MousePositionDif, 1), $y + Random(1, $MousePositionDif, 1))
    Sleep(Random(350, 650, 1))
    Send("{ESC}")

    ToolTip("scrolling up and logging into: " & $currentChar, 0, 0)

    If $accountsCharacters[$currentRun + 1] > 1 Then
    Sleep(Random(150, 350, 1))
    Send("{UP " & $accountsCharacters[$currentRun + 1] & "}")
    EndIf

    focusNW()

    Sleep(Random(150, 350, 1))
    focusNW()
    Send("{DOWN " & $currentChar - 1 & "}") ;press down to go to character that needs to be logged in

    ;log in
    focusNW()
    Sleep(Random(250, 450, 1))
    Send("{ENTER}")
    focusNW()
    Sleep(Random(250, 450, 1))
    waitForLogIn() ;wait until is character full logged in
    focusNW()
    EndFunc ;==>logInChar
    Script go to colonn character and go top for restar to position 1 and going down for going character +1

    So why for me script don't going after character 4

  4. #34
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spiritdays View Post
    I have create new image, all right to going 1-4 charcaters but after for select character 5-6-7-8 that chose only character 4

    I don't understand what i can change for script work good.

    Because in your script you say line 739-768

    Script go to colonn character and go top for restar to position 1 and going down for going character +1

    So why for me script don't going after character 4
    That is really weird and I really dont know why that happening.

    If you put character count for that user/account up to 16 ?

    I dont see why program send 4x keys instead 8x, but try cheat and douple charcount for that account and if it then do correct then there is interesting glitch in Autoit itself.

  5. #35
    Bel1eveee's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    latest ver gives


    " subscript used on non accessible variable " line 3834

  6. #36
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bel1eveee View Post
    latest ver gives


    " subscript used on non accessible variable " line 3834
    Normal, _imagesearch.Au3 cause that error, you need recompile and use Tidy. I got that many times and it is annoying error. IDK, why it exist and cant ask about it because Autoit frorum are forbidden for bots,

    Well, LATEST now do all favour for me, just not sure how I can make it work for all, :confused: ....

    It collect rewads(slow), fills leadership, pray, colletc celestail coffers, .ini file contains now Tolerance -settings.... gateway is "Easy Button", but this one NEEDs some research... if you are "Lucky Son off Gun".... , then it works for you on first shot!!!!

    For VMware users, I do LAuncher... very musch 100% background operation and need no "BABYShIT"....
    Last edited by RottenMind; 08-08-2015 at 08:09 AM.

  7. #37
    bb6o's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RottenMind View Post
    Normal, _imagesearch.Au3 cause that error, you need recompile and use Tidy. I got that many times and it is annoying error. IDK, why it exist and cant ask about it because Autoit frorum are forbidden for bots,
    can you be more specific. I always get "line 44 error in image search", any directions.
    I'm new to all this autoit staff after all.

  8. #38
    dazzlingdaz2008's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think you'll also need to do some checks for the leadership icon before you click it. For example here is a test char where leadership isn't sohwing because all the other professions are level 25 and leadership is only 21.....
    Attached Thumbnails Attached Thumbnails PrayProfessionGO, So we did profession bot......-untitled-jpg  

  9. #39
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bb6o View Post
    can you be more specific. I always get "line 44 error in image search", any directions.
    I'm new to all this autoit staff after all.
    Specific, Autoit help needed?


    Use, Tools => Build if no error, use Tools => Go (test run)

    if any error use Tools => Tidy Autoit Source

    If do recompile, try get proper imagesearch version, and copy to folder where script .Au3 locates.

    32 -bit
    https://www.autoitscript.com/forum/a...t.php?id=39524

    64 -bit
    https://www.autoitscript.com/forum/a...t.php?id=39525


    Error itself is really stupid, code will not change "Tidy" just add spacing on it, so you need just run "Tidy"...

  10. #40
    Mordenkainen's Avatar Member
    Reputation
    1
    Join Date
    Oct 2013
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank to the guy who invented "the wheel" and to RottenMind to pimp it up to the extreme.
    Bot work very well to me on a core I3 with Win7 64bits.

    I've made small changes, and had hard time to build the .exe with my overprotective anti-virus, but for now it's all good.

  11. #41
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mordenkainen View Post
    Thank to the guy who invented "the wheel" and to RottenMind to pimp it up to the extreme.
    Bot work very well to me on a core I3 with Win7 64bits.

    I've made small changes, and had hard time to build the .exe with my overprotective anti-virus, but for now it's all good.
    hahahha, sounds good after all, put that thing inside VMwawre and you got more out from it.

    If you can upload source some where and send me link to it, I want see if I can make current version better.
    Last edited by RottenMind; 08-09-2015 at 06:47 AM.

  12. #42
    RottenMind's Avatar Knight-Lieutenant
    Reputation
    13
    Join Date
    Aug 2013
    Posts
    322
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dazzlingdaz2008 View Post
    I think you'll also need to do some checks for the leadership icon before you click it. For example here is a test char where leadership isn't sohwing because all the other professions are level 25 and leadership is only 21.....
    ...make mouze scroll down to leadershit, clikc leadershit, search leadershit, click overview button to test freeslots, oooops leadershit icon not found... is profession window up, is profeesion mouze scrolled down.... nope, not gonna try that kind function.

    Think again what is needed to find that button, use Astral untill freemium ends and try get leadershit levelled up... or we just hope that we get at least leveling task back to gateway

  13. #43
    dazzlingdaz2008's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by RottenMind View Post
    ...make mouze scroll down to leadershit, clikc leadershit, search leadershit, click overview button to test freeslots, oooops leadershit icon not found... is profession window up, is profeesion mouze scrolled down.... nope, not gonna try that kind function.

    Think again what is needed to find that button, use Astral untill freemium ends and try get leadershit levelled up... or we just hope that we get at least leveling task back to gateway
    No need to do that..... image find the "overview" icon and click that - then image search for leadership icon - click if found and continue ELSE key DOWN 10 times to scroll the list down - then check for image search leadership icon as you do now and click schimples!

  14. #44
    darkjc's Avatar Member
    Reputation
    1
    Join Date
    Aug 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    friend! My account has 25 character but the boot will so until the tenth and . What did you faser to solve it? in the other boot works well thank you.

  15. #45
    pkarlos's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just installed vmware and windwos 7 32 bit and on it and chrome and tampermonkey, copying over my neverwinter files now. Hopefully this profession bot works in it.

Page 3 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. How did you bot over lv30 without ban?
    By johnnxiv in forum Pokemon GO Chat
    Replies: 13
    Last Post: 08-29-2016, 11:31 AM
  2. Where did nemesis bot go?
    By phynixx in forum WoW Bots Questions & Requests
    Replies: 7
    Last Post: 04-04-2014, 08:57 AM
  3. [Selling] [US+EU] Extremely Cheap Botted Powerleveling, Archeology, Gathering Professions, Etc!
    By Faulen in forum World of Warcraft Buy Sell Trade
    Replies: 24
    Last Post: 04-07-2011, 08:41 AM
  4. [Selling] Powerleveling/Profession Levelling - EU or US (Botted & Hand Levelling)
    By Spartanmfot in forum World of Warcraft Buy Sell Trade
    Replies: 4
    Last Post: 03-30-2011, 05:01 PM
  5. [Botted Service] -Ryuk-'s Powerleveling/Honor/Profession
    By -Ryuk- in forum Members Only Gold And Powerleveling Buy Sell
    Replies: 4
    Last Post: 03-25-2010, 07:22 PM
All times are GMT -5. The time now is 06:51 PM. 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