Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-13-2001, 05:26 PM
cross_hair cross_hair is offline
Registered User
Join Date: Mar 2001
Location: Kazachstan
Posts: 82
cross_hair is on a distinguished road
Send a message via ICQ to cross_hair
Status bar

I just want to ask how i turn the heart things in a status bar
i got 2 graphics but well i dont know the rest


help me a bit oh lord
Reply With Quote
  #2  
Old 08-13-2001, 07:06 PM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
ok, lord (helmut) is here. I dont really know exactly but I have a sample zip file someone showed me and I will give it to ya if u like
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #3  
Old 08-13-2001, 07:37 PM
cross_hair cross_hair is offline
Registered User
Join Date: Mar 2001
Location: Kazachstan
Posts: 82
cross_hair is on a distinguished road
Send a message via ICQ to cross_hair
thanks
post it here or e-mail me plz
its [email protected]
Reply With Quote
  #4  
Old 08-13-2001, 10:55 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Re: Status bar

Quote:
Originally posted by cross_hair
I just want to ask how i turn the heart things in a status bar
i got 2 graphics but well i dont know the rest


help me a bit oh lord
Ok...heres all ya gotta do...
showimg imgname,pickanindex,x,y; the x and y should be where on the screen you want them to show up (in pixels)
changeimgvis indexyoupicked,4 this turns your image into a stat...get it?
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #5  
Old 08-13-2001, 11:00 PM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
Xaviar is great. The Scripting greats are

1.Tyhm
2.Kyle
3.Kaimetsu
4.Liquid Ice
5.Xaviar

These great people all use there superior knowledge to help those in need ^_^ Good job guys!!!
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #6  
Old 08-13-2001, 11:14 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by ownerofbabylon
Xaviar is great. The Scripting greats are

1.Tyhm
2.Kyle
3.Kaimetsu
4.Liquid Ice
5.Xaviar

These great people all use there superior knowledge to help those in need ^_^ Good job guys!!!
Id say Im average at best...I feel kinda overrated being paired with people like them =/ But thanks for the compliment anyways =D
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #7  
Old 08-13-2001, 11:22 PM
Komieko Komieko is offline
Registered User
Join Date: Mar 2001
Posts: 494
Komieko is on a distinguished road
LiquidIce is a great scripter?there must be better scripters then the two last people up there.
Reply With Quote
  #8  
Old 08-13-2001, 11:28 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by Komieko
LiquidIce is a great scripter?there must be better scripters then the two last people up there.
*points at his last post ^* =/
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #9  
Old 08-13-2001, 11:32 PM
cohn cohn is offline
Registered User
Join Date: Jul 2001
Posts: 237
cohn is on a distinguished road
um sorry but Ace2896 is better then all of them.
Reply With Quote
  #10  
Old 08-14-2001, 12:25 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
I feel special o.o
some people haven't seen like my greatest scripts.
I would give the code if it wasn't on my playerworld and stuff. (and dont say UN scripting sucks because of all the people who said that and got a tour from me were very impressed)
Ace is great too but isn't he like retired from Graal?

and to answer that guys question...
Do you mean you hate an edited states.png ?
or just hearts?

If you have an edited states.png then you just need the user to d/l it and it will show up.

but if you have heart images use the following commands:

showimg index,x,y; // index must be over 200 for local showing
changeimgvis 4; //at least 4
and maybe

changeimgpart index,x,y,width,height;// x,y in the image width/height from the x,y in the image
then you ofcourse need

showstats bitflag; // here ill explain this one cuz some ppl just use it but dont know how..
The bitflags are :
1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player

Now pull out a calculator and add everything you want to keep.
for example if you want to hide everything but the player and the minimap you would do 256+1024 = 1280
so
showstats 1280;
since you need to hide the hearts you add everything but the hearts:
showstats 2015;
to show it again just do the same thing.
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #11  
Old 08-14-2001, 12:25 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by LiquidIce00
I feel special o.o
some people haven't seen like my greatest scripts.
I would give the code if it wasn't on my playerworld and stuff. (and dont say UN scripting sucks because of all the people who said that and got a tour from me were very impressed)
Ace is great too but isn't he like retired from Graal?

and to answer that guys question...
Do you mean you have an edited states.png ?
or just hearts?

If you have an edited states.png then you just need the user to d/l it and it will show up.

but if you have heart images use the following commands:

showimg index,x,y; // index must be over 200 for local showing
changeimgvis 4; //at least 4
and maybe

