Question How to validate npc quest from an other map

04/18/2020 22:07 XxmimoixX#1
Hello,

I'm start to learn how packet work in game.

I want to make (per example) the sp6 quest with full packet.

I know for the "kill mobs" parts and "drop from mobs" parts i need to do it manualy.

But for the full speak parts like : speak to felix, speak to riana i'm lock.

I can take the sp6 quest from any map in the game with the packet :
n_run 131 0 1 <ID>

After doing this, i need to talk with the sp6 rock.
I can do this talk part with the packet :
npc_req 2 10771

But i need to be in the map of the rock (how are a npc)

My question : How can i talk with this rock anywhere i want with packet.

I tried a lot of packet but i didn't find solution ...
04/18/2020 23:34 Apourtartt#2
It is (very) probably impossible. And if it is it sounds like a wrong idea : really easy to check.
You can use packet to walk to the map, tp to another character on the map, ...
You should think about another solution. Bots (clientless or not) could help you too.
04/19/2020 11:01 XxmimoixX#3
Ty for ur response.

I have a second question.
The paquet #guri^400^8662 to take an ice flower per exazmple doesn't work ?
It's patched i think ?

I know for the ban risk of ice flower im just curious.
If they have an other solution for the guri packet i want him ^^