Results 1 to 18 of 18

Thread: Commit Needed: eMail as an account name.

  1. #1
    Join Date
    Feb 2006
    Posts
    3,044
    Mentioned
    4 Post(s)
    Quoted
    21 Post(s)

    Smile Commit Needed: eMail as an account name.

    Hey, now after the update RS will ask eMail instead of normal RS username. The problem is that when Simba types it will output this "@" as this "2". So it will mess it up.

    I couldn't find any posts related to this issue.


    Thanks,

    ~Home

  2. #2
    Join Date
    Oct 2010
    Location
    Under a bridge
    Posts
    648
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have the same but the @ is an A with an ' above it. Ive seen it a couple of times, so i just log it in by self as im too lazy to post a thread

  3. #3
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Here is the update for it: http://villavu.com/forum/showthread.php?t=60289

    I updated it when it first happened, but he srl devs just havent had time to commit it, or just havent seen it.

  4. #4
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Quote Originally Posted by Home View Post
    Hey, now after the update RS will ask eMail instead of normal RS username. The problem is that when Simba types it will output this "@" as this "2". So it will mess it up.

    I couldn't find any posts related to this issue.


    Thanks,

    ~Home
    For new accounts.

  5. #5
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lol I already opened a thread about this, the devs fixed it yesterday/today.
    Still learning to code in Simba.

  6. #6
    Join Date
    Aug 2007
    Posts
    984
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    there are few post related to this issue actually. I think there is a fix ive seen it posted.
    SRL > Runescape

    Quote Originally Posted by brent8900 View Post
    when i download it its a FAWG.rar how to i get it to FAWG.exe

  7. #7
    Join Date
    Nov 2008
    Location
    Canada
    Posts
    159
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Trav posted the fixed a bit up, thanks for that. Now I can get an army going
    I run in triangles because circles are for squares.

  8. #8
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    KeyDown(VK_Shift); <-- The shift key must be down in order to output a @.

    KeyDown(Ord('2'));
    KeyUp(Ord('2));

    KeyUp(VK_Shift);
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  9. #9
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by Daniel View Post
    KeyDown(VK_Shift); <-- The shift key must be down in order to output a @.

    KeyDown(Ord('2'));
    KeyUp(Ord('2));

    KeyUp(VK_Shift);
    It's not like this on all keyboards / OSes

  10. #10
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    13,692
    Mentioned
    146 Post(s)
    Quoted
    130 Post(s)

    Default

    Quote Originally Posted by Zyt3x View Post
    It's not like this on all keyboards / OSes
    That is indeed the biggest problem.



    The best way to contact me is by email, which you can find on my website: http://wizzup.org
    I also get email notifications of private messages, though.

    Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
    Documentation | Source | Simba Bug Tracker on Github and Villavu )


    My (Blog | Website)

  11. #11
    Join Date
    Oct 2010
    Location
    Under a bridge
    Posts
    648
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    We still need a way of inputting an @, i find it annoying having to stop the scirpt and enter my email each time
    Quote Originally Posted by DD on IRC
    wanted to troll the troll

  12. #12
    Join Date
    Jun 2008
    Posts
    219
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    guys, my update works. All it does is use SendSmartKeys instead of TypeSend. Unless SendSmartKeys uses the KeyDown KeyUp stuff, which i dont think it does, my way works perfectly. It even makes sure that smart is defined, if its not, it uses typesend.

  13. #13
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    Quote Originally Posted by IceFire908 View Post
    This has been done since 2 days ago.
    Good news

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  14. #14
    Join Date
    Jun 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have the same but the @ is an A with an ' above it. Ive seen it a couple of times, so i just log it in by self as im too lazy to post a thread

  15. #15
    Join Date
    Dec 2009
    Location
    R_GetPlayerLoc;
    Posts
    2,235
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by jannypana View Post
    I have the same but the @ is an A with an ' above it. Ive seen it a couple of times, so i just log it in by self as im too lazy to post a thread
    Grave dig. Last post was about 5-6 months ago.
    "Logic never changes, just the syntax" - Kyle Undefined?

    Remember, The Edit Button Is There For A Reason!!!

  16. #16
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Quote Originally Posted by Yago View Post
    Grave dig. Last post was about 5-6 months ago.
    Spambot...


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  17. #17
    Join Date
    Mar 2007
    Posts
    5,125
    Mentioned
    275 Post(s)
    Quoted
    901 Post(s)

    Default

    I know its a grave-dig but.. Why is this still stickyed?

    Forum account issues? Please send me a PM

  18. #18
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Thanks, [J]ustin

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •