can someone make a skinning macro

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Titus Jergens
Posts: 265

can someone make a skinning macro

Post by Titus Jergens »

please would be nice thanks :beathorse:
User avatar
kobra
Posts: 837
Location: heart of europe

Re: can someone make a skinning macro

Post by kobra »

Code: Select all

getenemy 'criminal' 'enemy' 'grey' 'closest'
attack 'enemy'
pause 450
if not @findtype '0x2006' 'any' 'ground' '1' '2'
  sysmsg ' ******No Corpse Found******' '28'
else
  @setalias! 'o' 'found'
endif
if not @findtype '0x2d2f' 'any' 'backpack'
  sysmsg '*****No dagger*****' '25'
  stop
else
  @usetype! '0x2d2f' 'any' 'backpack'
  waitfortarget '5000'
  target! 'o'
  pause 600
endif
ignoreobject 'o'
sysmsg 'Corpse Now Ignored' '25'
if weight > 550
  usetype '0xe76'
  waitfortarget 1500
  targettype  0x1081
endif
MB and Tempest like this.
Top
Girion
Posts: 33

Re: can someone make a skinning macro

Post by Girion »

What I could add to make this macro to pick up skins from body and put in my backpack?
User avatar
Bama
Bug Hunter
Posts: 4617

Re: can someone make a skinning macro

Post by Bama »

Butcher's war cleaver
Gabba Gabba Hey!!!

哈哈哈
User avatar
Anthony File
Posts: 1445

Re: can someone make a skinning macro

Post by Anthony File »

Girion wrote:What I could add to make this macro to pick up skins from body and put in my backpack?
Auto-Looting is illegal!

All the afk samps on here use it though with EasyUO, just don't take any scripts from Tempest/Bassmaster - he likes to throw his weapons to the ground for some reason.
Lead44, MMMartin and xG00BERx like this.
Top
User avatar
Bama
Bug Hunter
Posts: 4617

Re: can someone make a skinning macro

Post by Bama »

Anthony File wrote: don't take any scripts from Tempest/Bassmaster - he likes to throw his weapons to the ground for some reason.
lol.gif
lol.gif (25.91 KiB) Viewed 3843 times
Gabba Gabba Hey!!!

哈哈哈
Lead44 likes this.
Top
User avatar
Frasier
Posts: 240

Re: can someone make a skinning macro

Post by Frasier »

You need this

http://www.uoguide.com/Butcher%27s_War_Cleaver

Pm Me to meet, I can give you one
Post Reply