Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to disable bandageself
Author Message
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #1
how to disable bandageself
how to disable bandageself from client hotkeys?
im using custom healing with t_bandage
but client macros hotkey "bandageself" starting default healing skill Lol
05-21-2017 10:45 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: how to disable bandageself
I don't remember exactly how the bandageself internal macro works, but if it works using an specific extended macro like openspellbook/opendoor/etc you can check ARGN1 on trigger @UserExtCmd (return 1 will block the action). Or if the macro call directly the healing skill, you can use @PreStart -> return 1 on healing skill (since you're using an custom healing engine instead the default healing skill, there's no problem if you disable the default healing action)
05-21-2017 12:23 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Coruja's post
aserehe
Apprentice
*

Posts: 22
Likes Given: 1
Likes Received: 0 in 0 posts
Joined: May 2015
Reputation: 0



Post: #3
RE: how to disable bandageself
Sphere.ini
PACKET191=F_PACKET191 // Bottom AGREE=1

another.scp
[FUNCTION F_PACKET191]
IF (<LOCAL.4> == 02c)
RETURN 1
ENDIF
05-23-2017 06:37 PM
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)