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

    Character Info Toolbox

    Is there a way to have a user defined list of buffs in the char pane that appear even if you don't have the buff active? You know, so you can just press the arrow next to them to activate them?
  3. P

    Three questions

    While you can't upload/download files directly, I was pretty sure you can load/save maps using map_to_file and file_to_map with URLs as the file... I am pretty sure thats how some scripts share data or keep some settings up to date. If that doesn't fit your needs, then you'd still be able to...
  4. P

    libramBurn: Summon libram items to burn MP between battles, for profit!

    So... minmp has a bit confused... it says minmp in addition to auto recover amount. I want to make sure that I have enough mp to olfact which cost 40mp... but I have mafia set to not auto-recover mp (I regen mp via heart of the volcano) So... would I just set minmp to 40? Or does it mean that if...
  5. 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).
  6. P

    The new ZoneInfo Script!

    You can pull the function CheckWikiInit(monster) in this script and run it on every monster in the Mafia Monster DB... for the most part it has worked well so far, the only exception being that I had to add a redirect in the Wiki from Haunted_nightstand_(white) to Haunted_nightstand_(White)...
  7. 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...
  8. P

    Monster ML Adjustments

    I *AM* wearing the lost glasses! Thanks.
  9. 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...
  10. 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?
  11. P

    Bug - Fixed r11958 - Maximizer suggests food in Jarlsberg

    Minor AoJ bug Maximizer lists make and eat ultra fondue as a method to increase Monster Level in AoJ
  12. 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.
  13. 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...
  14. 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...
  15. P

    Depression

    Oh man... words can't express...
  16. P

    Relay_MultiUse

    New Features/Fixes added
  17. 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.
  18. P

    mall = DEPRECATED

    Haha, I'm sorry, It was from a relay script called topmenu.ash, and I didn't realize it earlier because I F5ed earlier instead of Shift-F5ed
  19. P

    mall = DEPRECATED

    I am pretty sure that I am not using any grease monkey scripts, and I am using the same browser for all of them so I think that even if I am running some GM script without realizing it it would not work for all of them...
  20. P

    Saving Stuff to a text file

    file_to_map("thisisatest.txt",testrun) You can add more fields by using a map to a record, or by having a map with multidimentional keys (Is that the right terminology?) i.e bool [int, string]map foreach k, v in map { /* iterates a bunch of bool [string] maps with an int key */ } Also...
Top