Search results

  1. C

    mafia limits?

    Not a surprise, but could explain some poeple's problems with corrupt settings files. I thought i could only run 1 instance of mafia at a time, so i never had any settings corruption problems (knocks on wood). So now the dilemma; do i expand to 2 sessions of mafia and risk a corrupted...
  2. C

    ZLib -- Zarqon's useful function library

    Are you running the latest daily build? You'll need that.
  3. C

    CanAdv can I adventure here?

    You probably want to rename this because Zarqon has a CanAdv.ash that has been in the forum's since Jun 4 2009.
  4. C

    " in a string?

    Horseshoes, Hand Grenades ...
  5. C

    Trouble with a Clan Stash Multi-Item Add Function

    Regarding ash editors on windows' boxen, check out this discussion: http://kolmafia.us/showthread.php?t=2120 Bale, myself and others use the open source app Notepad++. Bale has written a custom lang for ash. Very nice! Edit: And to me it looks like you are 1 '}' too heavy. Remove it...
  6. C

    Thoughts on organization of a KMail Parser

    Have you looked at the kmail functions in zlib written by zarqon? He has written a kmail parser and other functions. They should help you. http://kolmafia.us/showthread.php?t=2072
  7. C

    Width of & [php]

    Fewyn, Would it be possible to have the code/quote block have a horizonal scroll bar (the code won't be wrapping) so that i don't have to have a horizontal scroll for the forum? I don't mind using a horizontal scroll to read the code, but i hate using the horizontal scroll to read the text...
  8. C

    A Fruity Friend Script

    Also, everything in the 'then' section of an IF statement will be in { }, although with just a single line, the { } may be eliminated. if ( item_amount( it ) != 0 ) print("Inventory: " + item_amount( it ) ) ;
  9. C

    Tutorial Help

    See MrEdge73's post above - he explains it all there. To help explain... main (int Enter_a_Digit) if a main requires a variable, in this case Enter_a_Digit, a box pops up asking for input.
  10. C

    Width of & [php]

    I noticed that if i post a quick reply, the pasted code seems to wrap print ("The Price of " + $item[tiny plastic disco bandit] + " is: " + currentprice) ; *Edit: or not!
  11. C

    Tutorial Help

    Ok, let me attempt to clarify from a non-developer standpoint. In the declaration of the function mall, you defined item1 as type item; therefore, since it is defined as such, you just need to use item1 instead of '$item[item1]' as shown below. You also forgot to type currentprice in main()...
  12. C

    Tutorial Help

    And be sure to download and look at all the wonderful scripts on this site for examples. There are big complex scripts as well as simple ones to get started with. And have fun!
  13. C

    bumcheekcity's Hardcore Checklist

    tgetgel - zarqon has a script that might be what you want. It is very similar to this one, but also has the option to adventure and get the items. I myself use hccheck to keep me on track. You can find Hardcore Checklist 1.2.4 here: http://kolmafia.us/showthread.php?t=1045
  14. C

    can't adventure in r7522?

    Hmmm, i can adventure just fine. > adventure fantasy airship Visit to Beanstalk: Fantasy Airship in progress... [2010] Fantasy Airship Encounter: Protagonist Strategy: [snip]\KolMafia\ccs\default.ccs [default] Round 0: gord wins initiative! Round 1: gord uses the turtle totem! Round 2: gord...
  15. C

    ZLib -- Zarqon's useful function library

    Cool! i kept itemflags.txt with the memental, singleton and junk lists, but then it is quite small. Thanks for the info!
  16. C

    ZLib -- Zarqon's useful function library

    Well, it seems it only works in the data directory, and thats fine. I tried my own ScriptDataFiles dir where my maps are and also a subfolder in scripts, but neither worked; a new var_ file was created in the scripts folder. I am using Windows XP and i like to zip up the scripts i use as well...
  17. C

    ZLib -- Zarqon's useful function library

    Does it have to be the data directory? Or can it be any directory in the kolmafia root dir?
  18. C

    Deep Suggestion - NS Familiar Guide?

    I agree it would be nice to have the hints. i also have to look it up each time as i do my tower runs manually through the relay browser. i however have the sequence in a nice one liner as follows, where if you see the goat, you need the mosquito, etc. Angry Goat => Mosquito => Saber-T Lime...
  19. C

    i need hidden temple script

    Bale, wouldn't you want to 'burn' before you visit the temple?
  20. C

    bumcheekcity's Hardcore Checklist

    Very good and complete list of NS tasks and items! It lets me know just what i need to get during the post-island grind to 13. Codewise, i really like your debug() function. It'll make my debugging life easier without commenting and uncommenting lines as i go. Correction: I changed your...
Back
Top