darkfriend77
Member
- Joined
- Jun 14, 2011
- Messages
- 467
- Reaction score
- 2
So ... i checked fast the old d2 bots ... and i remebered there coding for pickit and stuff ...
a implemented fast a similar way to add item checking ...
this will be checked in addition to gilesscoring at the moment ...
just we could add some nice feature to get our bots effective in looting ...
All rules are saved in the file item.dis
like that ...
i haven't implemented all attributes ... and the code to parse item.dis is also a recursive dirty b... but it is working and didn't took much more then a few minutes...
i have added the lastest giles ... as zip .. with my addition ... it is just a small prove of concept ... ^^
features that could be added:
- tell bot to trash item (like: [TYPE] == Helm # [SOCKET] < 1 # [TRASH])
- and much more ...
PS: If someone interested in this kind of possibility just tell me ... so i will work on it ... maybee also we can find a perfect way to add it to giles (if giles is interested in something like that)...
a implemented fast a similar way to add item checking ...
this will be checked in addition to gilesscoring at the moment ...
just we could add some nice feature to get our bots effective in looting ...
All rules are saved in the file item.dis
Code:
[TYPE] == Helm # [STR] > 100 and ( [CRIT%] > 5 or [LIFE%] > 5 or [LOH] > 50 ) and ( [SOCKET] > 0 or [ALLRES] > 50 )
[TYPE] == Belt # [STR] > 80 and [VIT] > 50 and [ALLRES] > 35 and [LIFE%] > 5
[TYPE] == Boots # [DEX] == 79 and [INT] == 38 and [VIT] == 142
like that ...
i haven't implemented all attributes ... and the code to parse item.dis is also a recursive dirty b... but it is working and didn't took much more then a few minutes...
i have added the lastest giles ... as zip .. with my addition ... it is just a small prove of concept ... ^^
features that could be added:
- tell bot to trash item (like: [TYPE] == Helm # [SOCKET] < 1 # [TRASH])
- and much more ...
PS: If someone interested in this kind of possibility just tell me ... so i will work on it ... maybee also we can find a perfect way to add it to giles (if giles is interested in something like that)...
Attachments
Last edited: