Search results

  1. D

    Calling functions

    Flipped script calls to cli executes, and other fixes as suggested. Script just ran through as desired, the login commands worked. Thanks all!
  2. D

    Calling functions

    This whole function calling thing is confusing me. I've previously avoided having multiple functions in scripts that I've made, but I figure it's something I should probably learn. I tried the wiki, but didn't find anything after some cursory searches. This is just a script to log in derelict...
  3. D

    Feature Make libram use a character setting, not a global one

    Out of curiosity what the other perceived problems with settings in general? I just took a spin through them, I didn't see anything else that I'd like changed from a user perspective. The interface isn't that pretty I guess, but for how often I'm in there I don't really care.
  4. D

    Feature Make libram use a character setting, not a global one

    So the global preference wouldn't override that? Regardless, I still think my idea is worth implementing, as not every user is going to be savvy enough to do that, or know to ask, as mentioned. I believe it to be a common enough issue with the proliferation of librams that catering to the...
  5. D

    Feature Make libram use a character setting, not a global one

    I was reading this thread to try and find a way, but I don't see the defaults.txt Slyz references in any of Mafia's folders, so I'm not sure how to execute that suggestion. Theraze suggested to me that I simply include a line in my scripts that toggled the preference appropriately for each...
  6. D

    Mana burning during ASH adventuring, clip art summoning

    There we go, that's perfect. Thanks all!
  7. D

    Mana burning during ASH adventuring, clip art summoning

    That helps, but it's only half the problem it looks like. DA and Sidrock both want to use mana burning during adventuring for libram summons, but I want them to both summon different types of librams. This is keyed to the setting in preferences, which seems to be global. That looks to only...
  8. D

    Mana burning during ASH adventuring, clip art summoning

    Huh, didn't know scripts could do that. Got it working, though, and it ran through perfectly today, no aborts anywhere, and it even did mana burning with libram summons. My current hypothesis on the cause of this character not burning mana on librams before is that breakfast settings are a...
  9. D

    Mana burning during ASH adventuring, clip art summoning

    Worked perfectly. However, mana burning during adventuring still isn't happening. Here's what pyromania says: Your HP/MP Usage preferences are set to attempt mana burning whenever your MP reaches 80% of your maximum. MP will be burned down to 20%. Effects that aren't a part of your current...
  10. D

    Mana burning during ASH adventuring, clip art summoning

    "You have no Tome uses remaining." Is there a problem with how I've set up the int tomeLeft? Or is there a problem with the if statement that fire tome summons? "Your HP/MP Usage preferences are set to attempt mana burning whenever your MP reaches 80% of your maximum. MP will be burned down...
  11. D

    Mana burning during ASH adventuring, clip art summoning

    void main() { if (multiNames[my_name()]) { if( !is_online( "faxbot" ) ) abort( "Faxbot is dead!" ); chat_private ("faxbot", "mime"); wait (60); if (item_amount($item[photocopied monster]) == 0) cli_execute ("fax get"); if (item_amount($item[photocopied monster]) > 0)...
  12. D

    Simplified basement mimic farming script

    I'm done ascending for a while, so now I'm actually going to start mimic farming, after examining various setups over the past couple months. I've decided to simplify the monstrosity I was working on before to not consume anything, I'll probably just load up on consumables manually via chat...
  13. D

    Feature - Implemented Make the guild hall link take you to open grave in ZS, or remove it

    Pretty much this. I pop back to my open grave often enough that I'd enjoy the guild hall link going there. Usually it's because I want to see what skill I'll be getting next, to prioritize which zones I hit first. Also, the link to your campground in the hunter brain consumption message being...
  14. D

    Feature - Implemented Make the guild hall link take you to open grave in ZS, or remove it

    Not much point in it being there if it doesn't go anywhere. I suspect this might be the case in Boris, too. I'm referring to the links in the top pane for those using drop down menus, though I suspect the link remains for other settings too.
  15. D

    New Content - Implemented September 26 - character-pane-slimming toggles

    The link in the relay browser to restore MP doesn't work, for instance. That's all I see after a cursory glance.
  16. D

    Feature More philanthropic buffs for the buffbot engine

    I think that should be an option, but it's probably not strictly necessary. All buffbots will use Lucifers before resorting to MMJ, it'd be stupid not to. Perhaps throwing in a daily black heart or PYEC too. Testudinata and Fuhransi use about 1.2 mil MP daily, and according to her site Buffy...
  17. D

    Feature More philanthropic buffs for the buffbot engine

    Well, Bale technically only said that he was pretty sure that's how it was handled. I just wanted confirmation that was the case.
  18. D

    Feature More philanthropic buffs for the buffbot engine

    Just a bump, are any of the requested changes possible?
  19. D

    Slime Tube Adventuring Script

    Sorry to have you go, but thank you very much for all the work you put into this. You single handedly made slimelings much more accessible to hundreds of people.
  20. D

    Feature More philanthropic buffs for the buffbot engine

    While we were kicking it around in /clan, one other thing that would be nice is to be able to set buffs to be limited to 3-4 times a day. This way, instead of making separate entries for breakfast, nightcap, and a couple just-in-case-you-screwed-up-odes, we could just make one entry be usable 4...
Back
Top