Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- alv => ashq foreach it in $locations[] { if ( it.turns_spent > 0 ) print_html( it + ": " + it.turns_spent ); }
- 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);
- ash my_class(); => shit
- ass => ash (total_turns_played( )%40)
- butts => echo butts
- buypull => buy using storage %%; pull %%
- chamoo => inv_eat.php?utensil=3323&pwd&which=1&whichitem=49&ajax=1
- chamou => ashq visit_url( "inv_eat.php?utensil=3323&pwd&which=1&whichitem=49&ajax=1" )
- chamou2 => ashq boolean visit_url( "inv_eat.php?utensil=3323&pwd&which=1&whichitem=49&ajax=1" )
- 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");
- hatchar => ash foreach it in $items[] if (to_slot(it) == $slot[hat] && it.name_length == 24) { print(it); }
- hatchar2 => ash foreach it in $items[] if (to_slot(it) == $slot[hat] && it.replace_string(" ", "").length() == 24 ) { print(it); }
- 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) + ")")
- mme_defarge => supremely misinformed
- 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("");}
- my_class => shit
- shit => ash my_class()
- ts => ash "%%".to_location().turns_spent
- 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