blackdtools / Blackd-Proxy-CLASSIC

Blackd Proxy CLASSIC
MIT License
9 stars 7 forks source link

animate number of seconds left on magic wall / wild growth #47

Closed divinity76 closed 8 years ago

divinity76 commented 8 years ago

when "Show color effects" is active in Hardcore Cheats, this code will animate the number of seconds left of a magic wall / wild growth before it disappears, on the wall itself. personally, this would have saved me A LOT of deaths in the past..

cool

this code has at least 1 issue, it can only count MAXCLIENTS walls per character, i guess we'll have to do some "ReDim Preserve" stuff to keep count of more walls than MAXCLIENTS, also, it is UNTESTED in RL tibia, i just tested it in 7.6, but i don't think the protocol has changed since then, where the protocol is 84 XX XX YY YY ZZ COLOR(1 byte) tibiastr and warning, some colors will make the client crash, so make sure you use a real color, not 0x00 (i chose 66 as the color, a green color)

Nrated commented 8 years ago

Wow! that's an incredible idea!

divinity76 commented 8 years ago

Xenobot already does this ^^ - and have done it for years

Nrated commented 8 years ago

I know but it's something new for blackd users!

Beggari commented 8 years ago

Yea, it's been there for ages on other bots, but it doesn't matter.

It would be great if daniel implemented it on blackd. Nice contribution.

blackdtools commented 8 years ago

Thank you. It looks great idea. However it would be nice if someone can test in on rl tibia. I don't really have time for it nowadays.

divinity76 commented 8 years ago

anybody got a bannable account of sufficient lvl/mlvl/money to test mwall/wild growth? remember that BlackD is detectable, i don't recommend using it on any important account

blackdtools commented 8 years ago

ok, I sent you the acc/pw with some chars including a druid 32 ready for mwall tests. I don't care about that account. I just hope you can do enough tests before it gets deleted.

divinity76 commented 8 years ago

turns out, the protocol have changed since 760, see more info here: https://github.com/blackdtools/Blackd-Proxy-CLASSIC/pull/48