Search results

  1. Pazleysox

    Vlad's Familiar Changing Frankenscript

    //script FR_Start.ash void main() { cli_execute("set afterAdventureScript = "); use_familiar($familiar[None]); visit_url("place.php?whichplace=realm_fantasy&action=fr_initcenter"); visit_url("choice.php?pwd&whichchoice=1280&option=2"); equip($slot[hat], $item[FantasyRealm Mage's Hat])...
  2. Pazleysox

    Sourceforge issue

    Point taken! In my defense, it will change the capitalization back. I'll look into this a little more.
  3. Pazleysox

    Sounds and Alerts in ASH Scripts and CLI

    If you can make chat beep, why not just send yourself a private message?
  4. Pazleysox

    Sourceforge issue

    Source forge automatically switches them to uppercase
  5. Pazleysox

    Sourceforge issue

    svn checkout https://svn.code.sf.net/p/white-citadel/code/ svn checkout svn://svn.code.sf.net/p/white-citadel/code/ That's the location of the script I wrote. I thought I did everything exactly the same on SourceForge, but for some reason, I keep getting this error when I try to download it...
  6. Pazleysox

    CCS inside a script

    very interesting. I'm going to take parts of your script, and see if I can meld them with mine, and try to get mine to work. If mine doesn't work, then I'll just use yours! :) No sense in reinventing the wheel. I do have a few tweaks in mine that I will keep in. If you haven't done the...
  7. Pazleysox

    FantasyRealm

    Frononulax talking to himself now?
  8. Pazleysox

    Way to access Encounter Listing in script?

    HA! I already have a script that does most of this. lol I never did figure out how to know if you've defeated a monster though
  9. Pazleysox

    CCS inside a script

    I'm trying to script the road to the white citadel. I'm stuck on the choice adventure "Life Ain't Nothin But Witches and Mummies", which has a choice adventure 1st, then 2 more "choice" adventures, where the only choice is to click "ok/continue"
  10. Pazleysox

    Way to access Encounter Listing in script?

    This might work... Mind you, I haven't tested it int count; if (get_property("lastEncounter")=="monster") count = count +1 if my_adventures() == 0 print ("I've encountered " + count + " monsters that I'm tracking today"); I believe something along those lines would work. You can probably...
  11. Pazleysox

    FantasyRealm

    Were you perhaps fighting the boss that requires you to have the least amount of MP as possible, so you can survive the fight? Any chance you can make it so we can run the script in run? I don't know how difficult it would be to do that. Maybe just for rubee farming perhaps? Like I said...
  12. Pazleysox

    CCS inside a script

    string olfact_goth(int round, monster opp, string text) { if(opp != $monster[Goth Giant]) return get_ccs_action(round); if(round == 1 && have_effect($effect[On the Trail]) < 1) return "skill transcendent olfaction"; return get_ccs_action(round - 1); } adventure(5 ...
  13. Pazleysox

    CCS inside a script

    If I'm fighting in Itznotyerzits Mine, and I want to use a different skill for each dwarf, how can I script that? I know about "combat_macro", and how to use it (I think), but how can I script a custom combat for multiple monsters?
  14. Pazleysox

    FantasyRealm

    What potion were you supposed to have?
  15. Pazleysox

    Universal Recovery Script

    If it's that big of a deal, you have a few options. 1) buy what you want the script, or mafia to use 2) perm a skill that will allow you to have more HP at the beginning of your run 1 is a quicker fix than 2. 2 is more of a long term goal.
  16. Pazleysox

    Is there built-in functionality for responding to clan fortune teller requests?

    The Clan Fortune Script is a little hard to figure out for some people. I did not author it, but I use it for my clan bot. I programmed the bot to use that script each time a request is made. If you have the script, here's what you need to put into the CLI to set it for the responses you...
  17. Pazleysox

    FantasyRealm

    [981] The Towering Mountains Encounter: Out of Range Requested choice (10) for choice #1282 is not currently available. choice 1: Unlock the mine (unlock The Old Rubee Mine (using FantasyRealm key)) choice 2: Head into the deep cave (unlock The Foreboding Cave) choice 11: Leave...
  18. Pazleysox

    FantasyRealm

    Does the script work in a CS run now? I tried the day it was released, and it said something about not working while in run...
  19. Pazleysox

    FantasyRealm

    lol, Yep! My brain must have been switched to the "repeat what others say" position.
  20. Pazleysox

    FantasyRealm

    Doesn't Ley Incursion deal damage equal to your MP, as well as steal your MP? I know there is a boss that does this. I ran into this issue a few days ago. I ended up starting the fight with 5mp, and the only damage I took was at the beginning of the fight.
Back
Top