PDA

View Full Version : withdraw item with an ' in its name changes to $



fre
09-11-2016, 10:41 PM
SOLVED


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



Reflect.Bank.Withdraw('Ava''s accumulator', 1)


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

Harrier
09-11-2016, 10:45 PM
As in, it types into the search box "Ava$s accumulator"?

fre
09-11-2016, 10:56 PM
As in, it types into the search box "Ava$s accumulator"?

Correct

Harrier
09-11-2016, 11:00 PM
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?

fre
09-11-2016, 11:02 PM
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 !!!