Recent content by scrambles

  1. S

    OCD Inventory control

    what if for some reason you cant copy and paste, ive tried typing it in but it is saying to specify valid svn url. ive tried multiple times with out success. any advice?
  2. S

    600 - 700 ADV diet!! T

    okay thank you for all the help, I was just confused because of the error message, thank you
  3. S

    600 - 700 ADV diet!! T

    Is there an easier way to find the {} [] () openings and closings, than to just do it manually??? I have changed all my () to [] and then to {} and got no where pretty much, I have it as if (inebriety_limit() == 19){ if(user_confirm("Is it okay to buy spice melange???"));<< I put the semi...
  4. S

    600 - 700 ADV diet!! T

    I have removed the semicolon on line 76 but it still does not work, I get the same error message, thank you and thank you for merging it again. I will fix the things, thanks
  5. S

    600 - 700 ADV diet!! T

    Can someone proof read my script?unknown variable "int" 500k if you find the problem This is probably something I have over looked, but I have been trying to figure this out for a couple hours now and have made no progress. What is happening is when I run my script i get this message "Unknown...
  6. S

    600 - 700 ADV diet!! T

    thank you god of merging. there seems to be a problem when i run this script it wont buy anything over 40 k why is that?
  7. S

    600 - 700 ADV diet!! T

    Awsome Adventure Rerelease ??? adv This is the re release of a script I did earlier, should have all the bugs out, make sure you mafia doesnt pull from the clan stash, had an issue with it trying to pull white satin pants for some reason. what it does on the low end of adventure you get 326...
  8. S

    600 - 700 ADV diet!! T

    your welcome, i am currently trying to figure out wich is easier, to just maximize hp to over 1000 or to play around with element resistance checks and what not. i am not sure of witch one yet prolly the on that is going to be easier. and then after that is done ill have to go through and...
  9. S

    600 - 700 ADV diet!! T

    It should be able to get you atleast 600 adv, the problem is that on my initial test i forgot to account for the hot and cold damage from frostys mug and the salad fork, and seeing as how i have very little meat and most of it being used in the initial run it makes it hard to test it. i am also...
  10. S

    map of chat?

    I have looked through the forums and tried to pull it out of the gift bot script. Donavin69but I am having trouble with finding the function or a way for a script to pull the names from chat (people that are in the chat active or inactive) and make a map of all the names. Is there a way to do...
  11. S

    600 - 700 ADV diet!! T

    i may have jumped the gun on this, still working bugs out yuup definatley jumped the gun on this...
  12. S

    Question about estimated pricing

    Thank you guys! i just have a couple more tweeks to make and it will be up and running!
  13. S

    Question about estimated pricing

    I have done all of the above, and have gained a little more understanding of the subject of scripting, however I still have some questions. int [item] list; // so this is the number , data type , and map name correct? // int is the number of each item to acquire list [ $item[prismatic wad]...
  14. S

    Question about estimated pricing

    another question i had was, where should i put this in my scrip? totalprice; foreach it in list totalprice += (historical_price(it) * max(list[it] - available_amount(it), 0)); for this i am wondering exactly what it is saying in computer talk so i can understand it? (for the...
  15. S

    Question about estimated pricing

    this is how i wrote the script, not the entire script but this is the main chunk that should be priced. also I think the tittle of the thread was in relation to an additional function i want the script to preform. thanks for the help, i am fairley new to scripting and i just have no idea about...
Top