Scur

Citizen
  • Posts

    5
  • Joined

  1. Thank you for the awesome result of your efforts. VERY much appreciated.
  2. that's what i tried to do, kheldarn, but it wasn't working for me. i was posting a different response to you saying that, but as i was typing i realized i had put it in my keybind file without reloading it.
    so, i guess my response is now 'that's exactly what i was thinking! i used the ` key to bind it, and it works perfect!'
  3. ok, after picking a lot of y'alls brains on this thread, i've come up with what i call my All popmenu. it basically covers most all powers and stuff that is common to all toons. i'm constantly making new ones, and found this to really cut down on my tray space usage. i put this in slot 1 tray 1, and number the sub-menus, so i hit three numbers to activate any power. once i got the hang of it, i find i can't live without it. i've just expanded it, but it's late and i don't have time to test it all out, so i'll just post it now and edit it later if i find errors.

    Code:
    //All
    //
    Menu "All"
    {
    Menu "&1 Buffs"
    {
    Option "&1 Rest" "powexec_name Rest"
    Option "&2 Mystic Fortune" "powexec_name Mystic Fortune"
    Option "&3 Mutation" "powexec_name Secondary Mutation"
    Option "&4 Shadowy Presence" "powexec_name Shadowy Presence"
    Option "&5 Self Rez" "powexec_name Resuscitation"
    Option "&6 Rez Ally" "powexec_name Resuscitator$$powexec_name Revive Ally$$powexec_name Resurrect"
    Option "&7 Reveal Map" "powexec_name Reveal"
    Option "&8 Self Destruction" "powexec_name Self Destruction"
    }
    Menu "&2 Travel"
    {
    Option "&1 Prestige Power Slide" "powexec_name Prestige Power Slide"
    Option "&2 Ninja Run" "powexec_name Ninja Run"
    Option "&3 Jump Pack" "powexec_name Zero-G Pack$$powexec_name Jump Pack"
    Option "&4 Jet Pack" "powexec_name Jetpack$$powexec_name Raptor Pack$$powexec_name Traveler's Jet Pack"
    Option "&5 Walk" "powexec_name Walk"
    }
    Menu "&3 Teleportation"
    {
    Option "&1 Ouroboros" "powexec_name Ouroboros Portal"
    Option "&2 Pocket D" "powexec_name Pocket D VIP Pass"
    Option "&3 Mission Teleporter" "powexec_name Mission Transporter"
    Option "&4 Base Portal" "powexec_name Base Transporter$$powexec_name Base Teleporter"
    Option "&5 WW Teleporter" "powexec_name Consignment House Transporter$$powexecname Day Trader Teleporter$$powexecname Enhanced Day Trader Teleporter"
    Option "&6 Assemble the Team" "powexec_name Assemble The Team$$powexec_name Summon Teammates"
    }
    Menu "&4 Pets"
    {
    Option "&1 Combat-Buff Pet" "powexec_name Light Fairy Pet$$powexec_name Dark Fairy Pet$$powexec_name Blue Wisp Pet$$powexec_name Red Wisp Pet$$powexec_name Shield Drone Pet$$powexec_name Power Drone Pet$$powexec_name Shield Oscillator Pet$$powexec_name Power Oscillator Pet"
    Option "&2 Non-Combat Pet" "powexec_name Clockwork Pet$$powexec_name Demon Pet$$powexec_name Mekman Pet$$powexec_name Redcap Pet$$powexec_name Rikti Pet"
    }
    Menu "&5 Accolades"
    {
    Option "&1 Vanguard Medal" "powexec_name Vanguard Medal"
    Option "&2 Geas of the Kind Ones" "powexec_name Geas Of The Kind Ones"
    Option "&3 Eye of the Magus" "powexec_name Eye Of The Magus"
    Option "&4 Elusive Mind" "powexec_name Elusive Mind"
    Option "&5 Crey CBX-9 Pistol" "powexec_name Crey CBX-9 Pistol"
    }
    Menu "&6 Day Job Powers"
    {
    Option "&1 Combat Shield" "powexec_name Combat Shield"
    Option "&2 Baton (stun)" "powexec_name Baton"
    Option "&3 Rune (+ vs. non-human)" "powexec_name Rune Of Purification"
    Option "&4 Frag Grenade" "powexec_name Fragmentation Grenade"
    Option "&5 Web Grenade (immob.)" "powexec_name Web Grenade"
    Option "&6 Smoke Bomb (blind)" "powexec_name Smoke Bomb"
    Option "&7 Sleep Gas (sleep)" "powexec_name Sleep Gas"
    Option "&8 Tear Gas (hold)" "powexec_name Tear Gas"
    }
    Menu "&7 Extras"
    {
    Option "&1 Search" "Search"
    Option "&2 Find Member" "Findmember"
    Option "&3 Who in Zone" "Whoall"
    Option "&4 Hide" "Hide"
    Option "&5 Stuck" "Stuck"
    Option "&6 Location" "Loc"
    Option "&7 Netgraph ON" "Netgraph 1"
    Option "&8 Netgraph OFF" "Netgraph 0"
    Option "&9 FPS ON" "Showfps 1"
    Option "&0 FPS OFF" "Showfps 0"
    }
    }

    opinions?
  4. i had to do the same thing. and no, it doesn't affect the loyalty. it's accumulated time with a paid account, not consecutive. it bugs me, though, that you can buy anything at all with paypal, except character slots. dumbdumbdumb.
  5. Quote:
    Originally Posted by TheUnnamedOne View Post
    Unfortunately, it looks like "&1" and other number hotkeys only work for the top row numbers on the keyboard and NOT the number pad numbers. Anyone figured out how to use the number pad numbers for the hotkeys?
    indeed, HAS anyone found a solution to this?