Search results

  1. F

    Feature - Rejected A simple change in the modifier maximizer pull-down list

    Along the same lines as this request, can we please have a way to edit the pull down list for maximizer. There are a lot of things in it I never use, and multiple ones that I use all the time. I already have scripts, logon, logoff, and just other that adjust all t his for me, but if I'm just...
  2. F

    Bug - Fixed Mafia isn't recognizing full access to storage after leaving ronin

    As I said, I can't repeat it now. It wasn't showing my stuff in storage, nothing I could think of to do in mafia changed that, I clicked around in hagnks from the relay browser and then it started displaying the stuff in storage. However, other odd things are now happening. Mafia seems to...
  3. F

    Bug - Fixed Mafia isn't recognizing full access to storage after leaving ronin

    I haven't ascended in about 3 years to notice if this is new or not, but I just went a few turns past ronin and went to pull stuff from storage. In relay/browser hagnk recognizes I can take all my stuff, but the storage section of the item manager in mafia is showing -1 pulls left but shows no...
  4. F

    Daily Deeds support

    Oh, very nice, I was trying to figure out how my make a text deed display the value of _gapBuffs instead of simply the text _gapBuffs. So .. silly time on the forums not matching my time, your above post happening a few minutes ago? so this r9659 should be on the daily builds page in about 30...
  5. F

    Is there a way to convert arcade tokens to tickets through mafia?

    That would be the crappy way to do it. There is a dungeon fist script on these forums somewhere, sorry in a hurry and don't have time to find it for you, which will get you the 30 tickets per token instead of wasting tokens on skeeball. If it hasn't been found I'll get you a link when I have...
  6. F

    Bug - Fixed No Character pane in web browser

    Just verifying that I also can not see the character pane in 9656
  7. F

    Daily Deeds support

    dailyDeedsOptions= $CUSTOM|Command|GAP free spells|_gapBuffs|equip greatampant; gap skill|5, $CUSTOM|Command|GAP elem & tough|_gapBuffs|equip greatampant; gap structure|5, $CUSTOM|Command|GAP +25%ItemD|_gapBuffs|equip greatampant; gap vision|5, $CUSTOM|Command|GAP +100%Mox|_gapBuffs|equip...
  8. F

    BatBrain -- a central nervous system for consult scripts

    For the last few days I've been getting: Bad monster value: "demon spirit of new wave" (BatBrain.ash, line255) Consult script 'smartstasis.ash' not found. You're on your own, partner. on the 1st adv crashing me out of my scripts completely. I have commented the line out for now and everything...
  9. F

    Daily Deeds support

    I think giving us the ability to build our own dropdown boxes is a really good idea, if for no other reason it would make me stop asking for, well pretty much everything I already asked for.
  10. F

    Daily Deeds support

    Your button code for the GAPants I asked about works, not a surprise for you I presume but just verification. I added all 5, but that's annoying me due to the now even longer panel. Should we move my questions and the answers from the other thread over here?
  11. F

    Feature - Implemented daily deeds revamp [patch]

    Ah well, would be awful nice to save the space, I've never programmed in a language that made it hard to do, so I thought I would ask. I have no clue how to do it in java or I'd be all over the code trying to fix this stuff myself. Style b is simply my preference, however I do think it's...
  12. F

    Feature - Implemented daily deeds revamp [patch]

    While we're playing around with the daily deeds can we repair some things and add 1 more ability to this customization. Ability to add) put multiple buttons on the same line .. i.e. breakfast, daily dungeon & use the legendary beat all on the same line, much like we can now re-order the buttons...
  13. F

    quality of food and booze

    yeah, lots of calculating myself being done already. I only mentioned it in case someone came along and just trusted the code worked without testing and did something silly with all their astronaut ice cream by accident. Granted that person probably wouldn't have read the rest of the thread...
  14. F

    quality of food and booze

    it.quality doesn't seem to give any results for spleeners, unless I got something wrong foreach it in $items[] { if ((it.quality=="epic") & (item_amount(it) > 0)) print("You have " + item_amount(it) + " of " + it + " which is " + it.quality + " quality","red"); if ((it.quality=="awesome") &...
  15. F

    quality of food and booze

    I love you guys. foreach it in $items[] if ((item_type(it)=="food") & (it.quality=="epic") & (item_amount(it) > 0)) 'DoStuff'; else if ((item_type(it)=="booze") & (it.quality=="epic") & (item_amount(it) > 0)) 'DoStuff'; That is amazingly fast at finding my epic...
  16. F

    quality of food and booze

    I know I can script foreach it in $items[] if (item_type(it)=="food") do something to check my inventory for food, but is there a way to narrow it to the quality of food (i.e. Awesome, Epic) without manually looking up each item on the wiki and hard-coding each into the script?
  17. F

    Bug - Won't Fix r9532 login error

    After 10 or so log in attempts with previous revisions it finally accepted a login, seems to be working properly now, maybe TPTB fixed it. Thanks Veracity.
  18. F

    Bug - Won't Fix r9532 login error

    I can log in to Kol Directly with my characters, but mafia is giving me a "Encountered error in login." with all my characters. Any ideas what could be wrong?
  19. F

    logout time

    Ah, ok thanks, most forums I've been on that box only remembered user/pass for you, there was usually also a "Keep me logged in" setting somewhere.
  20. F

    logout time

    I guess I'm missing something then. I see the "remember me" check box, but I do not see a keep me logged in option anywhere
Back
Top