English Tibia script thread (Post tibia requests here)

347 replies
Goto Page
To the start Previous 1 2 ... 11 12 13 ... 17 18 Next To the start
03.04.12 03:45:48 pm
Up
Yates
Reviewer
Offline Off
Not right now no, but someone here might be able to figure out an easy way to add it.
04.04.12 06:45:36 am
Up
KenVo
User
Offline Off
It's quite easy but...I'm lazy
04.04.12 12:51:22 pm
Up
Black Wolf
User
Offline Off
user 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
come 1n1 skype
24.04.12 03:44:28 pm
Up
PyKw
User
Offline Off
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:)
24.04.12 04:29:10 pm
Up
buraxia3
User
Offline Off
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.
24.04.12 06:44:32 pm
Up
PyKw
User
Offline Off
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. ...
25.04.12 03:56:32 pm
Up
buraxia3
User
Offline Off
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.
25.04.12 07:19:30 pm
Up
PyKw
User
Offline Off
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..
12.05.12 05:51:24 pm
Up
goldfish
GAME BANNED
Offline Off
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])


Code:
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
stabstabstab
21.07.12 05:45:10 am
Up
4Vendetta
User
Offline Off
Hi, can someone make a script, that make monsters rotate when follow me, like this image?
IMG:http://img59.imageshack.us/img59/7025/tibiaqm.png


If yes, please help me...
IMG:http://orig12.deviantart.net/d660/f/2015/294/4/a/loki_free_icon_smite_by_cuti_chan-d9dwjst.gif
No one can play Masturball... IMG:http://orig08.deviantart.net/2bdc/f/2015/360/1/f/khepri_free_icon_smite_by_cuti_chan-d9llycr.gif
21.07.12 08:10:23 am
Up
SkullzOrig
User
Offline Off
@user 4Vendetta: Im pretty sure that info is in your bots file somewhere.
21.07.12 02:50:03 pm
Up
4Vendetta
User
Offline Off
user SkullzOrig has written:
@user 4Vendetta: Im pretty sure that info is in your bots file somewhere.


Sure? I'll check my bot files! Thanks
IMG:http://orig12.deviantart.net/d660/f/2015/294/4/a/loki_free_icon_smite_by_cuti_chan-d9dwjst.gif
No one can play Masturball... IMG:http://orig08.deviantart.net/2bdc/f/2015/360/1/f/khepri_free_icon_smite_by_cuti_chan-d9llycr.gif
22.07.12 03:05:08 am
Up
SkullzOrig
User
Offline Off
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.
22.07.12 06:19:56 am
Up
4Vendetta
User
Offline Off
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..
IMG:http://orig12.deviantart.net/d660/f/2015/294/4/a/loki_free_icon_smite_by_cuti_chan-d9dwjst.gif
No one can play Masturball... IMG:http://orig08.deviantart.net/2bdc/f/2015/360/1/f/khepri_free_icon_smite_by_cuti_chan-d9llycr.gif
22.07.12 10:17:30 am
Up
SkullzOrig
User
Offline Off
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
30.11.12 11:43:47 pm
Up
NutShell
User
Offline Off
IMG:http://img213.imageshack.us/img213/8153/rpgmapb00003.jpg

How to move TXT to this local? ho to rename to only "stats"?
edited 3×, last 01.12.12 02:15:14 am
No annoying animated sigs please. /DC
02.04.13 07:17:57 pm
Up
KenVo
User
Offline Off
I'm back. Post new tibia requests here.
03.04.13 01:44:18 am
Up
Jynxxx
User
Offline Off
@user KenVo: Post how to make the monsters look at the enemy when they see them on their screen. Like user 4Vendetta said.

IMG:http://img59.imageshack.us/img59/7025/tibiaqm.png
03.04.13 03:38:23 am
Up
KenVo
User
Offline Off
monsters.lua
Find function MONSTERms100() --Around line 400

Put this:

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


Under:
Code:
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
03.04.13 07:01:05 am
Up
Jynxxx
User
Offline Off
@user KenVo: Doesn't matter if it's perfect it just needs to work
To the start Previous 1 2 ... 11 12 13 ... 17 18 Next To the start