Search results

  1. P

    Color Kol

    So.. how hard wold it be to build Color Kol into kol mafia? I know that there is an images directory to save bandwidth and cache images, if I were to just download the color kol images and put them in there would it work? Anyone know where to download the images from?
  2. P

    Detecting banished monsters

    How do you detect which monsters have been banished and for how long? (Which being much more important than how long though).
  3. P

    The new ZoneInfo Script!

    I had been watching the Lilac stream, and noticed the information that he seemed to be looking up in the wiki about zones, so I wrote script to get that information without leaving mafia. All information takes into account current modifiers (Except max damage doesn't calculate elemental...
  4. P

    Monster ML Adjustments

    MCD 0 MCD 10 Returned: Fallen Archfiend Returned: Fallen Archfiend base_hp => 50 base_hp => 60 base_attack => 50 base_attack => 60 base_defense => 38 base_defense => 46 raw_hp => 50 raw_hp => 50 raw_attack...
  5. P

    $monster[xxx].base_initiative=0

    Every monster I check seems to return a base_initiative of zero, even the ones that have values listed on the wiki and on the thread from hardcore oxy forum... known issue/bug/me being dumb?
  6. P

    Bug - Fixed Drinks from Microbrewery show up in item manager in AOJ

    If you have the gnomish gnomad campp open in an AOJ run the drinks available still show up in the booze section of the item manager even though you can't use it.
  7. P

    Determine Forced Non Combat Rate of zone

    So there is appearance_rates(location) that returns a map, and $monster[none] is the noncombat rate. NCR= appearance_rates(location)[$monster[none]] TNC= Total number of non combats in location SNC= Number of non combats that can be skipped without using an adv. FNCR = Rate of noncombats that...
  8. P

    relay_CatogorizedItems

    So, I know a few people use item_desc but I am not sure if anyone else uses the favorite items inventory relay script that I had with item desc, but the new inventory revamp killed it. So, here's a new version. Using the items no longer makes everything go weird. If you have none of the item...
  9. P

    Relay_MultiUse

    One stop to see everything you can make by multi-using an Item. Now more useful. Clicking the item imgs pops up item desc Clicking the "Make" link makes the item A message is displayed when you have no items to make via multi use. Making an item no longer redirects you to a new page.
  10. P

    mall = DEPRECATED

    So, I have four KoL directories, Primary, Ascending, AfterCore, Merchant When ever there is a new KoL jar file I download it into Primary, then I have short cuts to the primary Kol.Jar from the others with the run in folder set to that specific folder, this allows me to customize everything...
  11. P

    To zip or not to zip (General scripting not ash)

    Hey, hope nobody minds but I just wanted to ask a general question even though it doesn't relate to ash. How large would a string need to be to justify zipping it before sending it over the wire? I.E, at how many bytes would the time spent zipping/unzipping become shorter then the time spent...
  12. P

    CAB Names

    <b>CAB Names 1.0.0</b> Set the title for each CAB Bar. Also, toggle the direction the up and down arrows move your cab bars. Now you can easily tell which CAB is for your Boris runs, or your Jarlsberg runs, or for your after core, etc. Setting a Cab Title: zlib CAB_Title_XX = <new title>...
  13. P

    Feature Use Kol Combat Macros in Custom Combat Scripts

    Ok... so the easy part is calling the combat macro, just visit_url("fight.php?action=macro&whichmacro=<MacroNumber>",true); The slightly more difficult part is getting the macro name->macro number mapping... but... a visit to account_combatmacros.php has some html wrapped around the important...
  14. P

    Combat macros in custom combat script...

    I like to put my custom combat stuff in kol's combat script because it's easy to put them into the combat action bar... is there a way to use the Kol Combat macros in custom combat settings? Right now, I have one set up as an auto attack, and gennerally that seems to do the trick, but that...
  15. 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...
  16. 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?
  17. 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...
  18. 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...
  19. P

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

    Anyone have it? Paragon#1419
  20. 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?
Top