ScriptUO
Ultima Online Fan Board => General UO Chat => Topic started by: Noobie on January 26, 2010, 11:43:51 AM
-
Does anyone know if there is a script that will transfer lots of faction points easily?
-
Probably nothing out there, it is only about 3 or 4 lines of code though. Do it once by hand and then run the below code.
Event Macro 1 0 I honor your leadership
target 5s
event macro 22 0 ;Last target
wait 10
return
-
I was just wondering if there was one that you could enter how many points you would like to transfer and it would wip it out quick fast. Just was wondering if there was one out there. Thanks!
-
Top:
Set #Ltarget Xclio
Event Macro 1 0 I honor your leadership
target 5s
event macro 22 0 ;Last target
wait 10
Goto top
:P
-
Nothing like that out there, though again wouldn't be overly complicated to do but would require more than 5 line of code.
-
It would be easy for sure.
How many points are given each time you honor leadership? Someone gave me points the other night and it was four at a time, is that what it always is or does it fluctuate based on how many points you have?
-
you could do:
for #cnt 0 %yournumber
{
do the above stuff
}
halt
-
Whenever you give points you lose 5 while the person receiving points gains 4.
-
Ah ok. So it would be pretty easy to:
1) Put in how many points you want to give
2) Target the toon you want to give them to
3) Perform the honor action
4) Checks and balances for success (ie, make sure toon is there, confirm that it was successful (journal scan perhaps, etc)
Maybe not 5 lines but I'll bet it's not 100 ;)
X
-
Wouldn't this work?
%howmanytimesyouwanttohonor = 5 points per honor... so 100 points would be 20. Which would give 80 points to the person you're transferring TO.
SET %howmanytimesyouwanttohonor 10
FOR %i = 1 to %howmanytimesyouwanttohonor
{
Event Macro 1 0 I honor your leadership
target 5s
event macro 22 0 ;Last target
wait 10
}
-
Should do just fine :P
-
Nothing like that out there, though again wouldn't be overly complicated to do but would require more than 5 line of code.
Yea 7. :) heh
-
Nothing like that out there, though again wouldn't be overly complicated to do but would require more than 5 line of code.
Yea 7. :) heh
I counted 8 with brackets and not counting the blank line LOL!
-
5 lines. Bam.
SET %howmanytimestohonor 10
FOR %i 1 %howmanytimestohonor
{
EVENT macro 1 0 I honor your leadership
TARGET 5s
EVENT macro 22 0 ;Last target
WAIT 15
}
IF %i >= %howmanytimestohonor
HALT
-
Here ya go people. V1.0 of Twinkle McNugget's HONOR TRANSFER! Wooho! :)
-
I see you getting the number of points to transfer, but honoring a set number of times.
I didn't see:
set %transfer_this_many_points ( %howmanytimestohonor / 4 )
Number of times to transfer <> number of times you do it.
-
I see you getting the number of points to transfer, but honoring a set number of times.
I didn't see:
set %transfer_this_many_points ( %howmanytimestohonor / 4 )
Number of times to transfer <> number of times you do it.
If you can't multiply the number of times you're going to do it by 4 and 5, you have no business using this script. :) But I'll do that on the menu for you if you REALLY need it Cerv... heh I'll put it in the menu loop and have it display on the menu for you...? :)
-
Yes, and when it's complete I want sparkles.
-
Here ya go Cerv. Now it works on ACTUAL points tho. You put in the number you want to transfer. And it will transfer them to the closest number divisable by 4 rounding down. Oh, and it shows how many you used and how many you transferred.
-
Wow, I think this script got more dev attention than most of our major projects!!!
-
I know i was suprised as well. I know a script like this would be a lot of help to me. my whammy is a factions toon and i have been having a hard time keepinghim at lvl ten. Thanks for all the help everyone!
-
I know i was suprised as well. I know a script like this would be a lot of help to me. my whammy is a factions toon and i have been having a hard time keepinghim at lvl ten. Thanks for all the help everyone!
I'll add an emergency stop button if you'd like...? Gotta account for user error and all... :)
-
That I ran it and transfered like 6k points to my toon lastnight. Works like a champ. Thanks!
-
Nice, it is definitally useful for those of us on shards that have highly inflated points. I think on GL some of the factions require 100k+ to be level 10.
-
wow that is just stupid! I only have to have like 10k atm, but it has been going up recently.
-
That took minutes to write guys... the menu was harder than the script itself... hehe
-
Nice, it is definitally useful for those of us on shards that have highly inflated points. I think on GL some of the factions require 100k+ to be level 10.
I just left TB and I had nearly 1mil points. I'm debating whether to join another faction or transfer.