Posts: 9
Threads: 5
Joined: Jul 2005
Reputation:
0
How do you name the synthax *Type of item in script?
Example:
[Type] == sword && [Quality] == rare
[Type] == axe && [Quality] == rare
[Type] == mace && [Quality] == rare
[Type] == club && [Quality] == rare
[Type] == hammer && [Quality] == rare
[Type] == scepter && [Quality] == rare
[Type] == dagger && [Quality] == rare
[Type] == bow && [Quality] == rare
[Type] == javelin && [Quality] == rare
I noted that my bots wont pick any kind of dagger items.
Can someone tell me where I can find all the type of items or can someone just write it down please.
Posts: 452
Threads: 30
Joined: Jun 2005
Reputation:
0
12-06-2010, 10:47 PM
(This post was last modified: 12-06-2010, 10:49 PM by Jammer74.)
checkone Wrote:How do you name the synthax *Type of item in script?
Example:
[Type] == sword && [Quality] == rare
[Type] == axe && [Quality] == rare
[Type] == mace && [Quality] == rare
[Type] == club && [Quality] == rare
[Type] == hammer && [Quality] == rare
[Type] == scepter && [Quality] == rare
[Type] == dagger && [Quality] == rare
[Type] == bow && [Quality] == rare
[Type] == javelin && [Quality] == rare
I noted that my bots wont pick any kind of dagger items.
Can someone tell me where I can find all the type of items or can someone just write it down please. Well you can find all item types at Arreat Summit
And if you use a specific item like a crystal sword it would be [Name] == Crystalsword and not [Type] == crystal sword
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
Posts: 9
Threads: 5
Joined: Jul 2005
Reputation:
0
i need to know how to name the "type" of all daggers.
How will you script it for my bots to pick any daggers???
Posts: 452
Threads: 30
Joined: Jun 2005
Reputation:
0
checkone Wrote:i need to know how to name the "type" of all daggers.
How will you script it for my bots to pick any daggers??? from the arreat summit
Daggers Min/Max Dagger Damage Min Strength Min Dexterity Rangeadder Durability Sockets Speed by Class Quality Level
Dagger 1 to 4 (2.5 Avg) - - 0 16 1 [-20]
Ama, Asn, B, D, N, S - Very Fast
P - Fast 3
Dirk 3 to 9 (6 Avg) - 25 0 20 1 [0]
Ama, Asn, B, D, N, S - Fast
P - Normal 9
Kris 2 to 11 (6.5 Avg) - 45 0 24 3 [-20]
Ama, Asn, B, D, N, S - Very Fast
P - Fast 17
Blade 4 to 15 (9.5 Avg) 35 51 0 24 2 [-10]
Ama, Asn - Very Fast
B, D, N, P, S - Fast 23
Min/Max Dagger Damage Level Requirement Min Strength Min Dexterity Rangeadder Durability Sockets Speed by Class Quality Level
Poignard 6 to 18 (12 Avg) 19 25 - 0 16 1 [-20]
Ama, Asn, B, D, N, S - Very Fast
P - Fast 31
Rondel 10 to 26 (18 Avg) 24 25 58 0 20 1 [0]
Ama, Asn, B, D, N, S - Fast
P - Normal 36
Cinquedeas 15 to 31 (23 Avg) 25 25 88 0 24 3 [-20]
Ama, Asn, B, D, N, S - Very Fast
P - Fast 42
Stiletto
Min/Max Dagger Damage Level Requirement Min Strength Min Dexterity Rangeadder Durability Sockets Speed by Class Quality Level
Bone Knife 23 to 49 (36 Avg) 43 38 75 0 26 1 [-20]
Ama, Asn, B, D, N, S - Very Fast
P - Fast 58
Mithril Point 37 to 53 (45 Avg) 52 55 98 0 55 1 [0]
Ama, Asn, B, D, N, S - Fast
P - Normal 70
Fanged Knife 15 to 57 (36 Avg) 62 42 86 0 36 3 [-20]
Ama, Asn, B, D, N, S - Very Fast
P - Fast 83
Legend Spike 31 to 47 (39 Avg) 66 65 67 0 47 2 [-10]
Ama, Asn - Very Fast
B, D, N, P, S - Fast 85
19 to 36 (27.5 Avg) 25 47 97 0 24 2 [-10]
Ama, Asn - Very Fast
B, D, N, P, S - Fast 46
as you can see there are a few daggers in the game,just script them like this
[name] == Dagger && [quality] == rare
[name] == Cinquedas && [quality] == rare
ect ect for all the names of daggers
Which is what I said in my first post but I guess you didn't want to do the work yourself lollaugh:
[SIGPIC][/SIGPIC]Well I’m not there all the time you know Some people, some people, some people, Call it insane, yeah they call it insane, (sugar) I play russian roulette everyday, a man’s sport, With a bullet called life, yeah called life,(sugar)
|