[Plugin] xControl

I’ll try this technique right away and get back to you.

Verya, I couldn’t do what I wanted to do.
Can you give an example? For example, how do you teleport Roc Mountain 8 party from Samarkand. can you send a video or a picture?

I want to teleport to different reverse points. For Uniq

You can´t hunt uniques with conditino because you can not catch when they spawn

You can try it with xDungeon by JellyBitz:

But i think you need a lot Walkscripts :sweat_smile:

1 Like

He never means creating scripts, just to hunt a unique like Roc with the whole party in a quick way.

To make it usable for everyone like “REVERSE location” requires a lot of work than just using a return scroll because database stuffs.

My recommendation for you is about keep all reverse scrolls at specific inventory position for everyone and save the data with the respective location in a text file to get ready for using.

Once you have it, you’ll be able to edit the plugin and add shortcuts yourself.

1 Like

Verya, thank you for your answer. I actively use xautodungeon.

This is what I am looking for. thx, Jellbitz, I’ll try it right away.

It was the first time that I started using XCONTROL actively. But I can’t do the commands correctly or I can’t. I eat dc when we teleport in FOLLOW mode. RETURN must have NPC RETURN scrool in its command, it doesn’t accept instant return scrool. I returned with the INJECT command though.
In the TRACE command, it attacks the surrounding mobs. But FOLLOW is attacking in its command. I don’t understand what the difference is. I am doing MOVEON 0 is attacking again. Do you think they should attack mobs in FOLLOW mode or a command? If add. Like NOTATTACK because they start attacking mobs to the environment while chasing UNIQ. I tried STOP but it was BLANK.

Pc başındayım. Anlık cevap verebilirim. :sweat_smile: :rofl: :no_mouth:

Exists a bunch of return scroll types, I tried to add what I know.

TRACE is tracing from bot.
FOLLOW is tracing a player from plugin.

If you are using both will cause a mess. I’ll remove it probably since there is now a “game trace” option.

I used MOVEON to separate an overlaped party and select them correctly, also has utility as anti AFK.

I think it’s good. For example: uniq, I teleported to the party where I was going to cut. They printed Charlar Buffs, I did TRACE. Uniq, do not attack the surrounding mobs as the party proceeds. When I reach uniq, let MOVEON 20, START, party uniq attack. I hope the command to be this way will not be a problem for xcontrol. Also Cleric or Warior Buffs are constantly printing, can we stop them from time to time?

After JellyBitz wrote the INJECT codes and sent them to the party, can we bring the texts we wrote by using the up and down keys? is there such an option? or add-on? I looked at xchat but its usage is a bit different I guess?

Did you tried Copy & Paste into the bot? hmm…

:rofl: Of course, it’s always copy-paste, wouldn’t it be more serial to make the up and down keys instead? Because catching codes can sometimes be annoying?

did u made anything new regarding the inject command coz i didnt use it for like 2 weeks
and now i updated the plugin its seems the injection part is not working with me

i just checked the packet it didnt change but its not injecting

its sending a msg
[23:17:57] [Opcode:7034][Data:09 5F 04 00 41 02 00 00][Encrypted:No]
but nothing is happening ::smiley:

the data that been injected is

[23:23:50] [Opcode:7034][Data:09 68 04 00 41 02 00 00][Encrypted:No]
[23:23:51] Plugin: Injecting packet
[23:23:51] [Opcode:7034][Data:09 67 04 00 41 02 00 00][Encrypted:No]
[23:23:51] Plugin: Injecting packet
[23:23:51] [Opcode:7034][Data:09 66 04 00 41 02 00 00][Encrypted:No]
[23:23:52] Plugin: Injecting packet
[23:23:52] [Opcode:7034][Data:09 65 04 00 41 02 00 00][Encrypted:No]

while my script is
walk,3573,2009,-106
inject,7034,00,6C,0D,04,00
inject,7034,00,6C,0E,04,00
inject,7034,00,6C,0F,04,00
inject,7034,00,6C,10,04,00

@JellyBitz

You should consider editing posts instead of making 3 different ones.

done :+1:

1 Like

No. Almost everything is using that function. To be sure I checked myself and seems right.

What are you doing with that packet? Selling an item? The last 4 bytes is the NPC ID which can change on server restart.

Hey jelly can u help me i need inject opcode and data true condition》Python , i used xpacketstool to see what they are but what do i write in .py file so it will send them, i only manage to work it true inject packet on the plugin itself , so not true conditions.

@Ryan split coins and sell them in npc

btw i fixed it thank you + @JellyBitz

the error was the char executing wrong packet when start bot i dunno why
but i removed all the return setting from ( RETURN Bar ) and seems its work now i dunno what was the problem