Help to fix bot

01/23/2026 13:11 amythié#1
Hello,

I have a bot work very well for crafting cons but got one problem.
When the bot need to switch character , he can't

[Only registered and activated users can see links. Click Here To Register...]

He block here , but when i do it manually the bot work perfectly after

SwitchCharacter($g_account_data[$CmdLine[1]][$char_assassin]) ; switch char for crafting

I need help for fix it.
Thx a lot
01/25/2026 20:27 Gwfarming24#2
I know this might seem random but try Gemini or chat Gpt I have a bot and if I need Sometimes it knows how to fix it i'm not saying it can fix yours but it's worth a try you just have to explain what the problem is and it might
01/25/2026 20:41 Apdo God#3
Quote:
Originally Posted by amythié View Post
Hello,

I have a bot work very well for crafting cons but got one problem.
When the bot need to switch character , he can't

[Only registered and activated users can see links. Click Here To Register...]

He block here , but when i do it manually the bot work perfectly after

SwitchCharacter($g_account_data[$CmdLine[1]][$char_assassin]) ; switch char for crafting

I need help for fix it.
Thx a lot
Hey,

Sorry to hear that you're experiencing this issue.

It looks like your game client is in French, but the bot is likely programmed for the English client. In English, the shortcut for that button is C (for Character Selection). On your screen, the shortcut is E (for Ecran personnage). The bot is pressing C, so nothing happens.

The Fix would be to change the text language to English in the Guild Wars login screen (or F11 settings). The bot should work perfectly after that. If you have access to the bot's settings or code, you can reprogram it to work in French too.