The Players Corner Archive

Script Central (Need A Script, ask...)

Ask for scripts here, replies not garaunteed.
All requests for scripts will be moved in here, so don bother with yer own topic....


------------------
'lood reg

The other day i messed up training and started thinking how i could make a training script. Having about 1% of 1% the knowledge kelood and Insomniac have for scripting i decieded to come here and ask. How would i go about making a training script? I prefer cmd's because then all id have to do is type .Dworak or whoever my character was at the time. Easy to remember and easy to type. I had tried doing one on my own but the only script thing i know is move and put and it got hung up on the press c to continue part even though i had a move c in there. And yes i am that dumb when it comes to scripts. Everytime i try to learn my eyes glass over and i get sleepy.

------------------
Dworak reg

move is for directional movement.

put c
wait

would get ya past that obstacle.

you can make a simple training scrpt like that

put #
wait
put y (or whatever it is to confirm, dont remember offhand.)
wait

rinse, repeat.


just go down the list.


------------------
'lood reg

The reason i like the move is it waits for it to show up on the screen before the next part comes up. When i use put's a lot of times my screen scrolls very fast and my brain starts to bleed. I assume that is what the wait is for. Now i have a new weapon in my scripting arsenal! The wait command,thanks kelood. Ill work on it and next time i train I'll be sure to give you some more credit

------------------
Dworak reg

quote:
Originally posted by Dworak:
When i use put's a lot of times my screen scrolls very fast and my brain starts to bleed. I assume that is what the wait is for. Now i have a new weapon in my scripting arsenal!

I believe the reason it's used is because without it the script can get ahead of the lag. What ends up happening is your script will cause the system to tell you "Sorry, you may only type ahead 2 commands." and the script stops working. The wait will make sure that this doesn't happen.

- Lord Kranar, human Archwizard reg

Worked perfectly,thanks kelood. Great thing about being young is it don't take long to train at all. Now all I have to do is make one for every character and I will never mess up my training again. Thanks again

------------------
Dworak reg

lalallala reg
I am looking for two hunting scripts. I need one to use in between rats and mants/thraks and one between mants/thrak and warfarers. If anyone has these scripts (and I know darn well someone reading these boards does) Please email me at kfarmer936@aol.com or write a reply here. Thanks a lot reg
Making a training script would be quite simple. It would go like this.

heh:
if_1 goto heh1
goto done

heh1:
put %1
waitfor Are you sure or something(not sure)
put y
waitfor something
shift
goto heh

done:
put d
put y
reg

Ok...please no one laugh at me...I'm starting off with scripts...I have no idea what I'm doing...I've been trying to setup a hunting script for nymphs for a longtime as well as a hunting script for the area around the crypt...but can't...so I found this script...why won't it cast spells 3x?

#spellup1.Cmd

Mainloop:
If_1 goto Spell
exit

Spell:
If_2 goto Spell1
exit

Spell1:
put prep %2
waitfor Your spell
put cast at %1
pause 3
put prep %2
waitfor Your spell
put cast at %1
pause 3
If_3 goto Spell2
exit

Spell2:
put prep %3
waitfor Your spell
put cast at %1
pause 3
put prep %3
waitfor Your spell
put cast at %1
pause 3
If_4 goto Spell3
exit

Spell3:
put prep %4
waitfor Your spell
put cast at %1
pause 3
put prep %4
waitfor Your spell
put cast at %1
pause 3
If_5 goto Spell4
exit

Spell4:
put prep %5
waitfor Your spell
put cast at %1
pause 3
put prep %5
waitfor Your spell
put cast at %1
pause 3
If_6 goto Spell5
exit

Spell5:
put prep %6
waitfor Your spell
put cast at %1
pause 3
put prep %6
waitfor Your spell
put cast at %1
pause 3
If_7 goto Spell6
exit

Spell6:
put prep %7
waitfor Your spell
put cast at %1
pause 3
put prep %7
waitfor Your spell
put cast at %1
pause 3
If_8 goto Spell7
exit

Spell7:
put prep %8
waitfor Your spell
put cast at %1
pause 3
put prep %8
waitfor Your spell
put cast at %1
pause 3
If_9 goto Spell8
exit

Spell8:
put prep %9
waitfor Your spell
put cast at %1
pause 3
put prep %9
waitfor Your spell
put cast at %1
pause 3
exit reg

If anyone gets a script to/from Ta'Vaalor, it would be greatly appreciated.

~Nindy reg

Also, one from Wehnimer's to the Elven Settlement, please.

~Nindy, the not so good with scripts. reg

I've always liked this one, cause it's small/simple.

For 3 casts of both blues and alkars on someone named Ironbeard do:

