Forum

> > CS2D > Scripts > Tibia script thread (Post tibia requests here)
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Tibia script thread (Post tibia requests here)

347 Antworten
Seite
Zum Anfang Vorherige 1 211 12 1317 18 Nächste Zum Anfang

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

PyKw
User Off Offline

Zitieren
user buraxia3 hat geschrieben
user PyKw hat geschrieben
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. ...

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

buraxia3
User Off Offline

Zitieren
user PyKw hat geschrieben
user buraxia3 hat geschrieben
user PyKw hat geschrieben
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.

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

PyKw
User Off Offline

Zitieren
user buraxia3 hat geschrieben
user PyKw hat geschrieben
user buraxia3 hat geschrieben
user PyKw hat geschrieben
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..

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

goldfish
GAME BANNED Off Offline

Zitieren
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
1× editiert, zuletzt 12.05.12 21:55:56

alt Help, please

4Vendetta
User Off Offline

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

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

SkullzOrig
User Off Offline

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

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

4Vendetta
User Off Offline

Zitieren
user SkullzOrig hat geschrieben
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..

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

SkullzOrig
User Off Offline

Zitieren
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
1× editiert, zuletzt 22.07.12 20:37:25

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

KenVo
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 211 12 1317 18 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht