Greasy Fork is available in English.

Neverwinter gateway - Profession Automation

Automatically selects professions for empty slots

< Feedback on Neverwinter gateway - Profession Automation

Review: Good - script works

§
Posted: 12-04-2015
Edited: 12-04-2015

Nevermind

There is no way to delete a thread. lol Thanks!

Rotten_mindAuthor
§
Posted: 13-04-2015

...lolcat walks on street... no way delete, ;D.

BTW, is there way run script per TAB and run script with multiple account... that is old idea never tried it...

§
Posted: 13-04-2015

I just use multiple instances of Chrome.

Rotten_mindAuthor
§
Posted: 13-04-2015
I just use multiple instances of Chrome.

Did Linux VMware... it still eat some resources but runs better than Windows... still need make Chromium and TAmpermonkey + script install...

#!/bin/bash
# NWBot directory maker, run

echo "Generate NWbot00 - 09"
#evil-broken-command || true
if  [ -d "$HOME/NWbot" ] ; then
echo "failed, dir exist, starting NW00 - 09"
else
mkdir $HOME/NWbot
mkdir $HOME/NWbot/NWbot0{0..9}
echo "Created dir"
fi
i=0 
for i in {0..9}; do
chromium-browser %U --purge-memory-button --memory-model=low --disable-gpu-watchdog --disable-gpu --user-data-dir=$HOME/NWbot/NWbot0"$i" & 
pid=$! 
#echo "My PID is $pid"

echo "starting NWbot0$i PID $pid"

sleep 5
done
§
Posted: 14-04-2015

#evil-broken-command || true

I LOL'd

Post reply

Sign in to post a reply.