Wings Pack By Nahuelpet (W4R) 
38 comments Hi!
This is my first scrip
Version 2
Wings in the scrip
Pack 1
Dragon Wings
Resized Demon Wings
Arctic Wings
Andromedar Wings
Void Angel Wings
Gold Wings
Pack 2
Dark Angel Wings
Evil Wings
Bat Wings
Fairy Wings
Raven Wings
Angel Wings
Extra

Pack 1
Layer of Hero
Phoenix Set
Pack 2
Layer of Evil
Wizard Set
Enojy It !
This is my first scrip

Version 2

Wings in the scrip

Pack 1







Pack 2







Extra


Pack 1



Pack 2



Enojy It !

edited 1×, last 15.03.11 08:03:25 pm

Comments
38 commentsLog in!
You need to log in to be able to write comments!Log in

Wooww !! Pack two it's cool
Your pic pack 2 is used by Gateway || Citylife
But i will not put it now i dosen't have many time
Your pic pack 2 is used by Gateway || Citylife
But i will not put it now i dosen't have many time
Ok Pho , Thx for the real names of the wings
, im making a second wing pack , when i upload it , i will change the name of the wings



It's okay. I saw some skin mods, but this is first with menu.
Btw. some real names of wings:
Evil wings - resized Demon wings [from Ragnarok online]
Angel Wings - arctic wings [RO]
Cyborg - andromedar wings [RO]
This was used ( two years ago or earlier first time I think) in VIP script for a one server (not online now).
Edit: Forgot about creator. I think Hitsugaya made them.
Btw. some real names of wings:
Evil wings - resized Demon wings [from Ragnarok online]
Angel Wings - arctic wings [RO]
Cyborg - andromedar wings [RO]
This was used ( two years ago or earlier first time I think) in VIP script for a one server (not online now).
Edit: Forgot about creator. I think Hitsugaya made them.
edited 1×, last 15.03.11 05:55:14 pm
DannyDeth unfortunately, I do not know who are the creators of the wings, the wings are in dozens of servers, and it is difficult to know who made them, if you know the creators of each of the wings, let me know that and I will put in the credits
Reyhan , Thx for this , but i dont like a random wing on spawn
, but you can edit it if you want
PD: Sorry for bad english

Reyhan , Thx for this , but i dont like a random wing on spawn


PD: Sorry for bad english


add this to this lua for random wing on spawn
Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
function initArray(size,value)
local t = {}
for i=1, size do
t[i] = value
end
return t
end
tempnum = initArray(32,0)
addhook("spawn","wingwing")
function wingwing(id)
tempnum[id] = math.random(1,8)
if tempnum[id]==1 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/dragon.png",1,1,200+id)
elseif tempnum[id]==2 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/evil.png",1,1,200+id)
elseif tempnum[id]==3 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Angel.bmp",1,1,200+id)
elseif tempnum[id]==4 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Cyborg.png",1,1,200+id)
elseif tempnum[id]==5 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/void_angel.png",1,1,200+id)
elseif tempnum[id]==6 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Gold.png",1,1,200+id)
elseif tempnum[id]==7 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/capa.png",1,1,200+id)
elseif tempnum[id]==8 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Phoenix_set.png",1,1,200+id)
elseif tempnum[id]==9 then
freeimage(id)
end
end
local t = {}
for i=1, size do
t[i] = value
end
return t
end
tempnum = initArray(32,0)
addhook("spawn","wingwing")
function wingwing(id)
tempnum[id] = math.random(1,8)
if tempnum[id]==1 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/dragon.png",1,1,200+id)
elseif tempnum[id]==2 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/evil.png",1,1,200+id)
elseif tempnum[id]==3 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Angel.bmp",1,1,200+id)
elseif tempnum[id]==4 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Cyborg.png",1,1,200+id)
elseif tempnum[id]==5 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/void_angel.png",1,1,200+id)
elseif tempnum[id]==6 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Gold.png",1,1,200+id)
elseif tempnum[id]==7 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/capa.png",1,1,200+id)
elseif tempnum[id]==8 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Phoenix_set.png",1,1,200+id)
elseif tempnum[id]==9 then
freeimage(id)
end
end

This is by far no way a very interesting and/or complex script, and the fact that you have taken some images without originally asking the creators is not cool.
But I congratulate you on a successful script.
I leave you with one piece of advice: make something more complex, people will respect you a little more.
3/5 - Good
But I congratulate you on a successful script.
I leave you with one piece of advice: make something more complex, people will respect you a little more.
3/5 - Good
sorry , i understand that the pick numer 3 it your , but you said that the wings are yours , now i understand xD, sorry for the confucion , the wings are in a lots of tibia servers
EDIT: Sorry i dont now that you was who make thats wings , and thanks for rate 5/5
!

EDIT: Sorry i dont now that you was who make thats wings , and thanks for rate 5/5

15.03.11 12:07:48 am

No the original it's from my server not default of cs2d it can't be -.- long time ago i use add-ons named Queen Dragonfly or what Queen ya (Maybe, i forgot
the addons name maybe you download from my server but you dosen't know it but it's not problem because i dosen't care you use my pic)
EDIT: Speak to the top
Ya no problem now i rate you 5/5

EDIT: Speak to the top
Ya no problem now i rate you 5/5