changeimgpart index,x,y,width,height;// x,y in the image width/height from the x,y in the image
then you ofcourse need

showstats bitflag; // here ill explain this one cuz some ppl just use it but dont know how..
The bitflags are :
1-ASD,2-icons,4-rupees,8-bombs,16-arrows,32-hearts,64-ap,128-mp,256-minimap,512-inv,1024-player

Now pull out a calculator and add everything you want to keep.
for example if you want to hide everything but the player and the minimap you would do 256+1024 = 1280
so
showstats 1280;
since you need to hide the hearts you add everything but the hearts:
showstats 2015;
to show it again just do the same thing.
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #12  
Old 08-14-2001, 06:17 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Ace and Kyle script better than me. So does WhoopA and Gilgalad, and even Lady Midnight had me beat on that one thing, this.on=1-this.on;, I'd always done it as if(this.on==0){ this.on=1;timeout=0.05; }else{this.on=0;timeout=0;}
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #13  
Old 08-14-2001, 06:40 AM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
Quote:
Originally posted by Tyhm
Ace and Kyle script better than me. So does WhoopA and Gilgalad, and even Lady Midnight had me beat on that one thing, this.on=1-this.on;, I'd always done it as if(this.on==0){ this.on=1;timeout=0.05; }else{this.on=0;timeout=0;}
Wow I didnt know WhoopA was one of the big names in graal. He made a Paintball level for my PW ^_^
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #14  
Old 08-14-2001, 06:47 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by ownerofbabylon


Wow I didnt know WhoopA was one of the big names in graal. He made a Paintball level for my PW ^_^
WhoopA owns =D I was in his guild a long time ago...Great guy...Good scripter
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #15  
Old 08-14-2001, 07:00 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Heres the REAL and FULL script and no body say it aint it has been tested online!
NPC Code:
timereverywhere;
timeout=.05;
if (playerenters) {
toweapons -Status Bar;
}
if (timeout) {
if (isweapon) {
showstats 1+2+4+8+16+256+512+1024;
this.pos = {screenwidth-180,30};
this.hpdisplay = ((playerhearts/playerfullhearts)*100);
this.mpdisplay = ((playermp/100)*100);
this.apdisplay = ((playerap/100)*100);
if (good) {
showimg 1,lilogobar.gif,this.pos[0],this.pos[1];
}
else if (evil) {
showimg 1,lilogobar.gif,this.pos[0],this.pos[1];
}
else {
showimg 1,lilogobar.gif,this.pos[0],this.pos[1];
}
changeimgvis 1, 4;
if (this.hpdisplay>0) {
showimg 3,liapbar.gif,this.pos[0]+15,this.pos[1]+33;
changeimgpart 3,0,0,this.hpdisplay,6;
changeimgvis 3,4;
}
else {
hideimg 3;
}
if (this.apdisplay>0) {
showimg 4,limpbar.gif,this.pos[0]+15,this.pos[1]+50;
changeimgpart 4,0,0,this.apdisplay,6;
changeimgvis 4,4;
}
else {
hideimg 4;
}
if (this.mpdisplay>0) {
showimg 5,mpbarname.gif,this.pos[0]+17,this.pos[1]+66;
changeimgpart 5,0,0,this.mpdisplay,6;
changeimgvis 5,4;
}
else {
hideimg 5;
}
}
}
if (playerdies) {playerap=playerap;playermp=playermp;}

Reply With Quote
  #16  
Old 08-14-2001, 07:18 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
wow...no offence man...but thats really nasty, and half of it you dont even need....
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #17  
Old 08-14-2001, 11:34 PM
Guest
Posts: n/a
Quote:
Originally posted by Poogle
Heres the REAL and FULL script and no body say it aint it has been tested online!
NPC Code:
timereverywhere;
timeout=.05;
if (playerenters) {
toweapons -Status Bar;
}
if (timeout) {
if (isweapon) {
showstats 1+2+4+8+16+256+512+1024;
this.pos = {screenwidth-180,30};
this.hpdisplay = ((playerhearts/playerfullhearts)*100);
this.mpdisplay = ((playermp/100)*100);
this.apdisplay = ((playerap/100)*100);
if (good) {
showimg 1,lilogobar.gif,this.pos[0],this.pos[1];
}
else if (evil) {
showimg 1,lilogobar.gif,this.pos[0],this.pos[1];
}
else {
showimg 1,lilogobar.gif,this.pos[0],this.pos[1];
}
changeimgvis 1, 4;
if (this.hpdisplay>0) {
showimg 3,liapbar.gif,this.pos[0]+15,this.pos[1]+33;
changeimgpart 3,0,0,this.hpdisplay,6;
changeimgvis 3,4;
}
else {
hideimg 3;
}
if (this.apdisplay>0) {
showimg 4,limpbar.gif,this.pos[0]+15,this.pos[1]+50;
changeimgpart 4,0,0,this.apdisplay,6;
changeimgvis 4,4;
}
else {
hideimg 4;
}
if (this.mpdisplay>0) {
showimg 5,mpbarname.gif,this.pos[0]+17,this.pos[1]+66;
changeimgpart 5,0,0,this.mpdisplay,6;
changeimgvis 5,4;
}
else {
hideimg 5;
}
}
}
if (playerdies) {playerap=playerap;playermp=playermp;}

