|
|
|
Page 1 of 1 |
[ 12 posts ] |
|
 Slow but nonstop money for no risk : Vanguard Submissions
|
|
Posted: February 26th, 2007, 10:34 am
|
|
|
|
wakkwakka
wakkwakka's Reps:
|
If you start out in Khal and begin diplomacy, do not turn your back on Siad when you are given the option too. Continue through the diplomacy quests and eventually one of Siad's cohorts, a man in the same tent as Siad, will give you a scepter when you begin the quest.
You can abandon the quest, and you keep the sceptre. Get the quest again and you get a new scepter! Rinse and repeat 100 times and then sell them all one at a time to the vender for small change.
If you can figure out how to 'bot' it, you could leave and come back with a LOT of money in a few hours. Doing this once by hand took about 3-4 minutes, (rapid fire quest dropping and accepting, filling up my bags than running to a vendor and selling them all.) Made 1.5 silver.
How do I get my premium access?
///edit... so someone posted a bot that will mean unlimited money while you sleep... I still can't get premium access because I told you guys about this?
Last edited by Guest on March 9th, 2007, 1:20 pm, edited 4 times in total.
|
|
|
|
|
Posted: February 26th, 2007, 10:45 am
|
|
|
|
lilfisher
Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
|
|
|
|
|
Posted: February 26th, 2007, 2:30 pm
|
|
|
|
djvj
Total Posts: 272
Joined: May 1st, 2004, 4:00 am
djvj's Reps: 0
|
If you provided a script to do so it would be worthy. Otherwise this isn't something someone would do by hand for long. I would rather do civic diplo and sell the stuff on broker to make better money.
/Nay
|
|
|
|
|
Posted: February 26th, 2007, 2:43 pm
|
|
|
|
lilfisher
Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
|
|
|
|
|
Posted: February 26th, 2007, 6:44 pm
|
|
|
|
snurckle
Total Posts: 65
Joined: August 5th, 2006, 9:35 pm
snurckle's Reps: 0
|
djvj (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): If you provided a script to do so it would be worthy. Otherwise this isn't something someone would do by hand for long. I would rather do civic diplo and sell the stuff on broker to make better money.
/Nay
Correct you are. 1.5 Silver isn't much to shake a stick at. Providing a script to auto this would be worthy of a /yay for premium access. Since this is probably an unintentional oversight, I'll say it may be worthy of some points, but that's about it.
Keep trying though, and maybe you could get AutoIt to run it for ya...who knows
|
|
|
|
|
Posted: February 28th, 2007, 5:12 am
|
|
|
|
ophidian
Total Posts: 282
Location: California
Joined: May 1st, 2004, 4:00 am
ophidian's Reps: 13
|
I did all the quests in Sai'd's line of diplomacy quest. I never ran into this quest from him or any of his cohorts. The last quest I ran into involved me luring some rat guys to attack him. After that quest was over he gave me nothing more.
Im really stuck wtih the diplomacy quests. I think they've run out in this city. The only ones Ive found require rediculous ammounts of reputation. Like 20 academic or 50 noble, which at 60 diplomacy is just something you don't have. Ive found maybe 3 diplomacy quests but I can't complete any of them.
|
|
|
|
|
Posted: March 3rd, 2007, 4:06 pm
|
|
|
|
ophidian
Total Posts: 282
Location: California
Joined: May 1st, 2004, 4:00 am
ophidian's Reps: 13
|
Alright. I found the quest. I was randomly clicking through the quests at that tent when I found it. Its called "Sabine is missing" or something close to that. I wrote a script to fill 32 slots with these wands. I then manually run back and sell them and then hit the hotkey again.
Here is the script I use. The pixel co-ordinates will have to be changed and it is written using AutoIt3 for simplicity. If you don't know how to find pixel co-ordinates using AutoIt3 then find the Au3Info.exe program that comes w/ autoit. It gives screen co-ordinates as well as other useful info.
The hotkey is F11
Ophidian
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): HotKeySet("{F11}", "WandMe")
While 1 Sleep(100) WEnd
Func WandMe() $cargo = 0 While ( $cargo < 32 ) MouseMove( 601, 354 );click questname Sleep(400) MouseDown("left") Sleep(100) MouseUp("left") Sleep(900 ) MouseMove (462 ,575 );click accept Sleep(400) MouseDown("left") Sleep(100) MouseUp("left") Sleep(900 ) MouseMove (756 , 315 );click quest in questlog Sleep(400) MouseDown("left") Sleep(100) MouseUp("left") Sleep(900 ) MouseMove (762 , 647 );click abandon in questlog Sleep(400) MouseDown("left") Sleep(100) MouseUp("left") Sleep(900 ) MouseMove( 601, 354 );click Okay Sleep(400) MouseDown("left") Sleep(100) MouseUp("left") Sleep(900 ) $cargo = $cargo + 1 WEnd EndFunc
|
|
|
|
|
Posted: March 9th, 2007, 1:35 pm
|
|
|
|
lilfisher
Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
|
|
|
|
|
Posted: March 12th, 2007, 7:35 pm
|
|
Posted: March 13th, 2007, 8:54 am
|
|
|
|
lilfisher
Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
|
|
|
|
|
Posted: March 13th, 2007, 9:59 am
|
|
|
|
cori_tim
Total Posts: 143
Joined: June 30th, 2005, 9:51 pm
cori_tim's Reps: 2
|
Sorry WakkWakka,
Although this is a minor exploit that does work I will give it a /nay.
Also, You did not author the script. If you had then I would have given a thumbs up.
Good Job on the find, try to submit some more and eventually people will see that you contribute and will give a /yay just because.
|
|
|
|
|
Posted: March 16th, 2007, 3:18 am
|
|
|
|
sirendor
sirendor's Reps:
|
if you´ve provided a bot so somebody could bot it with a buddy account i would say yay....
but it´s really a waste of time
NAY!
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 18 guests |
|
|
|