Search results

  1. icon315

    The Neo-Cow Farming Script

    Could you add an option to remove the auto buffup there seems to be some error occuring: 2 of 3 AT buffs active. Chalky Hand (4) Yuletide Sappiness (9) Flashing Eyes (10) Chalked Weapon (14) Form of...Bird! (14) Elemental Saucesphere (14) Down the Rabbit Hole (19) Sugar Rush (20) Spooky Demeanor...
  2. icon315

    OCD Inventory control

    Could you add a "Propose trade to" Category? Something like: boolean propose_trade(item it, int quant, string player) { string obj = to_string(ocd[it].info); string many = to_string(quant); string url = visit_url("makeoffer.php?towho="+player+"&action=proposeoffer&pwd=" + my_hash()...
  3. icon315

    Why isn't this working?

    That's it, just checked the saved mafia chat files and it looks like this <font color="#7695B4">[12:37]</font> <a href="showplayer.php?who=1491885"><b><font color="black">phil4011</font></b></a>:smoke icon315 "Hi"<br> I plugged it in and i'm not getting that error anymore, but i need more debugging
  4. icon315

    Why isn't this working?

    print(contains_text( check, '"' )); print(check); string check3 = substring(check, index_of(check ,'"'), last_index_of(check, '"')); returns false icon315 "Hi" Begin index -1 out of bounds (Arrowbottesting.ash, line 36)
  5. icon315

    Why isn't this working?

    Yes it is that line. Actually i added that space, it returned -1 even if i removed it.
  6. icon315

    Why isn't this working?

    I was adding more to my throwerbot, but i keep running into a problem. I keep getting the error: Begin index -1 out of bounds (Arrowbottesting.ash, line 35) print(check ); returns icon315 "Hi" Here is the snippet void main (string sender, string message) { string check; string check2; if...
  7. icon315

    bumcheekcity's Easy Snapshot Maker

    Could you update the SSPD tattoo to be more like the Hobo tattoo?
  8. icon315

    Problem W/ Mafia

    That message usually happens when you put in a unknown Cli command. not sure why it would happen when you open up mafia
  9. icon315

    OCD Inventory control

    Note to Self:A picture is worth a thousand words Is only 25.
  10. icon315

    OCD Inventory control

    That is what i was asking!
  11. icon315

    The Neo-Cow Farming Script

    *cough* forgot to change the whole *cough* import <NeoCowFarm/NCF Utilities.ash> thing *cough*
  12. icon315

    OCD Inventory control

    I tried, that is how i got that message.
  13. icon315

    OCD Inventory control

    No it is not, was i suppose to create it?
  14. icon315

    Feature Choice for Clan Snapshot not to put username in profile snapshots

    I would like an option for it to name the files Username.htm instead of Username_(#ID).htm
  15. icon315

    OCD Inventory control

    Why do i keep getting: All item information is corrupted or missing. Whoooah! I hope you didn't lose any data... Is there something i'm missing?
  16. icon315

    Ascend.ash: hands-off ascension script

    Might want to change boolean ok = cli_execute("call Azezel.ash"); to boolean ok = cli_execute("call Azazel.ash");
  17. icon315

    The Neo-Cow Farming Script

    Your script should really do a is_online() before asking for buffs FIGURED IT OUT!!!! if(USE_PUTTY && item_amount($item[spooky putty sheet]) > 0 && to_int(get_property("spookyPuttyCopiesMade")) < 5) { print("Using putty to speed up bounty.", "blue"); if(item_amount($item[spooky putty...
  18. icon315

    The Neo-Cow Farming Script

    > call scripts\NCF\NCF Bountyhunting.ash you already have a bounty hunt active... grabbing info for shredded can label Making sure putty is useful here: Haunted Pantry CCS set to ncfbountyhunt Using 1 Spooky Putty monster... [2404] Spooky Putty Monster Encounter: possessed can of tomatoes...
  19. icon315

    The Neo-Cow Farming Script

    Yes, it should do this: 1.Adventure til it gets the bounty monster 2.once it has it putty and kill 3.use the puttied monster 4.putty that puttied monster 5.kill the puttied monster 6.rinse and repeat from #3 til you are out of putties for the day.
  20. icon315

    The Neo-Cow Farming Script

    Variable USE_PUTTY is already defined (NCF Combat - Bountyhunt.ash, line 3) Since you imported NCF Bountyhunting.ash (which also contains that variable) there is no need to restate it Another thing is that mafia doesn't seem to detect "NFCputtyfarm.CCS", that is until i create a new CCS named...
Back
Top