you're so cheap nick, that script was posted by icepick some time ago...
the only thing you changed are the .gif
use your own scripting skills!
Reply With Quote
  #18  
Old 08-15-2001, 12:44 AM
T-Squad T-Squad is offline
Banned
T-Squad's Avatar
Join Date: Mar 2001
Location: United States of America
Posts: 1,733
T-Squad is on a distinguished road
Umm let me correct that list of scripters:

1. Kyle0654
2. Kaimetsu
3. Tyhm
4. TB3
5. Soul Blade


Ok Thank You Just for those who don't know, I script better then I make graphics...I just haven't released any scripts as they are all for Murasamune...actually now that I think about it...barely anyone even knows I'm a scripter....

I shall put it in my sig to remind everyone!
Reply With Quote
  #19  
Old 08-15-2001, 01:18 AM
RawPower RawPower is offline
Godd Bye
RawPower's Avatar
Join Date: Mar 2001
Location: Canada
Posts: 3,554
RawPower is on a distinguished road
Send a message via ICQ to RawPower Send a message via AIM to RawPower
Quote:
Originally posted by T-Squad
Umm let me correct that list of scripters:

1. Kyle0654
2. Kaimetsu
3. Tyhm
4. TB3
5. Soul Blade


Ok Thank You Just for those who don't know, I script better then I make graphics...I just haven't released any scripts as they are all for Murasamune...actually now that I think about it...barely anyone even knows I'm a scripter....

I shall put it in my sig to remind everyone!
<sarcasm>TB3 is my future girlfriend</sarcasm>
__________________
Farewell graalians...
Reply With Quote
  #20  
Old 08-15-2001, 02:16 AM
sharkey sharkey is offline
Registered User
Join Date: Jun 2001
Location: Pennsylvania, United States
Posts: 56
sharkey is on a distinguished road
Send a message via ICQ to sharkey Send a message via AIM to sharkey Send a message via Yahoo to sharkey
heres a little tutorial i made for someone. i cant find the graphics i used for it though, but it should be good without them.
Attached Files
File Type: txt tutorial.txt (3.7 KB, 130 views)
__________________
Sharkey9x
Reply With Quote
  #21  
Old 08-15-2001, 02:32 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by sharkey
heres a little tutorial i made for someone. i cant find the graphics i used for it though, but it should be good without them.
nice but you should use an index over 200 so its only local
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #22  
Old 08-15-2001, 03:58 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by LiquidIce00

nice but you should use an index over 200 so its only local
Isnt layer 4 always local?
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #23  
Old 08-15-2001, 06:04 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Xaviar


Isnt layer 4 always local?
below 200 is world above 199 is local
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #24  
Old 08-15-2001, 06:27 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by thotijn2


you're so cheap nick, that script was posted by icepick some time ago...
the only thing you changed are the .gif
use your own scripting skills!
Yep so?
Reply With Quote
  #25  
Old 08-15-2001, 07:37 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
and I bet Icepick stole that script from some1 else
its like a chain of script stealing.
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #26  
Old 08-15-2001, 08:48 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
Quote:
Originally posted by ownerofbabylon
Xaviar is great. The Scripting greats are

1.Tyhm
2.Kyle
3.Kaimetsu
4.Liquid Ice
<Insert Supersonic Here>
6.Xaviar

These great people all use there superior knowledge to help those in need ^_^ Good job guys!!!
Reply With Quote
  #27  
Old 08-15-2001, 11:57 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
I advise using a string:

NPC Code:

