Forum

> > CS2D > Scripts > [Tibia]Speed
Forums overviewCS2D overview Scripts overviewLog in to reply

English [Tibia]Speed

3 replies
To the start Previous 1 Next To the start

old [Tibia]Speed

NeverLast
User Off Offline

Quote
Hello,
I need help again
The speed item funktion doesn't work.
If i make a item:
1
2
3
4
5
6
7
8
9
10
11
12
13
[408] = {
		name = "Wings V3[60]", 
		r = 255, g = 255, b = 255, 
		action = "ride", 
		slot = 7, 
		ground = true, 
		water = true, 
		fimage = "gfx/weiwen/fallenangelwings.png",  
		eimage = "gfx/weiwen/fallenangelwings.png",  
		speed = 75,  <--- This don't work :/
		level = 60, 
		func = equip,
	},
And i equip the wings i dont have speed,and no errors.
Idk why this doesn't work
Here my funktion.lua(EQUIP)
Spoiler >

funktion.lua (ITEMS)
Spoiler >

old Re: [Tibia]Speed

lenovo
GAME BANNED Off Offline

Quote
Its function , not funktion

> This is a bug of your tibia, download another! His tibia was done wrong.

old Re: [Tibia]Speed

Bleach
User Off Offline

Quote
Just change this
1
parse("setmaxhealth " .. id .. " " .. PLAYERS[id].tmp.hp .. "; speedmod " .. id .. " " .. PLAYERS[id].tmp.spd .. "; sethealth " .. id .. " " .. player(id, "health"))
To this
1
2
3
parse("setmaxhealth " .. id .. " " .. PLAYERS[id].tmp.hp); 
parse("speedmod " .. id .. " " .. PLAYERS[id].tmp.spd); 
parse("sethealth " .. id .. " " .. player(id, "health"))
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview