I was wondering if anyone could talk to me on Skype. I'm looking to start playing/botting this game and I could use some advice as the topic doesn't seem as easily accesible as botting wow or runescape for instance.
Please pmthanks
I was wondering if anyone could talk to me on Skype. I'm looking to start playing/botting this game and I could use some advice as the topic doesn't seem as easily accesible as botting wow or runescape for instance.
Please pmthanks
No Free lunch here, mouze works and some knowledge needed, but....
1. Get winmerge or similar
2. Copy paste old script from browser TM and new script from Greasyfork in merge tools
3. Check difference, mouze click click left right click click....
4. Merge sections your preference
5. Copy paste new merged script over old script on your browser TM
6. save script in TM, Ctrl-F5 and check stuff....
/. Keep old script untill you see that changes are good
This way you keep character Profesion settings,char.names, char.count, but check other settings if something new is there. Sometimes things messed up, bot most times all goes right. Problems occur if character count is deducted, so dont take chracter away from script, I dont know why TM dont reset settings...
If you use "Autoupdate" you lost script customizations, but using some "merge" tools you do have better look over changes and way save your own customizations.
If you do all this, write it here and or GreasyFork, so others save ther time as you do.
ps. make install to portable Chrome so whole folder "orig" can be used as backup and you can make "work copyXXX" and then look what happens when you tamper with monkey and it became stubborn ....... then just make new copy from "orig" -folder.
Awesome. I just updated it. When i first started using the script (which was a year ago), i couldn't get tampermonkey to update the script, but it works perfectly now. So easy. Thanks!!!!
Not sure if anyone else will find this useful, but I made an icon for the portable Chrome I use for the profession bot. I use a chrome profile for each account which results in numerous Chrome icons sitting on the taskbar. Since I also use Chrome as my primary browser, it made Alt+Tab very confusing when they all had the same icon.
I have made an ico file with sizes from 16x16 to 512x512 should it should look clear at any scaling. Note that you have to replace the icon group IDR_MAINFRAME in chrome.exe and 101 in chrome.dll (found in the subfolder whose name is your chrome version, e.g. 39.0.2171.99). If you don't change the icon group in chrome.dll, every icon except the taskbar icon will be correct. It took me longer to figure that out than it did to make the icon.
If you've never changed icons, download Resource Hacker, open the .exe or .dll file, and choose the menu Action > Replace Icon... Using the PortableApps.com distribution, I found that changing the icon for GoogleChromePortable.exe was unnecessary. I changed the icon of my shortcut to GoogleChromePortable.exe from the Windows shortcut properties dialog. You can't really pin the portable instances of Chrome to the taskbar anyway, as trying to lauch them thusly will open with your default chrome profile.
Attachment 19994
Yep, its changed.
That was last second changes when moving some list to Junk... good catch. Its fixed for current script and on new build it is done different way.
Join Github, Forums are good places for talk, but Git is better place shout just that kind small or big issues,.
anyone else have problems with black ice shaping?
i tried setting my guy up to do 1 black ice task, using the default task priority (didn't alter code)
it gets stuck in a loop trying to assign the same process black ice task over and over and over....it starts the task but acts like it didn't start it and continues to try to start it in the same slot that it just used up
edit: it works fine if i disable "fill optional assets"...apparently it's trying to add optional assets, even if they don't exist, gets stuck in an endless loop
Last edited by breadguy; 01-23-2015 at 02:32 PM.
are we sure it vendors items?
i had the option enabled and came back in the morning to the script being stuck cause inventory was full of tailoring shirts/pants
I am sure that "crafted namelist" is not 100% checked and it is mentioned in script itself.
How you think that one guy can test all "crafted items names" on one week? serilously fun,.
Shirt and pants from tailoring, what level and what names they have...
BTW, Im testing leatherwork, platesmith, weaponsmith, jewelcraft, mailsmith, now lvl16 ZERO stucks.(unlucky Tailoring, all toons have on lvl20)
edit, fast checked that names are correct with this tasklist and they looks correct. One thing can cause inventory fill even if names are correct, script try keep 3 items per level for upgrade so if items are not upgraded then inventory may ill up... maybe that items per level filled up inventory?
if you find this line and remove RED text, it then not limit crafted items sell per item type other "safeguards" are still there,
Code:if (slot && _profitems[i].pattern.test(slot.name) && !slot.bound && _profitems[i].count > 3 && Inventory_bagspace() <= 7 );Code:0: ["Tailoring_Tier0_Intro"], 1: ["Tailoring_Tier1_Cloth_Boots_1", "Tailoring_Tier1_Cloth_Shirt_1"], 2: ["Tailoring_Tier1_Cloth_Armor_1", "Tailoring_Tier1_Cloth_Pants_1"], 3: ["Tailoring_Tier1_Cloth_Armor_1", "Tailoring_Tier1_Cloth_Boots_Set_1"], 4: ["Tailoring_Tier1_Cloth_Armor_1", "Tailoring_Tier1_Cloth_Boots_Set_1"], 5: ["Tailoring_Tier1_Cloth_Armor_Set_1", "Tailoring_Tier1_Cloth_Boots_Set_1"], 6: ["Tailoring_Tier1_Cloth_Armor_Set_1", "Tailoring_Tier1_Cloth_Boots_Set_1"], 7: ["Tailoring_Tier1_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt"], 8: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_1", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt"], 9: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_1", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt"], 10: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_1", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt_2"], 11: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_2", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt_2", "Tailoring_Tier2_Cloth_Pants_1"], 12: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_2", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt_2", "Tailoring_Tier2_Cloth_Pants_1"], 13: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_2", "Tailoring_Tier2_Cloth_Boots_Set_1", "Tailoring_Tier2_Cloth_Shirt_2", "Tailoring_Tier2_Cloth_Pants_1"], 14: ["Tailoring_Tier2_Cloth_Armor_Set_1", "Tailoring_Tier2_Cloth_Pants_2", "Tailoring_Tier3_Cloth_Shirt", "Tailoring_Tier3_Cloth_Boots_Set_1"], 15: ["Tailoring_Tier3_Cloth_Armor_Set_1", "Tailoring_Tier3_Cloth_Pants", "Tailoring_Tier3_Cloth_Shirt2", "Tailoring_Tier3_Cloth_Boots_Set_1"], 16: ["Tailoring_Tier3_Cloth_Armor_Set_1", "Tailoring_Tier3_Cloth_Pants", "Tailoring_Tier3_Cloth_Shirt2", "Tailoring_Tier3_Cloth_Helm_Set_1"], 17: ["Tailoring_Tier3_Cloth_Armor_Set_1", "Tailoring_Tier3_Cloth_Pants2_Set2", "Tailoring_Tier3_Cloth_Shirt2", "Tailoring_Tier3_Cloth_Helm_Set_1"], 18: ["Tailoring_Tier3_Cloth_Armor_Set_3", "Tailoring_Tier3_Cloth_Armor_Set_2", "Tailoring_Tier3_Cloth_Armor_Set_1", "Tailoring_Tier3_Cloth_Pants2_Set2", "Tailoring_Tier3_Cloth_Shirt2", "Tailoring_Tier3_Cloth_Helm_Set_1", "Tailoring_Tier3_Cloth_Pants"], 19: ["Tailoring_Tier3_Cloth_Armor_Set_3", "Tailoring_Tier3_Cloth_Armor_Set_2", "Tailoring_Tier3_Cloth_Armor_Set_1", "Tailoring_Tier3_Cloth_Pants2_Set2", "Tailoring_Tier3_Cloth_Shirt2", "Tailoring_Tier3_Cloth_Helm_Set_1", "Tailoring_Tier3_Cloth_Pants"], 20: ["Tailoring_Tier2_Refine_Basic"],
Last edited by RottenMind; 01-25-2015 at 11:00 AM.
It still stuck on the 5th slot of my 10th & 11th char.
Problem was, the script doesn't buy ressources for the tasks in list when profession reach lvl 16.VM556:1193 Leadership is level 16
VM556:1194 createNextTask 6 0
VM556:1197 Searching for task: Leadership_Tier3_13r_Protectdiamonds
VM556:1286 Could not find task for: Leadership_Tier3_13r_Protectdiamonds
VM556:1266 Finding next task
VM556:1193 Leadership is level 16
VM556:1194 createNextTask 6 1
VM556:1197 Searching for task: Leadership_Tier3_16_Fight
VM556:1322 Not enough assets for task: Leadership_Tier3_16_Fight
VM556:1266 Finding next task
VM556:1193 Leadership is level 16
VM556:1194 createNextTask 6 2
VM556:1197 Searching for task: Leadership_Tier2_10_Battle
VM556:1322 Not enough assets for task: Leadership_Tier2_10_Battle
VM556:1266 Finding next task
VM556:1193 Leadership is level 16
VM556:1194 createNextTask 6 3
VM556:1197 Searching for task: Leadership_Tier3_13_Patrol
VM556:1322 Not enough assets for task: Leadership_Tier3_13_Patrol
VM556:1266 Finding next task
VM556:1193 Leadership is level 16
VM556:1194 createNextTask 6 4
VM556:1197 Searching for task: Leadership_Tier2_9_Chart
VM556:1351 Found required ingredient: Crafting_Resource_Local_Map
VM556:1361 Failed to resolve item requirements for task: Leadership_Tier2_9_Chart
VM556:1266 Finding next task
VM556:1193 Leadership is level 16
VM556:1194 createNextTask 6 5
VM556:1197 Searching for task: Leadership_Tier1_5_Explore
VM556:1286 Could not find task for: Leadership_Tier1_5_Explore
VM556:1266 Finding next task
VM556:1189 Nothing Found
Last edited by electropica; 01-28-2015 at 02:22 AM.
There are no resources for Leadership that can be bought. The script does not, afaik, buy assets. The only assets used by Leadership are the Infantry Weaponry and Infantry Armour which I have always just bought for all 9 slots right at the start, even though they are never all used.
I am happy to say that you are "Completely WRONG" ( you were right few days ago), :confused:.
We just got Leadership assets buying + gold check done, but you welcome, its good to see that new stuff makes sense....
Check it out,
https://greasyfork.org/en/scripts/70...fessions-robot
and some notes for ...last Release
BTW, it now understand, "Zurück", "Назад" etc. so you can switch Gateway location/Language, Вы понимаете?
That is "Tasklist" + "no fallback" based problem, maybe I need check leadership tasklist and and make sure that all levels have 2 - 3 jobs what can be done with Rank1 -person?
"We became blind to see something what is so obvious to others... just because we have all we need..."
It's the "Worn Infantry Armor" and the "Worn Infantry Weaponry" that was missing.
Last edited by electropica; 01-28-2015 at 04:01 PM.