if (playerenters&&strequals(#s(client.life),)){
setstring client.life,100;}

if (playerenters||timeout){
showimg 400,imgname.gif,550,45;
changeimgvis 400,4;
changeimgpart 400,0,0,#s(client.life),width;
timeout=.05;}



Thats just the showimg part, and you will have to do the fancy upgrading of life in the player hurt.

like
NPC Code:

if (playerhurt){
if (strtofloat(#s(client.life))!=1){
setstring client.life,#v(strtofloat(#s(client.life))-#v(this.damage/strtofloat(#s(client.strength))));
}
}

if (this.hearts==playerhearts){
if (this.life!=1){
this.old=playerap;
playerap=100;
playerhearts=playerfullhearts;
playerap=this.old;
}else{
this.old=playerap;
playerap=100;
playerhearts=.5;
playerap=this.old;
}
}
if (this.hearts<playerhearts) {
this.hearts=playerhearts;
}
if (this.hearts>playerhearts) {
this.damage=(this.hearts-playerhearts);
this.hearts=playerhearts:
}




Then just upgrade client.strength to be like, 1 to make .5=1 damage, and to make .5=.5 etc...

It should work, and you need timereverywhere.

Its in peices, so put it together.

Enjoy.
Reply With Quote
  #28  
Old 08-15-2001, 09:49 PM
sharkey sharkey is offline
Registered User
Join Date: Jun 2001
Location: Pennsylvania, United States
Posts: 56
sharkey is on a distinguished road
Send a message via ICQ to sharkey Send a message via AIM to sharkey Send a message via Yahoo to sharkey
Quote:
Originally posted by LiquidIce00

nice but you should use an index over 200 so its only local
i made that before that damned world and local stuff came out. who wants something on layer 4 to be global?! all its doing is adding more bytes to the npc because it needs more numbers for each index! i always forget about that crap. now i got to fix a system npc i'm making. god thats gonna be a headache. theres sooooo many images.
__________________
Sharkey9x
Reply With Quote
  #29  
Old 08-16-2001, 12:59 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
k, i kinda get this, but the thing on antora, the pic of the guy with a bomy on his head (thats a joke) when you touch the sign, some one tell me how i'd do that please
__________________

Er1c2 loaded the local ban info of Loriel-2002 RC
Reply With Quote
  #30  
Old 08-16-2001, 01:03 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by Metal-Slug
k, i kinda get this, but the thing on antora, the pic of the guy with a bomy on his head (thats a joke) when you touch the sign, some one tell me how i'd do that please
never saw that =/
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #31  
Old 08-16-2001, 01:07 AM
Metal-Slug Metal-Slug is offline
!_!
Metal-Slug's Avatar
Join Date: Jun 2001
Posts: 2,421
Metal-Slug is on a distinguished road
Quote:
Originally posted by Xaviar


never saw that =/
when u touch this bomy, a pic comes up on screen, then after a while it goes away
__________________

Er1c2 loaded the local ban info of Loriel-2002 RC
Reply With Quote
  #32  
Old 08-16-2001, 01:39 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by Metal-Slug
when u touch this bomy, a pic comes up on screen, then after a while it goes away
you mean like:


if (playertouchsme) {
timeout=30;
showimg 200,img.gif,x,y;
changeimgvis 200,4;
}
if (timeout) hideimg 200;
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote
  #33  
Old 08-16-2001, 03:38 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by LiquidIce00
and I bet Icepick stole that script from some1 else
its like a chain of script stealing.
Thats low! VERY! IcePick does not steal scripts and if you realy want to know then AURIOU stole it from ice Pick(the server may be spelled wrong)
Reply With Quote
  #34  
Old 08-16-2001, 10:05 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Poogle
Thats low! VERY! IcePick does not steal scripts and if you realy want to know then AURIOU stole it from ice Pick(the server may be spelled wrong)
LOL If you ever been to Shadow Dragons . go to Delteria they got all the scripts
then the birds are the birds from the older Graal. then they got crap copied from other ppl like the skateboard. then they got copyrighted stuff. then they got loads of more crap.
if they copy from icepick then its a copy chain
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote
  #35  
Old 08-16-2001, 10:12 AM
General General is offline
Banned
Join Date: Apr 2001
Location: Station Square
Posts: 984
General is on a distinguished road
Send a message via ICQ to General Send a message via AIM to General Send a message via Yahoo to General
Quote:
Originally posted by Poogle
Thats low! VERY! IcePick does not steal scripts and if you realy want to know then AURIOU stole it from ice Pick(the server may be spelled wrong)
so blind...
Reply With Quote
  #36  
Old 08-17-2001, 03:24 AM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
did anyone test my script?

Im pretty sure it works.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 02:50 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.