Search results

  1. DaMaster0

    How do you know the php?

    I've been working with KOLMafia for a while now, and I was wondering, how do you find the php of a place??:confused: For example, I want to make a function that tells you if you have a display case or not. What I was planning to do was see if the Collection Collection had the text "manage your...
  2. DaMaster0

    Aggregate reference expected

    Ya, I know, that caused me problems later on. I never could fix it, so I ended up just switching to a while loop with the var i that increases by 1 each time it goes through.
  3. DaMaster0

    Aggregate reference expected

    I tried that, but for some reason it just goes back to the aggregate reference expected line.
  4. DaMaster0

    Request of Specific Bots

    Sorry codster, I know you want discussion to be stopped. I sent you the script via private message a while ago, but you haven't replied. Plz check your inbox.
  5. DaMaster0

    Aggregate reference expected

    Still doesn't work. I took the j out of it (is that what i'm supposed to do?) so it's now: foreach i in need_it[] And I get this new error: Index for 'need_it' expected (tiny_Plastic_series1 v2.ash, line 63) What am i supposed to do?
  6. DaMaster0

    Aggregate reference expected

    I guess... Since it won't work anyways without the helper file.
  7. DaMaster0

    Aggregate reference expected

    I keep getting this error! > call scripts/tiny plastic/tiny_plastic_series1 v2.ash Aggregate reference expected (tiny_plastic_series1 v2.ash, line 64) line 64: totalprice = totalprice + mall_price(need_it[j]); Does anyone know what the problem is? I can't figure out what it means and my...
  8. DaMaster0

    Request of Specific Bots

    That's exactly what I was going to do. I was looking for something like get_ingredients() so thank you! I'll just do some testing with it, I'll be able to make a clanbot!
  9. DaMaster0

    Request of Specific Bots

    Oh!!! Thank you so much! I get it now! Codester, you might actually have a clanbot!
  10. DaMaster0

    Request of Specific Bots

    Well, I sure liked your help. I need to get this working! I have problem were it can't recognize message[int]. That's why I changed it to string[int]. Can I have some help plz? >call test.ash Unknown variable 'message' (test.ash, line 3)
  11. DaMaster0

    Request of Specific Bots

    I'm not sure if I'm going to be able to do this. I am having trouble using zarqon's registry code. string[int] parse_mail() { string[int] parsedmail; // get a map of kmail in html print("Checking mail..."); string temp = visit_url("messages.php"); if (contains_text(temp,"There are...
  12. DaMaster0

    Parsing help

    ok, i'm using his registry script, and I want to know if there is a way to define all items. I tried $item but that didn't work.
  13. DaMaster0

    Parsing help

    ya, i saw that, but all the scripters there know what the functions do. I don't really understand what input split_string requires. plus they didn't talk about the urls, just html, which I have never used before.
  14. DaMaster0

    Parsing help

    I have some questions about parsing mail. I want to create a library that can do this, but I need some help. 1. How does the split_string function work? Can it be used to parse different messages in your inbox? 2. How do you get to your inbox for that matter? I clicked on the messages link...
  15. DaMaster0

    Request of Specific Bots

    k, I'll try and make those. But I'm going to have to look up how to receive stuff through kmails...
  16. DaMaster0

    Request of Specific Bots

    Well I'm just a beginner, but my script(should be a link to that in my sig) does something like that. I might be able to work it out, but I need more information. I have never heard of a chefbot before, so I need some info on that. Does it send food to your clanmates? What kind of food do you...
  17. DaMaster0

    Is there a more specific mallbuy thing?

    does the buy command buy from the 5th price in the mall too?
  18. DaMaster0

    Tiny plastic accumulator

    Tiny plastic accumulator-Series two now included! Tiny Plastic Series 1 & 2 Accumulator! If you do not know what the tiny plastic items are, click here. What does it do? This program looks in your inventory for the tiny plastic items. (optionally your closet as well) If you don't have a full...
  19. DaMaster0

    Tutorial Help

    sorry, I just think that's an easy fix.
  20. DaMaster0

    One-Click Level: Automatically gain 1 level.

    I would like to know how you made it check for updates. I'm new and I think that's a really cool feature to add to my programs! I looked through your code and none of it made sense to me.
Back
Top