Smuggler Archive
Thread: New and Improved FP macroing
Page 3 of 3
CTDavis
Tue Dec 28, 2004 1:21 pm
#27
having a prob with this macro aswell as the the original...use to have macro on old pc..no probs.
Seems everytime I run the macro the option to leave faction..type yes comes up, any Idea what Im doing wrong?
ty
Emmoth
Tue Dec 28, 2004 1:56 pm
#28
Hmm I think that im the only smuggler here that never have sold any faction points at all. I dont even know how to????
Sure I can use the macro here but were shall I use it and to who?? Since im a rebel master smuggler can I sell to imps too or only to rebels???
anyway cool macro 
CTDavis
Wed Dec 29, 2004 12:49 am
#29
I was having a weird problem with the timers today, so just ran it with out, still very fast. I will fool around with the timer tomorrow 
Emmoth
Wed Dec 29, 2004 5:26 am
#30
Dosi wrote:
Rebel=Rebel
Imperial=Imperial
Thx for the heads up on that
Message Edited by Emmoth on 12-29-2004 01:27 PM
Message Edited by Emmoth on 12-29-2004 01:27 PM
Nicolas_Frost
Wed Dec 29, 2004 6:39 am
#31
Dosi wrote:
Emmoth wrote:
Rebel=Rebel
Imperial=Imperial
Thx for the heads up on that
Message Edited by Emmoth on 12-29-2004 01:27 PM
Message Edited by Emmoth on 12-29-2004 01:27 PM
To correct what he said: If you're neutral, you can buy faction from either side. If you're factional, you can only buy faction from your side, but, you can still sell faction to anyone. Its not like it'd do an Imperial any good to sell them Rebel Faction, or vice-versa, but you can do it.
So, if you're looking to buy faction for people, its best to be of that same faction, and as high-ranking as possible.
Sirion1
Mon Jan 10, 2005 3:33 pm
#32
Is it just me or should the /ui action conversationResponse5; be actually 6? 5 says I have some valuable information for you
DrevenStrobe
Mon Jan 10, 2005 4:30 pm
#33
Sirion1 wrote:
Is it just me or should the /ui action conversationResponse5; be actually 6? 5 says I have some valuable information for you
According to my visual guide,
You'd need to change your macro to 4 in order for it to work.
/ui action conversationResponse only works up to 5. So, /ui action conversationResponse6; wouldn't work.
Eulbobo
Thu Jan 13, 2005 2:36 am
#34
tested it
tweaked it
tested it again...
Final test :
had 12 seconds between 2 delegations
took 12 seconds to run buy process
Worked fine for 1000
didn't worked for 5000....
Seems that I couldn't only rely on the pause you set in the buyFp macro : because there are actions between 2 pauses, it makes your macro runs longer than 12 seconds
Thus, buying macro runs 12.x seconds while transfer macro lasts 12 seconds....
You transfer faster that you buy.... so can't tell how much you delegate
tweaked it
tested it again...
Final test :
had 12 seconds between 2 delegations
took 12 seconds to run buy process
Worked fine for 1000
didn't worked for 5000....
Seems that I couldn't only rely on the pause you set in the buyFp macro : because there are actions between 2 pauses, it makes your macro runs longer than 12 seconds
Thus, buying macro runs 12.x seconds while transfer macro lasts 12 seconds....
You transfer faster that you buy.... so can't tell how much you delegate
DrevenStrobe
Thu Jan 13, 2005 6:02 am
#35
Eulbobo wrote:
tested it
tweaked it
tested it again...
Final test :
had 12 seconds between 2 delegations
took 12 seconds to run buy process
Worked fine for 1000
didn't worked for 5000....
Seems that I couldn't only rely on the pause you set in the buyFp macro : because there are actions between 2 pauses, it makes your macro runs longer than 12 seconds
Thus, buying macro runs 12.x seconds while transfer macro lasts 12 seconds....
You transfer faster that you buy.... so can't tell how much you delegate
Yeah...I've discovered the same thing...and I guess there's really no way around it...
So, I just monitor it the old-fashioned way, and watch my bank balance...
Nicolas_Frost
Thu Jan 13, 2005 9:57 am
#36
DrevenStrobe wrote:
Eulbobo wrote:
tested it
tweaked it
tested it again...
Final test :
had 12 seconds between 2 delegations
took 12 seconds to run buy process
Worked fine for 1000
didn't worked for 5000....
Seems that I couldn't only rely on the pause you set in the buyFp macro : because there are actions between 2 pauses, it makes your macro runs longer than 12 seconds
Thus, buying macro runs 12.x seconds while transfer macro lasts 12 seconds....
You transfer faster that you buy.... so can't tell how much you delegateYeah...I've discovered the same thing...and I guess there's really no way around it...
So, I just monitor it the old-fashioned way, and watch my bank balance...
Or, if it works fine for 1000 faction points, couldn't you run the macro for 1000 faction point blocks...
Eulbobo
Thu Jan 13, 2005 10:25 am
#37
Nicolas_Frost wrote:
br>
Or, if it works fine for 1000 faction points, couldn't you run the macro for 1000 faction point blocks...
That's what i do now
My macros
one called delegate : buy FP 2 times and transfers it to customer... runs for 12 seconds
one called transfert. Where i have
/m delegate;
/pause 13;
As many time as i need.
So 5 times for 1000 Fp.
i included a /alarmaddin to set an alarm for the 5000Fp version... so that the alarm rings when the transfer is complete
The problem for the time macro is that one macro (the transfer one) is faster than another (the buyPf one).
And the idea was to have small macros without redundant code... to avoid copy paste of big text parts
/shrug...
Was the best idea ever.... too bad it doesn't work as intended....
Eulbobo
Mon Feb 14, 2005 4:38 am
#38
with the new modifications, there's no real need to have a macro anymore.....
Or if you want to buy quickly your FP.... but since you can buy it 1250 per 1250....
If i'm lazy enought, i'll add a macro ^^
Or if you want to buy quickly your FP.... but since you can buy it 1250 per 1250....
If i'm lazy enought, i'll add a macro ^^
Eulbobo
Sat Feb 26, 2005 11:55 am
#39
new FP buy macro
macro buyFP
/conv;
/pause 2;
/ui action conversationResponse5;
/pause 2;
/ui action conversationResponse1;
/pause 1;
/macro buyFP;
Making you buy 1250 by 1250 with no end !
macro buyFP
/conv;
/pause 2;
/ui action conversationResponse5;
/pause 2;
/ui action conversationResponse1;
/pause 1;
/macro buyFP;
Making you buy 1250 by 1250 with no end !
Page 3 of 3