Forum

> > CS2D > Scripts > Tibia script thread (Post tibia requests here)
Forums overviewCS2D overview Scripts overviewLog in to reply

English Tibia script thread (Post tibia requests here)

347 replies
Page
To the start Previous 1 211 12 1317 18 Next To the start

old Re: Tibia script thread (Post tibia requests here)

PyKw
User Off Offline

Quote
user buraxia3 has written
user 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:)

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. ...

old Re: Tibia script thread (Post tibia requests here)

buraxia3
User Off Offline

Quote
user PyKw has written
user buraxia3 has written
user 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:)

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.

old Re: Tibia script thread (Post tibia requests here)

PyKw
User Off Offline

Quote
user buraxia3 has written
user PyKw has written
user buraxia3 has written
user 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:)

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..

old Re: Tibia script thread (Post tibia requests here)

goldfish
GAME BANNED Off Offline

Quote
hi can someone help me i got problem adding monsters i add maded spawn points ,spawn chanche all = 50 but some of monsters not spaming why ? in console error = on line 159 on tht line =
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
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
<<<< thts full code of tht line srr for my english
edited 1×, last 12.05.12 09:55:56 pm

old Help, please

4Vendetta
User Off Offline

Quote
Hi, can someone make a script, that make monsters rotate when follow me, like this image?
IMG:https://img59.imageshack.us/img59/7025/tibiaqm.png


If yes, please help me...

old Re: Tibia script thread (Post tibia requests here)

SkullzOrig
User Off Offline

Quote
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.

@user 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.

old Re: Tibia script thread (Post tibia requests here)

4Vendetta
User Off Offline

Quote
user 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..

old Re: Tibia script thread (Post tibia requests here)

SkullzOrig
User Off Offline

Quote
Any luck?

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

old Re: Tibia script thread (Post tibia requests here)

KenVo
User Off Offline

Quote
monsters.lua
Find function MONSTERms100() --Around line 400

Put this:

1
m.imgang = math.deg(math.atan2(ydist, xdist))+90

Under:
1
2
if dist < 400 then
				m.ang = math.atan2(ydist, xdist)-math.pi/2+math.random(-1, 1)/2

SS:


Not perfect but works
To the start Previous 1 211 12 1317 18 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview