command line question

Dreamthief

New member
is there a command line syntax for...

using greatest american pants?
using pool table
buying clan buffs
and whitelist clan hopping?


I cant seem to get them to work right.


DT
 

icon315

Member
This is what i could do in a few minutes
PHP:
cli_execute{
use great american pants
pool 1
pool 1
pool 1
}
string size = 1;
//1 = Cheap 2 = Normal 3 = Expensive
string which = 8;
//1 = Muscle Training 2 = Myst Training 3 = Moxie Training 4 = Temp. Muscle Buff 5 = Temp Myst Buff 6=Temp Mox Buff 7 = Temp Item Buff 8 = Temp. Meat Boost 9 = Adventure Massage
//I have only confirmed 2 & 8 ^^^
string members = 9; //How many members to buff
string clan_buffs = visit_url("clan_buytraining.php?action=buyround&pwd&members="+members+"&size="+size+"&whichgift="+which+"&gift=Buy+It");
 

slyz

Developer
  • To get a buff from the Greatest American Pants, use the 'gap' CLI command (type 'help gap' in the gCLI for more info).
  • For the pool table, you have the 'pool' CLI command (type 'help pool' in the gCLI for more info).
  • To buy clan buffs, see the last 8 lines that Icon posted.
  • For clanhopping from the gCLI, I use Bale's excellent clanhop.ash

EDIT: I had completely forgotten the 'gap' command! I had been using a script all this time =/
 
Last edited:
Top