How to change Monster ID for use in KDBOT

08/28/2012 11:09 Zerround#1
I want to use KDBOT but in Database(Mob.txt) in KDBOT not have Monster ID

for example detail in Mob.txt
Code:
8D070000,MOB_CH_MANGNYANG,Mangyang,1,54
I try find Monster ID on SRO client and I Found it
Code:
1	43589	MOB_AR_BLACKROBBERARCHER_THIEF_CLONE	?? ?? ??	xxx	SN_MOB_AR_BLACKROBBERARCHER_THIEF_CLONE	xxx	0	1	1	2	1	1	5000	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	731	0	0	0	0	0	30	100	40	0	22	0	mob\arabia\kidemonas.bsr	xxx	xxx	xxx	xxx	129	2	188911	0	0	0	0	0	0	0	0	0	0	0	3497	5296	125	125	202	0	202	2	191642	336860180	3	3000	33284	33354	33355	33356	33357	33358	33377	33378	33379	33380	0	0	0	0	0	0	0	0	0	0	0
Monster ID is 43589.

but I can not use this Monster ID.

How to convert to use in KDBOT

Thank you
08/28/2012 11:13 鳳凰城#2
No one is understand anything in kd-bot .. It's like random , add random values if success = ok , if not = fail ! because the stupid which created this bot does not have a schedule of rows
08/28/2012 12:48 zeteris#3
Quote:
Originally Posted by Zerround View Post
I want to use KDBOT but in Database(Mob.txt) in KDBOT not have Monster ID

for example detail in Mob.txt
Code:
8D070000,MOB_CH_MANGNYANG,Mangyang,1,54
I try find Monster ID on SRO client and I Found it
Code:
1	43589	MOB_AR_BLACKROBBERARCHER_THIEF_CLONE	?? ?? ??	xxx	SN_MOB_AR_BLACKROBBERARCHER_THIEF_CLONE	xxx	0	1	1	2	1	1	5000	3	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	0	-1	0	-1	0	-1	0	-1	0	731	0	0	0	0	0	30	100	40	0	22	0	mob\arabia\kidemonas.bsr	xxx	xxx	xxx	xxx	129	2	188911	0	0	0	0	0	0	0	0	0	0	0	3497	5296	125	125	202	0	202	2	191642	336860180	3	3000	33284	33354	33355	33356	33357	33358	33377	33378	33379	33380	0	0	0	0	0	0	0	0	0	0	0
Monster ID is 43589.

but I can not use this Monster ID.

How to convert to use in KDBOT

Thank you
Yeah Monster ID is 43589, you need to convert it to HEX and then inverse it.

For example 43589 is 45AA0000.
08/28/2012 14:15 Kape7#4
Quote:
Originally Posted by Phoenix 1337 View Post
No one is understand anything in kd-bot .. It's like random , add random values if success = ok , if not = fail ! because the stupid which created this bot does not have a schedule of rows
It is not random >_>
The ID used by the KDBot is the ID from chardata hex reversed, just like zeteris said, this is how its sent/received in the packets.

I've made a fast conversor for the IDs, feel free to use it. Place the ID's alone on the id.txt file and execute the conversor, it will write a file with the converted ID's. For make it compatible with the kdbot you will have to remove the 0x at the beginning
08/28/2012 18:08 mcelen#5
Quote:
Originally Posted by Synx7 View Post
It is not random >_>
The ID used by the KDBot is the ID from chardata hex reversed, just like zeteris said, this is how its sent/received in the packets.

I've made a fast conversor for the IDs, feel free to use it. Place the ID's alone on the id.txt file and execute the conversor, it will write a file with the converted ID's. For make it compatible with the kdbot you will have to remove the 0x at the beginning
Man,you are awesome