.spellup ironbeard 101 101 101 107 107 107 120 120 120

save %1
shift
begin:
pause 4 seconds
if_1 goto spell
exit
spell:
put prep %1
waitfor Your spell is ready
put cast %s
shift
goto begin

reg

Here is a better one, you can just:

.s <person1> <spell1> <spell2> <person2> <spell3> <person3> <spell4> <spell5>...

#Spell Up: Anyone

if_1 goto name
exit

name:
save %1
shift

fatLoop:
if_1 goto spellloop
exit

spellloop:
put prep %1
match name understand something
match cast concentrate
matchwait
cast:
put cast %s
match spellloop Hindrance for
match fatLoop You don't have
match go roundtime
matchwait
go:
pause 3
shift
goto fatLoop reg

Lesser ghoul hunting script.... reg
Charecter Rolling Script?

Would love to find one for Wizard FE, please help! reg

Um... welcome back.

There is no character rolling any more. reg

quote:
Originally posted by Nindy:
Also, one from Wehnimer's to the Elven Settlement, please.

~Nindy, the not so good with scripts.


You can easily edit the weapon and shield command lines.

Des

#West gate to elven village

put Take my %weapon from my %sheath
put get my %shield from my %sheath
pause 1
put stance defensive
move go ga
move s
move s
move s
move sw
move s
move se
move s
move se
move s
move s
move s
move sw
move s
move s
move se
move se
move se
move se
move se
move e
move e
move ne
move e
move e
move e
move go trail
move n
move ne
move e
move se
move e
move ne
move n
move ne
move n
move n
move n
move go tru
move nw
move go gap
move ne
move e
move se
move ne
move e
move se
put search
move go foot
move s
move s

[This message has been edited by Desmonique (edited 01-02-2002).] reg

quote:
Originally posted by Nindy:
If anyone gets a script to/from Ta'Vaalor, it would be greatly appreciated.

~Nindy


#Sapphire Gate to ferry dock

put go gate
move sw
move se
put go port
move s
move s
move out
move sw
move w
move w
move s
move sw
move e
move se
move s
move se
move se
move se
move e
move se
move se
move se
move e
move e
move e
move se
move se
move se
move e
move e
move se
move se
move se
move se
move e
move se
move se
move se
move s
move s
move se
move se
move se
move s
move se
move se
move se
move s
move s
move se
move se
move se
move e
move e
move se
move se
move se
move e
move se
move se
move se
put go dock


#South dock to Amaranth Gate

move s
move s
move se
move se
move s
move se
move s
move s
move se
move se
move s
move s
put search
waitfor crevasse!
put go crev
move se
move s
move se
move s
move se
move se
put go bri
move se
move se
put go ga reg

Does anyone have a good forging or crafting script? I've looked on the net for hours, and have not found a good one that works.
Any and all help will be greatly appreciated. reg
quote:
Originally posted by Blacksmith:
Does anyone have a good forging or crafting script? I've looked on the net for hours, and have not found a good one that works.
Any and all help will be greatly appreciated.

I would be willing to write one if you can tell me more about the idea of crafting, I've heard there is a line or wait in order to do so? If your really interested in helping me with some information, I can consider writing a script for forging.
-Buliwulf
reg

I'm looking for a rogue with 5-20 ranks in cheapshot, or 5-30 ranks in Sweep., or both!

I have an idea that will speed up the process of Rogues guild work. My plan will work and all i need is a partner, if you think rogues guild work is sometimes Tedious and time consuming, and you would like to get through it quickly... well I have an idea that will work, and its not just through partner sweeping and footstomping.. theres more to it, and its even better than that. Interested?
Please e-mail me at THiEF@rubyridge.com
thanks.
-Rogue
reg

Anyone with a good script for manticores/thraks etc or anything of similiar age? would appreciate it a great deal, Thanks.

Mike reg

Was wondering if anyone had a good berserking script for the Warrior guild. reg
I'm no scripting guru, but for berserking I use a simple

put berserk yourname
pause 8
put berserk yourname
pause 8

I copy and pasted that about a trillion times in a .wiz file and it gets me through all my sauna/ice tub reps just fine. It doesn't do the meditating or splashing for you, but that would be pretty simple to add to it I imagine. reg

I have one basic question that I hope someone can answer.

Is there a website in existence that TEACHES me how to set up scripts rather than tell me how to write one up?

------------------
~Varys reg

quote:
Originally posted by Varys:
I have one basic question that I hope someone can answer.

Is there a website in existence that TEACHES me how to set up scripts rather than tell me how to write one up?


Insomniac used to post things about scripts here, might have to dig for it.

Escape will also teach you if you open Options, Scripts, Edit/Create, Scripting Reference in the upper right hand corner.
reg