PDA

View Full Version : Skinning script



Blazing247
11-02-2003, 03:57 PM
Anyone have a quality skinning script made up for GS4 staff users? I figured I'd ask here because we have some very able script makers, and I don't feel like altering a GS3 script (weapon/shield) to work with GS4 (open left and staff in right hand).

Preferably something that kneels, puts my staff away, grabs my dagger, skins the critter, picks up the skin and puts it away, puts my knife away, grabs my staff, stands, and searches the critter. Thanks in advance.

AnticorRifling
11-02-2003, 04:00 PM
I have one for my pole arm user. It just pulls out the dagger, swaps, kneels, skins, stands, put dag away, swap then get pelt.

That what you're lookin for?

Blazing247
11-02-2003, 04:10 PM
Yup, pretty much Anticor. Well, besides the lack of searching but I can add that I guess. As long as it works without multiple type ahead lines, I'll take it. Thanks again.

AnticorRifling
11-02-2003, 04:13 PM
I haven't written it in script form yet, I was just giving an example. I've got mine macro'ed.

F2 = get dag \r swap \r
F3 = kn \r skin \?\r
F4 = stand \r put dag in my boot \r swap \r
then I search and grab loot

I could probably put it in script form but chances are someone else would be able to do it faster than me.

Xcalibur
11-02-2003, 04:15 PM
f12 and it does all my works
edit it to kneel, swap, and to change the items you think you can have


#skin
put put my %weapon in back
wait
put get %weapon2 from back
wait
put kneel
waitfor you
put skin %1
match getskin You skinned
match spoon You botched
match spoon I could not find
matchwait

getskin:
put put my %weapon2 in my back
wait
put get %2
wait
put put my %2 in my %container
wait
goto search

spoon:
put put my %weapon2 in back
goto search

search:
put search %1
match strongbox strongbox with it
match box box with it
match trunk trunk with it
match coffer coffer with it
match chest chest with it
match wand wand with it
match scroll scroll with it
match Endit amulet on it
match diamond diamond on it
match emerald emerald on it
match lapis lapis lazuli on it
match opal opal on it
match pearl pearl on it
match ruby ruby on it
match sapphire sapphire on it
match topaz topaz on it
match coral coral on it
match amber amber on it
match amethyst amethyst on it
match bloodstone bloodstone on it
match garnet garnet on it
match gem gem on it
match jasper jasper on it
match crystal crystal on it
match quartz quartz on it
match stone stone on it
match tourmaline tourmaline on it
match zircon zircon on it
match Endit It had nothing of interest
match Endit It had nothing else
match Nocritter I could not find
matchwait

strongbox:
save strongbox
Goto GetIt

box:
save box
Goto GetIt

trunk:
save trunk
Goto GetIt

coffer:
save coffer
Goto GetIt

chest:
save chest
Goto GetIt

wand:
save wand
Goto GetIt

scroll:
save scroll
Goto GetIt

diamond:
save diamond
Goto GetIt

emerald:
save emerald
Goto GetIt

lapis:
save lapis
Goto GetIt

opal:
save opal
Goto GetIt

pearl:
save pearl
Goto GetIt

ruby:
save ruby
Goto GetIt

sapphire:
save sapphire
Goto GetIt

topaz:
save topaz
Goto GetIt

coral:
save coral
Goto GetIt

amber:
save amber
Goto GetIt

amethyst:
save amethyst
Goto GetIT

bloodstone:
save bloodstone
Goto GetIt

garnet:
save garnet
Goto GetIt

gem:
save gem
Goto GetIt

jasper:
save jasper
Goto GetIT

crystal:
save crystal
Goto GetIt

quartz:
save quartz
Goto GetIt

stone:
save stone
Goto GetIt

tourmaline:
save tourmaline
Goto GetIt

zircon:
save zircon
Goto GetIt

GetIt:
put get %s
wait
put put my %s in my %container
Goto Endit

Endit:
put get my %weapon from back
waitfor you
put stand
exit

Nocritter:
put get my %weapon from back
waitfor you
put stand
exit

AnticorRifling
11-02-2003, 04:20 PM
I don't care if you do speak french, sometimes you have a use. :cool:

Xcalibur
11-02-2003, 04:21 PM
Hehehehhehehe

Screw you

{=.skin wraith talon}\r

Get the idea?

{=.skin monster pelt}\r

Put it in your macro, and it does the job for you

works with any script, when you're REALLY lazy