Search results

  1. M

    I want to organize my display case

    So, how do you move items around shelves with a script? I can see there's an put_display( int, item) and take_display( int,item) but no move functio
  2. M

    Bash scripting help?

    I probably won't be near a computer near christmas and also don't want to miss Crimbo content. So, I have already written a script for what I want my character to do while I'm gone (adv at factory/don's, crimbo 11,etc.) , but I wont be able to login. Can someone help me start a bash script...
  3. M

    Installing mafia on Ubuntu

    Can someone help me install mafia onto my Ubuntu Jaunty OS? I want to start using Windows less and less, and especially because there are many things for Kol that must be done every day, I do not want to boot up windows every day just for KoL. Thank you, masterZ
  4. M

    buffbot start?

    I am interested in writing a buffbot for my clan. But I do not know what functions there are start the buffbot, cast skills, etc. Could someone please help me with some code to start the buffbot?
  5. M

    record?

    What does the keyword record do? I was looking through EatDrink.ash to look for some ideas when I came across this code record consumable_entry { boolean manual; // If true, data was entered manually and cannot be updated based on autospading range consumptionGain; int level; range...
  6. M

    lack of i++ and float?

    First of all, how do float nubmers work. For example, when i type float number = 1/2; print( number ); gives 0.0 also, why is there a lack of a variable++ and variable-- function? thank you
  7. M

    arrays?

    Is there a way to store arrays? I'm not sure about my syntax //creates an array int array[] = {1, 2}; Thank you,
Top