Jump to content

Scorpions

Members
  • Posts

    18
  • Joined

  • Last visited

  • Donations

    120.00 USD 

Everything posted by Scorpions

  1. When is Santa Claus coming to town?
  2. There seems to be a issue with the game. None of the buffs are working and the reactor bar does not work anymore. Can we please get a restart?
  3. Is there anything that a non-C++ programmer can help with? (Java programmer here)
  4. Is there plans to add new content into the game?
  5. Thank you for all the hard work. Can we now use net-7.org to transfer our avatars to different accounts again?
  6. I'm missing toons on 2 accounts too, logged into game, but all avatars are gone. All their info of equips/vaults/etc. is still listed on the portal. support ticket request #26372 made.
  7. what do I do if net-7 says I have the characters but when I log in i am getting different toons or no toons on 2 of my accounts? Is the GM support for tickets up just yet? BTW: THANK YOU THANK YOU THANK YOU
  8. I can understand both sides of this debate. I for one, am disabled and games like EnB are the major entertainment for some of us that cannot work. For some, the pain is real. We all need to take a breathe and remember that it will be back up sooner than later and the voluntaries doing all this work for us are doing the best they can. I think we have an awesome and passionate community here and that's a good thing. Thank you for the updates and I think once a week is plenty enough.
  9. i do not want to be a bug, but do we have any type of updates on the progress?
  10. Just wondering, will there be Christmas content. I enjoyed the Halloween content. Thanks much.
  11. This script only targets the nearest mob and then fires your guns on your main window and up to 5 alt windows, but it works good. To have this work correctly, your windows must me named EnBMain, EnBAlt1, EnBAlt2, ext. In the game, the key Control for "Target nearest enemy MOB" I set for 'e' and "Fire all weapons" to 'f'. To make the script run, you just hit <alt><q> on your keyboard. ---------------------------------------------------------------- !q:: WinActivate Earth & Beyond - EnBMain sleep 50 SendInput e sleep 50 sendInput f sleep 50 IfWinExist Earth & Beyond - EnBAlt1 { WinActivate Earth & Beyond - EnBAlt1 sleep 50 SendInput e sleep 50 sendInput f sleep 50 } IfWinExist Earth & Beyond - EnBAlt2 { WinActivate Earth & Beyond - EnBAlt2 sleep 50 SendInput e sleep 50 sendInput f sleep 50 } IfWinExist Earth & Beyond - EnBAlt3 { WinActivate Earth & Beyond - EnBAlt3 sleep 50 SendInput e sleep 50 sendInput f sleep 50 } IfWinExist Earth & Beyond - EnBAlt4 { WinActivate Earth & Beyond - EnBAlt4 sleep 50 SendInput e sleep 50 sendInput f sleep 50 } IfWinExist Earth & Beyond - EnBAlt5 { WinActivate Earth & Beyond - EnBAlt5 sleep 50 SendInput e sleep 50 sendInput f sleep 50 } WinActivate Earth & Beyond - EnBMain Return
  12. yup, went down for me about an hour ago.
×
×
  • Create New...