PDA

View Full Version : Acces about if something is "transmittable" or not. (made throwable() already)



pixie_frigo
04-07-2013, 09:32 PM
Heeeyaaaaaa,

I am currently making some scripts..
But now I am stuck at the throwable(from,to) checker to see if I can use a rune on a position or sio someone at that position.

We are able to get if the tile is walkable or not but not if a rune can go past the tile or not.
For example if there is an open window you can't walk on it but you can shoot though it.

So it would be nice if we got acces about if something is "transmittable" or not.
for example :
item.isTransmittable= false / true
Map.IsTileTransmittable= false / true


Syntax
Maybe there is a variable I can use I don't know about ? :)

Kind regards !

Ungoliant
04-07-2013, 09:41 PM
Sadly theirs currently nothing to check if the spot is shootable, its something that darkstar and staff are working on. =0

This has been a pain for our development at epicbotter too.

pixie_frigo
04-07-2013, 09:51 PM
Sadly theirs currently nothing to check if the spot is shootable, its something that darkstar and staff are working on. =0

This has been a pain for our development at epicbotter too.

:) Ok, annoying but thanks !

Syntax
04-07-2013, 10:28 PM
Yes sadly it is not available yet, nice function though.

pixie_frigo
04-08-2013, 01:52 AM
Yes sadly it is not available yet, nice function though.

yes but didn't work ;)
Made another one and a script where I can walk to my spawn tossing gold coins and writing ids to files.
It will do the trick but not a solution in the long run ;)

dinmamma
04-19-2013, 07:39 PM
Isn't that stuff located in tibia.dat?
Like if an item is walkable, lets through projectiles etc...

If it doesn't, a suggestion would be to collect all items data manually (which could take some time the first time) and then have a list of them that the bot can check for properties. Could be done easily by a group of players over a month or two.