Aenimus

Chat macro to discard instant karma

Oct 2nd, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Make a trigger called whatever you want; e.g., /discard
  2.  
  3. The following macro (copy exactly) discards exactly 1 instant karma:
  4.  
  5. /goto inventory.php?which=1&action=discard&pwd='+pwdhash+'&whichitem=4448&ajax=1
  6.  
  7. Alternatively, you can do another trigger; e.g., /karma
  8.  
  9. Bind it to the following macro:
  10.  
  11. /goto inventory.php?which=$$&action=discard&pwd='+pwdhash+'&whichitem=4448&ajax=1
  12.  
  13. To use this macro, type /karma #, where # is the number of karmas you wish to discard. For example:
  14.  
  15. /karma 2
  16.  
  17. The above would discard exactly two instant karmas.
Advertisement
Add Comment
Please, Sign In to add comment