yojimbos_law

alii

Aug 6th, 2016
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1.  
  2. alv => ashq foreach it in $locations[] { if ( it.turns_spent > 0 ) print_html( it + ": " + it.turns_spent ); }
  3.  
  4. alv2 => ashq location [int] locations; foreach l in $locations[] { locations[locations.count()] = l; } sort locations by value.turns_spent; foreach key, l in locations if (l.turns_spent > 0) print(l + ": " + l.turns_spent);
  5.  
  6. ash my_class(); => shit
  7.  
  8. ass => ash (total_turns_played( )%40)
  9.  
  10. butts => echo butts
  11.  
  12. buypull => buy using storage %%; pull %%
  13.  
  14. chamoo => inv_eat.php?utensil=3323&pwd&which=1&whichitem=49&ajax=1
  15.  
  16. chamou => ashq visit_url( "inv_eat.php?utensil=3323&pwd&which=1&whichitem=49&ajax=1" )
  17.  
  18. chamou2 => ashq boolean visit_url( "inv_eat.php?utensil=3323&pwd&which=1&whichitem=49&ajax=1" )
  19.  
  20. getkit => ashq item mag = $item[GameInformPowerDailyPro magazine]; item kit = $item[dungeoneering kit]; if(item_amount(mag) > 0) {visit_url("inv_use.php?pwd&whichitem=6174&confirm=Yep."); cli_execute("inv refresh"); adv1($location[Video Game Level 1], -1, ""); int x = available_amount(kit); if(x > 0) use(x, kit);} else print("You need another "+mag+" to get another "+kit, "red");
  21.  
  22. hatchar => ash foreach it in $items[] if (to_slot(it) == $slot[hat] && it.name_length == 24) { print(it); }
  23.  
  24. hatchar2 => ash foreach it in $items[] if (to_slot(it) == $slot[hat] && it.replace_string(" ", "").length() == 24 ) { print(it); }
  25.  
  26. itemref => ash foreach i in $items[] if(i.to_lower_case().contains_text($string[%%].to_lower_case())) print(to_int(i)+": "+i + " (" + item_amount(i) + ")")
  27.  
  28. mme_defarge => supremely misinformed
  29.  
  30. mondrops => ashq foreach mob in $monsters[] if (mob.to_lower_case().index_of($string[%%].to_lower_case()) > -1) {print_html("<b>" + mob + ": </b>"); foreach i, rec in item_drops_array(mob) print(rec.drop + ": " + rec.rate + rec.type); print("");}
  31.  
  32. my_class => shit
  33.  
  34. shit => ash my_class()
  35.  
  36. ts => ash "%%".to_location().turns_spent
  37.  
  38. ts2 => ashq location [int] locations; foreach l in $locations[] { locations[locations.count()] = l; } sort locations by value.turns_spent; foreach key, l in locations if (l.turns_spent > 0) print(l + ": " + l.turns_spent);
Advertisement
Add Comment
Please, Sign In to add comment