Forum
CS2D Scripts Tibia script thread (Post tibia requests here) KenVo has written
It's quite easy but...I'm lazy
Can you show it when you have time?
edited 1×, last 05.04.12 01:23:49 pm
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
PyKw has written
Hello KenVo can you give me:
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
OhGawd gaming sells that, if you interesting.
buraxia3 has written
OhGawd gaming sells that, if you interesting.
PyKw has written
Hello KenVo can you give me:
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
OhGawd gaming sells that, if you interesting.
Yes i know but im now originally from USA . I am romanian an i cannot pay him. We dont use Paypal/Dollar. ...
PyKw has written
Yes i know but im now originally from USA . I am romanian an i cannot pay him. We dont use Paypal/Dollar. ...
buraxia3 has written
OhGawd gaming sells that, if you interesting.
PyKw has written
Hello KenVo can you give me:
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
OhGawd gaming sells that, if you interesting.
Yes i know but im now originally from USA . I am romanian an i cannot pay him. We dont use Paypal/Dollar. ...
A Romanian who lives in USA and cannot use Paypal with Dollar... Interesting.
buraxia3 has written
A Romanian who lives in USA and cannot use Paypal with Dollar... Interesting.
PyKw has written
Yes i know but im now originally from USA . I am romanian an i cannot pay him. We dont use Paypal/Dollar. ...
buraxia3 has written
OhGawd gaming sells that, if you interesting.
PyKw has written
Hello KenVo can you give me:
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
Fish system
Add more stats : Mana , Speed , Attack
I really need please help me like your Mu Online 2D idea please:)
OhGawd gaming sells that, if you interesting.
Yes i know but im now originally from USA . I am romanian an i cannot pay him. We dont use Paypal/Dollar. ...
A Romanian who lives in USA and cannot use Paypal with Dollar... Interesting.
No sorry im not in USA. I live in Romania im a romanian .. Here we dont pay with dollar. Poor country My english sucks sorry..
tilex, tiley = math.random(m.spawn1[1], m.spawn2[1]), math.random(m.spawn1[2], m.spawn2[2])
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
addhook("ms100", "MONSTERms100") function MONSTERms100() 	t = t + 1 	if t % 100 == 0 then 		while #MONSTERS < CONFIG.MAXMONSTERS do 			local rand 			repeat 				rand = math.random(#CONFIG.MONSTERS) 			until math.random(0, 100) < CONFIG.MONSTERS[rand].spawnchance 			local m = deepcopy(CONFIG.MONSTERS[rand]) 			local x, y, tilex, tiley 			repeat 				if m.spawn1 then 					tilex, tiley = math.random(m.spawn1[1], m.spawn2[1]), math.random(m.spawn1[2], m.spawn2[2]) 				else 					tilex, tiley = math.random(map'xsize'), math.random(map'ysize') 				end 			until not gettile(tilex, tiley).SAFE and not gettile(tilex, tiley).PVP and tile(tilex, tiley, "walkable") and tile(tilex, tiley, "frame") ~= 34 			m.x, m.y = math.floor(tilex*32+16), math.floor(tiley*32+16) 			Monster:new(m) 		end 	end
edited 1×, last 12.05.12 09:55:56 pm
If yes, please help me...
SkullzOrig has written
@ 4Vendetta: Im pretty sure that info is in your bots file somewhere.
Sure? I'll check my bot files! Thanks
@ goldfish: Im not really seeing what is wrong, chances are you forgot to add a certain line to the monster you created. Otherwise, you changed something but failed to change the function of it.
SkullzOrig has written
The information, I didn't say the script. The information is in the the script. You have to find the rotation that is set when you come in range of the monster. ok? No need for the sarcasism.
It'sn't sarcasism o.o
I've searched in bot files..
Also I just came up with idea -
Make a item organizer, it will automatically place the items in the correct slots. So when you press F2 it will show like this.
Page 1
Head
Torso
left hand
right hand
Legs
Boots
Mount
Accessories
NEXT>
Page 2
Runes
Others
<BACK
edited 1×, last 22.07.12 08:37:25 pm
How to move TXT to this local? ho to rename to only "stats"?
edited 3×, last 01.12.12 02:15:14 am
Find function MONSTERms100() --Around line 400
Put this:
1
m.imgang = math.deg(math.atan2(ydist, xdist))+90
Under:
1
2
2
if dist < 400 then 				m.ang = math.atan2(ydist, xdist)-math.pi/2+math.random(-1, 1)/2
SS:
Not perfect but works