Results 1 to 5 of 5

Thread: withdraw item with an ' in its name changes to $

  1. #1
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default withdraw item with an ' in its name changes to $

    SOLVED


    Hello there i am trying to withdraw Ava's accumulator from the bank.
    The ' changes to $ when searching in the bank


    PHP Code:
    Reflect.Bank.Withdraw('Ava''s accumulator'1
    PHP Code:
    Reflect.Bank.Withdraw('Ava'+chr(40)+'s accumulator'1
    Both give the same result.
    The script is looking for Ava$s accumulator.

    I just noticed when i try to withdraw something with (4) like a potion.
    It types % instead of (

    This has something to do with the azerty keyboard i use ?
    As on qwerty keyboards the $ is on the ' key and % is on the ( key.



    FIXED
    Last edited by fre; 09-11-2016 at 11:02 PM.
    ~Fre

  2. #2
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    As in, it types into the search box "Ava$s accumulator"?
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  3. #3
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    As in, it types into the search box "Ava$s accumulator"?
    Correct
    ~Fre

  4. #4
    Join Date
    Mar 2013
    Posts
    1,010
    Mentioned
    35 Post(s)
    Quoted
    620 Post(s)

    Default

    Quote Originally Posted by fre View Post
    Correct
    Ah, the reflection include uses a keyboard include which @Obscurity; made and it doesn't handle some keyboard localities. What keyboard locale do you use?
    #slack4admin2016
    <slacky> I will build a wall
    <slacky> I will ban reflection and OGL hooking until we know what the hell is going on

  5. #5
    Join Date
    Apr 2007
    Posts
    373
    Mentioned
    2 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by Harrier View Post
    Ah, the reflection include uses a keyboard include which @Obscurity; made and it doesn't handle some keyboard localities. What keyboard locale do you use?
    I just noticed it.
    But i never had problems with it before with color scripts.
    I change the keyboard and input languges in my computer settings to US keyboards.

    WORKS !!!
    ~Fre

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
  •