View Full Version : Doors!
Hi, i want to make a script but i didnt know how to make that my char open door. I have read other topics but i didnt understand.
What i have to do for my char open the door??
That the id of the door and always is closed because required level, please help me!
I know that is something with the log packets in the proxy menu but i dont know which code must i selectioned and what minds!
tytrydsdf
10-07-2012, 18:40
Hi, i want to make a script but i didnt know how to make that my char open door. I have read other topics but i didnt understand.
What i have to do for my char open the door??
That the id of the door and always is closed because required level, please help me!
I know that is something with the log packets in the proxy menu but i dont know which code must i selectioned and what minds!
You have to use "proxy" tool:
1. press clear logs
2. go near door that u want to open and close that doors.
3. check "Log Packets"
4. open doors
5. uncheck "Log Packets"
There should be few lines with hex code
There are 2 kinds of that:
Gameserver - incoming hex from server
Gameclient - hex that you send to server
You recorded only opening doors so there will be just one Gameclient sequence.
It will look like that:
GAMECLIENT1>( hex ) 0F 00 78 4D 7E 29 7C 08 1D 01 02 4C 7E 29 7C 08 01
You have to cut just code:
0F 00 78 4D 7E 29 7C 08 1D 01 02 4C 7E 29 7C 08 01
Now if you want to open doors you have just to send this code. You can check that it works by typing
exiva > 0F 00 78 4D 7E 29 7C 08 1D 01 02 4C 7E 29 7C 08 01
in default channel. Your character will open doors.
Or if you want add it to cavebot just add this line:
fastexiva > 0F 00 78 4D 7E 29 7C 08 1D 01 02 4C 7E 29 7C 08 01
but bot will always send packets even if doors are alredy opened and that might be detectable so better use that:
http://www.blackdtools.net/showthread.php?54377-advanced-scripters-How-to-open-doors-safely
You have to use "proxy" tool:
1. press clear logs
2. go near door that u want to open and close that doors.
3. check "Log Packets"
4. open doors
5. uncheck "Log Packets"
There should be few lines with hex code
There are 2 kinds of that:
Gameserver - incoming hex from server
Gameclient - hex that you send to server
You recorded only opening doors so there will be just one Gameclient sequence.
It will look like that:
You have to cut just code:
Now if you want to open doors you have just to send this code. You can check that it works by typing
in default channel. Your character will open doors.
Or if you want add it to cavebot just add this line:
but bot will always send packets even if doors are alredy opened and that might be detectable so better use that:
http://www.blackdtools.net/showthread.php?54377-advanced-scripters-How-to-open-doors-safely
Thx you for your explanation, i will try to do.
In this case the door is always close because required level
Its amazing!! Today I try and the char open the door. Im very happy thx you very much!
Powered by vBulletin® Version 4.2.5 Copyright © 2021 vBulletin Solutions Inc. All rights reserved.