From Windower scripting guide
See 5. on that same page (http://wiki.windower.net/scripting) on how to stop that loop.Looping code: Filename: loop.txt
Now this is highly unrecommended, because you can't stop it! You will never be able to stop this loop.Code:echo "hi"; wait 120; //wait 2 minutes exec loop.txt
Starts around here:
http://www.bluegartr.com/threads/912...=1#post4377287
Two things, bumping my first question.
1. I have absolutely zero sea experience, just a heads up.
So I'm looking into JoH and the only real catch it seems is Temperance. Is this as much of a pain as it seems, having to go upstairs and downstairs repeatedly for a PH chance? Also, anybody experienced with this able to give me a rough estimate of what the chance is it's the PH? Like 5%, 15%, or 30%?
2. I'm looking for something other than a Keen/Heed ring to tp in on my Brd (alongside Rajas). Can't do Oneiros, just can't.
Temperance has a very high frequency to pop, although it is only 'up' at one spot at a given point in time. Thus, if you don't go to all of the spots while trying to pop it, you will probably end up killing the same placeholder over and over and it will never pop. I usually go SW > N > NW > SE > NE. Stay on the ground floor while doing SW/N/NW. You'll have to do a Quasilumin escort to get to N and NW (go all the way to N first or else you will end up backtracking more.) You'll have to go 'up' after NW (go up at the NW area) then head all the way to the SE spot (while on the non ground floor) and then 'down' once you're there. That's the only possible way to reach SE Temperance pop area. Then go back 'up' and run to the NE tower via non ground floor and then go 'down' again for the final pop spot. If you're quick you can do them all in like 20~25 mins. Get a map first too or you're gonna get forever lost.
As someone else said, scripts like that can crash you if built poorly. I made a ranged attack spam to dick around with on abyssea worms with regen atmas set. While I haven't counted the precise number of shots it fires, it's more than enough for a single worm. Code for txt in spoiler.
Spoiler: show
I think that you can build script simpler than that that do the same thing. Something along the lines of:
Also, this article seems to say that ranged weapons can fire a lot faster than your script (110 delay per second), though it lists no sources. It looks like it was added by VZX, who was a pretty legit tester iirc. To stop the above script, you'd do //alias rat ;Code:alias rat rangedattack;wait 3; alias rats rat;rat;rat;rat;rat; alias ratty rats;rats;rats;rats; alias ten targetnpc;ratty;ratty;ratty;ratty;ratty;ratty;ratty;ratty;ratty;ratty; alias hour ten;ten;ten;ten;ten;ten;
Is there such thing as a weapon skill damage calculator? I realize the formula is below, lifted from wiki, but I was wondering if someone has made an application which lets a user input the values and click a key. Would speed things up i'm betting...
Damage = WD * PDIF = ( D + fSTR + WSC) * fTP * PDIF
I found one on KillingIfrit, but it seems outdated, or would it suffice?
I would like to be able to input the stats from my gear and then hit a button. Is this asking too much?
Any guidance would be appreciated.
Anything you found on KI is likely outdated by a few generations of pDIF knowledge, and it likely uses the wrong alpha for WSC.
Does anyone know where the original shield block testing is? That related damage taken to shield size and shield defense?
ok, is it just me or is it annoying that when I "search" here for a specific piece of information that it takes me to page 1 of a thread instead of to the 1st mention of a search term? Seriously, I generally have better luck using a search engine that links me back to a post here than simply being linked to page 1 of a thread when the 1st mention is on page 97 and the answer I'm looking for doesn't appear until page 126. Note that I'm not asking the mods or anything to comb and categorize every post--if I wanted you all to get migraines I'd simply put a looped Yoko Ono recording in my auto-sig--but the search function just seems a bit unfriendly. Not sure what your software allows.
The godawful search function is the reason this thread even exists. It's pretty rare to have any new discussion here, let alone the nearly verbatim questions that have been asked a dozen times already in this thread series. So, I think it's fair to say it's not just you.
You can choose "show posts" instead of "show threads" right below the search box, searching for posts will display the actual posts where the words you specify are mentioned.
Where in my post do you see a loop?It will. The shorter the loop, the sooner it will crash.
Kinda late with reply but for Skilling Ranged use Spellcast with this code:
adjust the wait time as needed, will do an infinite loop. To stop loop unload Spellcast.Code:<if spell="Pollen"> <command>/ra;wait 7.5;%Spell %SpellTargetRaw;</command> </if>
Augmented Spell Interruption earrings exist? I know magnetic exists, but I prefer to keep my Ethereal earring.