Posts: 34
Threads: 13
Joined: Nov 2018
Reputation:
0
11-21-2018, 06:41 PM
(This post was last modified: 11-21-2018, 10:09 PM by micheel15.)
i need on script useon exercise weapon With a Dummy
help me please ?
id dummy it's a : 28559
id exercise item it's a : 28552
one good person help me in this ?
i'm used maptools, more not work
i used this MACRO :
0 {use} Map.UseOn(ID_ITEM, ID_OBEJCT, X, Y, Z, DISTANCE)
but it also did not work, could someone tell me what I'm missing?
I thank and I will consider who can help or at least try
NOTE : EXERCISE WEAPON IT'S INSIDE MY BAG AND DUMMY ON MY HOUSE
@kimoszin help me ?
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
11-21-2018, 11:42 PM
(This post was last modified: 11-22-2018, 11:01 AM by Catar.)
how did u use that macro?
its manual one, and you didn't put any values into it
try auto like this:
[macro]300 {train} Map.UseOn(28552, 28559, :X, :Y, :Z, 2)[/macro]
should work, but u have to add these IDs with correct flags first, into Data/BBot.Items.txt
lot of Items from tibia 11 are not in BBot item list, you have to do it yourself
Posts: 34
Threads: 13
Joined: Nov 2018
Reputation:
0
right, in case my last items on the date / bbot.items are these
27962,1,12000,0,0,gnome armor
27963,1,2400,0,0,gnome helmet
27964,1,2500,0,0,gnome legs
27965,1,6000,0,0,gnome shield
27966,1,200,3000,0,hastily scribbled note
27967,1,200,0,0,piece of parchment
27968,1,200,0,0,piece of parchment
27969,1,200,0,0,piece of parchment
have exemple for this ? or one faster explication ?
1,200,0,0,piece of parchment
what is this ?
the first name its a id; correct ? and the rest ?
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
11-22-2018, 12:50 AM
(This post was last modified: 11-22-2018, 01:00 AM by Catar.)
Quote:# Tibia flags
# ID,Flags,Weight,NPCBuyPrice,NPCSellValue,Name
# Flags:
# 1. Pickupable
# 2. Stackable
# 4. Countable
# 8. Container
# 16. Immoveable
# 32. BlockWalk
# 64. BlockMissiles
# 128. Ground
Flags are additive, meaning
5 would be pickable 1+ countable 4 item like a vial
or
48 would be immoveable 16 + 32 block walk, like a Tree.
Posts: 34
Threads: 13
Joined: Nov 2018
Reputation:
0
|