Search results

  1. N

    Happy Birthday Veracity!

    Yay! Happy Birthday to Veracity!
  2. N

    Visit_url()

    I don't think there is. I was about to request it before but I found a workaround for what I was doing, (Searching for a item, save the index_of and then use another index_of for the HTML thats after the number by making it only start searching from the starting index_of, this gives you a...
  3. N

    Searching the Mall

    Sorry I don't believe there is a function that does this for you, although there are possibly some workarounds I haven't tried them and I have my suspicions that Hola would of patched the work around I'm thinking of anyway. But these types of functions are disabled for the reason that it would...
  4. N

    Visit_url()

    We also have a string substring( string Text, int StartFrom) string substring( string Text, int StartFrom, int EndAt) You could just store the HTML returned by hitting your store manager in a string var and then reuse that to check for each item... (With the substring command it allows it quite...
  5. N

    User input

    #Heh yeah it's got a couple of flaws such as lack of item amount checks and such but the basic concept is there. item [ int] PrizePool; PrizePool[ 0] = $item[Tiny plastic sword]; PrizePool[ 1] = $item[Jewel-eyed wizard hat]; PrizePool[ 2] = $item[Tome of snowcone summoning]; void main( string...
  6. N

    Item from Description Number

    Heh I was actually meaning like a ASH command and I would just make my own map if I was going to use a whole item table map ;) But fair point, I guess im stuck with using huge map's then xD (Just needed this for kmail recognition, since some items have funny plurals directly using the text in...
  7. N

    Item from Description Number

    Just wondering if there is currently a inbuilt "This item description number == this item". Where you put in the description number and it pops out the item//item number?
  8. N

    accessing KMail from ASH

    Heh quite possible depending on how the HTML for a message looks, if the senders player ID can be separated out from the HTML then it should be pretty easy to do really. Yeah, it's ?possible? that visit_url and direct urls might start being "filtered" like disable the whole "mail.php" (Or...
  9. N

    Olaf the janitor

    Heh, didn't notice that myself when I quoted you. Ah well, yeah having .php helps. >>
  10. N

    Olaf the janitor

    Just punch guild?place=paco into a CLI command, using cli_execute() if in ASH or visit_url() if in ASH. (Note that visit_url() will return the HTML as a string so if you want to do a couple of checks, such as making sure you opened the quest, then you will probably want to use a contains_text()...
  11. N

    KolMafia as an auto-spade?

    I'm not 100% sure but I have assumed that mafia has been "stasis nerfed" for non HC players. (So you might either need to script this or do it in HC, although this might have changed since the new scripting commands were added) To get "in-combat" logs might end up requiring a script anyway...
  12. N

    eating error in 8.8

    Indeed, in the actual data file its this line allowGenericUse= its either "true" or "false". In the GUI, its under preferences and its the first option under the second heading. Enable generic item usage in scripted "use"
  13. N

    Choice adventure numbering

    Heh well thats a new page, made on the 6th of Sep... Cool =D.
  14. N

    Choice adventure numbering

    Open the default ~.kcs file, note the choiceadv numbers down. Open mafia, open the adventure pane without logging in, then go and change the choice adventure. Reopen the ~.kcs file, note the changed number//value and tada you now know what that specific choice adventure number is. (Well thats...
  15. N

    Is this from KoLmafia or a bug in KoL?

    Can't really tell for sure but maybe it lost 2 rounds? (One possibility I can think of)
  16. N

    Giving buffs.

    I'm not logged in at the moment so I can't pull the casting URL but im sure it uses the playerID which you can just "randomly" choose using the ash command random( int range). (No promises it will hit a active player though, so you may either attempt to cast on someone that doesnt exist or...
  17. N

    uneffecting

    *Smacks self* Man I can't believe I didn't notice that...
  18. N

    kolmafia 8.7 and outfits

    Yeah, it's been mentioned in the offical thread in the KoL forums, I'm not too sure whats the progress on the bug (most likely fixed already and will be in the next release) but thats just me guessing.
  19. N

    uneffecting

    0_o... wow are you sure, if that doesn't work then I really don't know whats wrong (The only thing I can think of is that you spelt it wrong but thats the right name for the effect so im lost).
  20. N

    Passing Arguments from CLI to ASH

    Re: ASH language reference Yay no more setting values and then using get property to somehow get values from CLI to ASH =D.
Back
Top