Log in

View Full Version : Droping items ... ?!



provocate
03-15-2012, 01:58
So, I know how to record actions in Proxy ... Like, how to throw a random item, from random bp, from random slot, to random tile, etc.

For example: exiva > 78 FF FF 40 00 00 D7 0B 00 55 7E DA 7D 07 01

D7 0B = item ID
40 = # of the opened BP
55 = y-axis [tile]
7E = x-axis [tile]
07 = z-axis [tile, # of the floor]
00, 00 = # of the slot in opened BP

Bare with me! D: ... I'm still a noob with this stuff, I dunno what the rest of the letters/numbers are that are uncloured, but that's not the case.

After my little experiment and research I couldn't come to conclusion if it's possible to drop items to any of the reachable sqm at the same time.

For example, my mate's birthday's coming up, so I thought this would be fun ... Coming to his house on day of his birthday, droping 1 crystal coin on every sqm on ground floor of his house in matter of seconds, saying: 'Happy birthday, you deserve it! :D'

So like, let's say his house has 15 sqm big ground floor, that means I'd need 15 crystal coins, no problem with that.
They would be in the first slot [00] of the first opened backpack [40]. And ground floor is on +1 floor [06]. The question is: Can I manipulate x-axis and y-axis in such way, so it covers whole (reachable) 15 sqm area? Short: Can I drop them all at once 1 cc per 1sqm?

It would look like this: exiva > 78 FF FF 40 00 E3 0B 00 XX YY DA 7D 06 01

40 = 1st opened bp
E3 0B = crystal coin ID
00 (E3 0B) 00 : 1st slot of opened bp
06 = +1 floor
XX = questionable
YY = questionable
-----------------------------
(What's up with 'DA'? ... D_ in other cases when I recorded with proxy, what's that? And of course, those left which I still dunno?)




So, is it possible to do that, or just sqms around standing charatcer. It seems impossible, I mean probably it is impossible, but I thought I'd give it a shot, maybe it is ...

I've tried with '00 00' of course ... ^^, failed miserably.

Is there a way? D: ... Every help very much appreciated! :)

Malmis
03-15-2012, 12:27
I wouldn't play around too much, just a typo causing an erroneous package or whatever is VERY unsafe. :p
If you had searched for my guides on hex you would also see that the XYZ in hex is 10 characters, so the entire 55 7E DA 7D 07 is position.

Just do sayMessage exiva > 78 FF FF 40 00 00 D7 0B 00 $numbertohex2:X$ $numbertohex2:Y$ $numbertohex1:Z$ 01 for all the squares you want to "paint". :)

provocate
03-15-2012, 15:35
I wouldn't play around too much, just a typo causing an erroneous package or whatever is VERY unsafe. :p
If you had searched for my guides on hex you would also see that the XYZ in hex is 10 characters, so the entire 55 7E DA 7D 07 is position.

Just do sayMessage exiva > 78 FF FF 40 00 00 D7 0B 00 $numbertohex2:X$ $numbertohex2:Y$ $numbertohex1:Z$ 01 for all the squares you want to "paint". :)



Thanks for the help! :D Oh yeah, read some of your tutorials, long time ago tho, now you remembered I should revise those.

And I know, it is very unsafe, therefore all recording was done on naab account with gold coins ofc, even droping if ever happenes will be done on naab account, I still don't want to risk main account.

And yeah, thanks for that info, now I shall proper understand what those mean!

Will try that out! Thanks again. I dunno who would reply if you weren't around Malmis o.O :D

Malmis
03-15-2012, 15:50
Noone I believe. :p And you're welcome.

provocate
03-15-2012, 16:17
Hum, it doesn't seem to be working, I dunno ... I'm doing it wrong probably D:

Malmis
03-15-2012, 18:17
It would be alot easier helping you understand what might be wrong if you actually show what you are doing... :p

provocate
03-15-2012, 18:27
Hum, well I've put 'sayMessage exiva > 78 FF FF 40 00 00 D7 0B 00 $numbertohex2:X$ $numbertohex2:Y$ $numbertohex1:Z$ 01' to cavebot of course, at least I thought that would go in there, or I just said it in local chat/stealth window, but then again I'm not sure what am I supposed to be getting out of it :<. Cuz, nothing happens, well it says 'Sorry, not possible.'

That might sound a bit off, possibly noobish, but then again, I am one of those when dealing with new stuff around here. xD

Malmis
03-16-2012, 00:08
I sincerely hope you changed the X, Y and Z to real coordinates...?
And sayMessage is a cavebot command yes, to just call it from chat/stealth just say "exiva >".

provocate
03-23-2012, 02:25
@Malmis ... Of course, figured it out shortly after that, that's why I haven't replied here ... But that's the same as recording packets for every sqm in Proxy, which takes some time ... All I wanted to know is, if it was possible throwing items to each reachable sqm in matter of seconds. I guess that wouldn't be possible :). Anyway, thanks for the help, was a great lesson for me! :)

Malmis
03-23-2012, 12:03
@Malmis ... Of course, figured it out shortly after that, that's why I haven't replied here ... But that's the same as recording packets for every sqm in Proxy, which takes some time ... All I wanted to know is, if it was possible throwing items to each reachable sqm in matter of seconds. I guess that wouldn't be possible :). Anyway, thanks for the help, was a great lesson for me! :)

But it is possible you nut.... -.-
You need to either know all the sqms you want to throw at and hardcode them, or use the positional variables and numericalexps to calculate the positions of all tiles on screen relative to you.
Then you just send all hexes using sayMessage exiva > and you'll spam the screen in a few seconds.