Author Topic: Death Robes  (Read 2370 times)

0 Members and 1 Guest are viewing this topic.

Offline decloTopic starter

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • declo has no influence.
  • Respect: +16
  • Referrals: 1
    • View Profile
Death Robes
« on: January 13, 2017, 08:08:51 PM »
0
How would I go about removing a death robe?

Offline The Ghost

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Re: Death Robes
« Reply #1 on: January 14, 2017, 04:59:14 AM »
0
You can always use your mouse and left click on it and move it where you want ;)   

Razor do have a macro you can record to dress and undress. 

I believe here the answer you wanted.  Like any object in the game you required to scan for it and after perform the action.


Code: [Select]
finditem  %ItemID C_ , #CHARID  ; <--- this will scan your paperdoll for the define item.
if #Findkind <> -1 ; <----  if item fount, execute follow
  {
         exevent drag #findid
        exevent Dropc #backpackID
         wait 20
        }

Offline decloTopic starter

  • Jr. Member
  • **
  • Posts: 90
  • Activity:
    0%
  • Reputation Power: 2
  • declo has no influence.
  • Respect: +16
  • Referrals: 1
    • View Profile
Re: Death Robes
« Reply #2 on: January 14, 2017, 12:20:21 PM »
0
Thank you!!!

Tags: