Search results

  1. P

    Bug - Fixed EmptyStackException when using call

    The code below is just about as trival an example as I could come up with, but it seems that perhaps some variables are not getting scoped correctly when using the call command? int funcB(int[String] l) { print("Start B"); int[String] m; m["funcC"]=1; int[int] r; int i=0...
  2. P

    Determine if/which holiday it is

    How do I determine if it is a holiday today, and if it is a holiday how do i determine which one it is?
  3. P

    How to fix maximize doing weird stuff

    Why is it that maximize sometimes fills my equip slots with stuff that doesn't effect what I am maximizing? Maximize meat equips wings of fire, i would rather it not alter my equipment if the replacement doesn't contribute to the goal... how do i set it up for that? Or at least give it a...
  4. P

    Feature Feature request: Load in web browser with no frills

    Can we put a button or a menu item that would work like Load in web browser, but it would ignore all your override, and options settings that cause any changes to kol, a "load as a normal browser" would see it button? I don't know if there is any auto processing that options can't prevent, but...
  5. P

    Modular Choice Override

    I haven't checked this script out yet, but if I use this for a choice adventure where I always pick the same choice is it able to auto-matically pick that choice without user interaction, or can I only rewrite the html output so the choice I always pick says something like "Pick this one!"?
  6. P

    Calling arbitrary scripts and passing information between them

    I did something similiar when i did the remote ash scripts, I read the whole script as a string, then used a regex to see what parameters main took, then dynamically rewrote the first few lines of the main function so that it was parameterless and added lines at the top of the main function to...
  7. P

    Turnip check?

    I understand that, but I don't remember seeing any proxy record value that wasn't constant so I was asking if a state sensitive proxy record value was even possible currently.
  8. P

    Turnip check?

    Can a proxy field handle the fact that having fishy effect takes 1 turn/sea rather then 2? Does mafia know the difference between the desert hydrated and unhydrated to support the ops original use for returning 2 adventures spent on the hydrated desert without an active effect of ultra hydrated?
  9. P

    Script help

    You say you are mimic farming the basment due to 50 turn limit rather then 30... I would just like to point out that the mimic stops giving meat after the tenth round... unless you are attempting to heal yourself it doesn't matter how many rounds the fight has beyond 10.
  10. P

    No good spot for this but.... diablo 3

    Anyone have it? Paragon#1419
  11. P

    Buy from specific mall store

    Thanks for the clairification, it's there in black and white. I won't do this... it just seems odd that If char A has an item that he sends to a mall multi to sell he can't get it back... but he can get the meat for selling it.
  12. P

    Buy from specific mall store

    I guess I didn't think of it that way, I just thought that since we can have a mall multi whats the difference between unstocking an item and sending it back to your main vs. buying from you mall multi.... but maybe your right.
  13. P

    Buy from specific mall store

    Is it possible to buy items from a specific mall store? For example, if i wanted to make my buy script always buy from my mall muti store if the item is available there how might I go about doing that?
  14. P

    Rash - Remote Ash Scripts

    @Grotfang: I have now made the entire process visible, you can Rash upload.php, uploaoder.php and viewSrc.php to view the source of the php scripts that drive the server side file saving and such. Also, I added a preference that will not allow scripts that have just been downloaded to run, the...
  15. P

    Exit quiet?

    Is there a way to exit quietly or with a custom error? Currently calling exit cause cli to display script parsing error() in red
  16. P

    Rash - Remote Ash Scripts

    I hate to sound like I am kicking a dead horse... but I am really not seeing any legitimate security concerns. You might as well say that you should only trust Kol mafia as much as you trust veracity, or any of the other users with commit access... sure you should only trust rash as much as you...
  17. P

    Rash - Remote Ash Scripts

    Ok, So I think I have addressed the security concerns, everything from being able to trust a user to having easy access to script source has been addressed. Check out the OP for a full rundown.
  18. P

    Help with relay_-script buliding

    True, but they Write out a pages html, which can include javascript... and it sounded like winterbay wanted the web page to add a new set of inputs when the user used all the current inputs... which would be something that you would need to do via the browser... via javascript.
  19. P

    Help with relay_-script buliding

    To add elements to your form requires modifying the dom. The easiest way to to do this is to use a lib like jquery, but there is a way to do it without a lib. You can use var v = document.createElement('<Elementtype>') to generate a new element node, the use v.setAttribute('<element...
  20. P

    Rash - Remote Ash Scripts

    Ok, the new version has the following changes. Rash list :> List all rashable scripts Rash list verified:> list all rashable scripts uploaded by a verified user. The is now a cache of rashable scripts, such that the new version is only downloaded when there has been a new version. If a new...
Back
Top