Advertisement
yojimbos_law

mafia advice from chat

May 6th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. [15:51:50] [hardcore] bmaher: ash foreach it in $locations[] { if ( it.environment == "outdoor"
  2. [15:52:00] [hardcore] bmaher: & it.recommended_stat >= 40 ) print_html( it ); }
  3. [15:52:20] [hardcore] bmaher: except two & and connect that all together
  4. [15:52:32] [hardcore] bmaher: replace "outdoor" with "indoor" or "underground" as needed
  5.  
  6. [5:36] [hardcore] Hadean: any way to use mafia maximizer for spell crit? -hic-
  7. [5:36] [hardcore] digitrev: maximize spell critical percent
  8. [5:37] [hardcore] digitrev: That's the give a man a fish method.
  9. [5:37] [hardcore] Hadean: geez, why not just abrev it to spell crit
  10. [5:37] [hardcore] digitrev: The teach a man to fish: use modtrace spell. Then, anything that shows up in the column header is a valid keyword for the maximizer.
  11. [5:40] [hardcore] digitrev: Or type modref, which gives you a full list of all the possible modifiers.
  12.  
  13. [17:50] [hardcore] yojimboS_LAW: is there a way for me to find all things like that without asking you each time?
  14. [17:50] [hardcore] bmaher: prefref
  15. [17:50] [hardcore] bmaher: [link] http:// wiki.kolmafia.us/ index.php? title=Alias#Searchin g_Preferences
  16.  
  17. [20:34] Ezandora: ashq batch_open(); foreach it in $items[] { if (it.item_amount() > 0) put_closet(it.item_a mount, it); } batch_close();
  18. [20:34] Ezandora: err...
  19. [20:34] yojimboS_LAW: ick.
  20. [20:35] Ezandora: batch_open(); foreach it in $items[] { if (it.item_amount() > 0) put_closet(it.item_a mount(), it); } batch_close();
  21. [20:35] Ezandora: batch_open and batch_close are necessary to speed up the process
  22.  
  23. [14:32] [clan] bmaher: if you "set meatDropSpading = true" in mafia, the CLI will show you if your meat drop isn't possible with what it expects
  24.  
  25. [14:29] [hardcore] bmaher: "banishes" is what you want
  26.  
  27. [15:29] [hardcore] Heeheehee: CLI: expected_damage hellion
  28.  
  29. [17:37] [hardcore] Heeheehee: ash $location[dark neck].turns_spent
  30. [17:38] [hardcore] Ezandora: alias ts => ash "%%".to_location() .turns_spent
  31.  
  32. [20:13] [hardcore] Ezandora: "all res -tie" in maximiser
  33.  
  34. [9:29] [hardcore] Heeheehee: protip you should use $string[%%] to strip leading and trailing whitespace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement