Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BandageSelf macro
Author Message
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #1
BandageSelf macro
Where can I edit the bandageself macro? Currently it does nothing, where can I access this?
01-17-2017 10:54 AM
Find all posts by this user Like Post Quote this message in a reply
Criminal
Journeyman
*

Posts: 182
Likes Given: 38
Likes Received: 22 in 22 posts
Joined: Jun 2015
Reputation: 0

SantiagoUO.com

Post: #2
RE: BandageSelf macro
write it in item i_bandage

[Image: mfqAZnj.png]
Discord: SantiagoUO
Skype:
criminaluo
01-18-2017 12:31 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #3
RE: BandageSelf macro
I've already written a bandageself command, I'm wanting to change the default "bandageself" macro that can be found in paperdoll>options>macros
01-18-2017 04:19 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: BandageSelf macro
Bandageselfcommand macro fires the Healing @start trigger
01-18-2017 04:26 AM
Find all posts by this user Like Post Quote this message in a reply
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #5
RE: BandageSelf macro
Added the following under healing in skills.

ON=@Start
src.say test

Using the default BandageSelf macro this did nothing.
01-18-2017 04:40 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #6
RE: BandageSelf macro
Did you change the bandage @dclick trigger in some way?
01-18-2017 05:13 AM
Find all posts by this user Like Post Quote this message in a reply
Leonidas
Master
**

Posts: 277
Likes Given: 3
Likes Received: 13 in 12 posts
Joined: May 2013
Reputation: 1



Post: #7
RE: BandageSelf macro
Yes I have.

Code:
ON=@DCLICK
IF <CONT.UID>!=<SRC.FINDLAYER(21).UID>
SRC.SYSMESSAGE You must have the bandages in your pack to use!
RETURN 1
ENDIF

IF (<SRC.STAM> < 2)
SRC.SMSG You feel as if you are too tired to do this!
RETURN 1
ENDIF

TARGET Who do you want to bandage?
RETURN 1
01-18-2017 08:14 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)