Fly Macro

Discussion in 'Help & Support / Errors & Bugs' started by eekelmo, Jul 8, 2015.

  1. eekelmo

    eekelmo Builder
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jul 19, 2012
    Messages:
    3,283
    Trophy Points:
    73,090
    Ratings:
    +7,776
    So I have a macro that has a label that shows whether or not I have fly enabled, the script is as follows:
    Code:
    $${
    STRIP(&chat,%CHAT%)
    IFMATCHES(%&chat%,^Set fly mode disabled for eekelmo.)
    MATCH(%&chat%,^Set fly mode disabled for eekelmo.,{False})
    SETLABEL(flychecker,Fly: &4%Disabled%)
    ENDIF
    IFMATCHES(%&chat%,^Set fly mode enabled for eekelmo.)
    MATCH(%&chat%,^Set fly mode enabled for eekelmo.,{True})
    SETLABEL(flychecker,Fly: &6%Enabled%)
    ENDIF
    }$$
    [/color]
    So when I have my nickname off, it works. Although when I change my nickname it doesn't work. The nickname I use &a&leek&2&lelmo. I tried changing the text in the script to correspond with this and it didn't work. Anyone know why?
     
  2. JamieSinn

    JamieSinn Retired Lead Administrator/Developer
    Builder ⛰️ Ex-Tycoon ⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jun 4, 2011
    Messages:
    5,509
    Trophy Points:
    97,090
    Gender:
    Male
    Ratings:
    +4,567
    Just change eekelmo to .*
     
  3. 314

    314 Irrational GameAdmin, former ServerAdmin
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,219
    Trophy Points:
    101,160
    EcoDollars:
    $0
    Ratings:
    +4,919
    On a side note, shouldn't there be something that disables the label when rejoining since it deactivates fly mode when on the ground?
     
  4. eekelmo

    eekelmo Builder
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jul 19, 2012
    Messages:
    3,283
    Trophy Points:
    73,090
    Ratings:
    +7,776
    I'm not a scientist \o/ this stuff is confusing.
     
  5. GungnirIncarnate

    Builder ⛰️ Ex-President ⚒️⚒️ Premium Upgrade

    Joined:
    Jul 18, 2012
    Messages:
    3,226
    Trophy Points:
    51,340
    Gender:
    Male
    Ratings:
    +479
    I'm just gonna leave this here....
    [​IMG]
     
  6. 314

    314 Irrational GameAdmin, former ServerAdmin
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,219
    Trophy Points:
    101,160
    EcoDollars:
    $0
    Ratings:
    +4,919
    o_o

    *Gives like*
     
  7. eekelmo

    eekelmo Builder
    Builder ⛰️ Ex-EcoMaster ⚜️⚜️⚜️⚜️ Premium Upgrade

    Joined:
    Jul 19, 2012
    Messages:
    3,283
    Trophy Points:
    73,090
    Ratings:
    +7,776
    That's so much better than what I have, thanks!