I didn't wanted to do for this extra topic, but can you help me with this item who has special power?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[529] = { 		name = "crystal dagger[P+]", 		desc = "Less dammage, but more speed. Upgraded with cricital hit [P+].", 		r = 209, g = 243, b = 241, 		action = {"cricital hit [60]","equip"}, 		slot = 3, 		eimage = "gfx/weiwen/dagger.png", 		fimage = "gfx/weiwen/dagger.png", 		offsetx = 6, 		offsety = 17, 		atk = 2.2, 		speed = -0.25, 		level = 27, 		func = equip, 		func = {function(id,itemslot,itemid,equip) 			radiusmsg(player(id,"name") .. " used special attack.", player(id,"x"), player(id,"y")) 			explosion(player(id, "x"), player(id,"y"), 64, 60, id) 			local pos = player(id,"x") .. " " .. player(id,"y") 			parse("effect \"colorsmoke\" " .. pos .. " 100 64 209 243 241;") 			parse("effect \"colorsmoke\" " .. pos .. " 75 64 255 0 0") 		end,equip}, 	},
First of i want ask how i can do that
1
action = {"cricital hit [60]","equip"},
Then i want ask that how i fix this thing. You need be level 27 to use this as u see
1
level = 27,
I know my english skills sucks. So dont make comments like "Learn english!". Please try understand me.]
[]Title also sucks

edited 1×, last 15.01.12 08:45:34 pm