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
  #16  
Old 08-04-2001, 01:20 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
YAY!!! LuqiudIces ugly sig is gone! IM SOO GLAD AND NOT AFRIAD NO MORES!
Reply With Quote
  #17  
Old 08-04-2001, 03:08 AM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
When will the guild TAGS work again?
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #18  
Old 08-04-2001, 03:28 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
YAY!!! LuqiudIces ugly sig is gone! IM SOO GLAD AND NOT AFRIAD NO MORES!
too bad yours isnt =(
and why npc forum with a stupid subject?
and why cant you spell =( i mean i dont worry about punctuation and capital letters but you cant spell =(
__________________
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
  #19  
Old 08-04-2001, 03:39 AM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
BURN!! But I like his lil signature! It's funny! (WILL HE SURVIVE!?!??! TELL ME?!?!?!)
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #20  
Old 08-04-2001, 05:25 AM
Guest
Posts: n/a
Here, If you dont know where to place the images ect, then you shouldnt use this script.

NPC Code:

// NPC made by Ice Pick
timereverywhere;
timeout=.05;
if (playerenters) {
toweapons -System Status-;
}
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,bargif.gif,this.pos[0],this.pos[1];
}
else if (evil) {
showimg 1,bargif.gif,this.pos[0],this.pos[1];
}
else {
showimg 1,bargif.gif,this.pos[0],this.pos[1];
}
changeimgvis 1, 4;
if (this.hpdisplay>0) {
showimg 3,bargif.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,bargif.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,bargif.gif,this.pos[0]+17,this.pos[1]+66;
changeimgpart 5,0,0,this.mpdisplay,6;
changeimgvis 5,4;
}
else {
hideimg=0.5;
}
}
}
if (playerdies) {playerap=playerap;playermp=playermp;}

Reply With Quote
  #21  
Old 08-04-2001, 05:27 AM
Guest
Posts: n/a
Also If you use it on your playerworld send me a email at [email protected] telling me. Also give me credit for the stats system to!!
Reply With Quote
  #22  
Old 08-04-2001, 05:43 AM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Quote:
Originally posted by wetferret1
BURN!! But I like his lil signature! It's funny! (WILL HE SURVIVE!?!??! TELL ME?!?!?!)
Please do not encourage him. It is not even remotely funny and I have lost all respect for you for saying that.
__________________
the sky is falling
Reply With Quote
  #23  
Old 08-04-2001, 06:16 AM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
UMM!! I was just kidding lol!!
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #24  
Old 08-04-2001, 06:19 AM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Quote:
Originally posted by wetferret1
UMM!! I was just kidding lol!!
It was a little hard to decipher whether that was sarcasm or not.
__________________
the sky is falling
Reply With Quote
  #25  
Old 08-04-2001, 06:20 AM
wetferret1 wetferret1 is offline
Script Cow - MOOO!
wetferret1's Avatar
Join Date: Aug 2001
Location: Oregon, USA
Posts: 1,285
wetferret1 is on a distinguished road
Send a message via AIM to wetferret1
I know..But I was j/k
__________________
[img]http://s-o.clanpages.com/wet***getlal.png[/img]
Quote:
Originally posted by Loriel
I am not corrupt, and I will ban you if you don't believe that.
(-=Wetferret IceFire=-)
Reply With Quote
  #26  
Old 09-03-2001, 06:19 AM
Enigma_GP6 Enigma_GP6 is offline
Banned
Join Date: Jul 2001
Location: Who?
Posts: 261
Enigma_GP6 is on a distinguished road
Send a message via ICQ to Enigma_GP6 Send a message via AIM to Enigma_GP6
Rebel95
Quote:
"Throught the greatest difficulty, there comes an oppritunity.-Albert Einstien "
GASP!
Ya know, if you could figure out how he did that, I would be a monkey's uncle, wait, nevermind, I am one.
-Rebel95
Reply With Quote
  #27  
Old 09-03-2001, 06:28 AM
Merlin Merlin is offline
Banned
Merlin's Avatar
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
Merlin is on a distinguished road
Send a message via ICQ to Merlin Send a message via AIM to Merlin
umm icepick that script looks remotly like the one falados made for enigma...
Reply With Quote
  #28  
Old 09-04-2001, 07:38 AM
SSj_Link SSj_Link is offline
Registered User
Join Date: Jul 2001
Location: i r live in texas
Posts: 244
SSj_Link is on a distinguished road
Send a message via ICQ to SSj_Link Send a message via AIM to SSj_Link
Quote:
Originally posted by IcePick_2001
Also If you use it on your playerworld send me a email at [email protected] telling me. Also give me credit for the stats system to!!
hmmm what if I put it in my system gwhahahaha * falls over from lack of sanity pills * GWHAHAHHAHAHHA BABY LEGS PAY THE MORGAGE!!!!!!!! GHWHAHAHHAHAHAHA * gets shot *


FrEaKy CaRnIe
__________________
-People with my Password: Me (Boozy), Ghostface Killa, bgraven, Freaky Carnie, Dark Warlock, and SoulReaver.
-So they can all post.-

-I hate my account name -

~Old Names: Link, Darklink, Neo, then Boozy when Bravo died. (So some people will recognize me)~

AIM: boozyneo
ICQ: 116030736
Msn: [email protected]
Email: [email protected]


-DANCE SPAM DANCE!- Dark Warlock
Reply With Quote
  #29  
Old 09-04-2001, 07:47 AM
ArmadeusWarlock ArmadeusWarlock is offline
Registered User
Join Date: Jun 2001
Posts: 373
ArmadeusWarlock is on a distinguished road
ummmm

Ice Picks script isnt anything special, it just puts everything where the hearts should be .
HP isnt hard to script either.
Reply With Quote
  #30  
Old 09-04-2001, 08:43 AM
SSj_Link SSj_Link is offline
Registered User
Join Date: Jul 2001
Location: i r live in texas
Posts: 244
SSj_Link is on a distinguished road
Send a message via ICQ to SSj_Link Send a message via AIM to SSj_Link
i just like the old fashioned hearts....
__________________
-People with my Password: Me (Boozy), Ghostface Killa, bgraven, Freaky Carnie, Dark Warlock, and SoulReaver.
-So they can all post.-

-I hate my account name -

~Old Names: Link, Darklink, Neo, then Boozy when Bravo died. (So some people will recognize me)~

AIM: boozyneo
ICQ: 116030736
Msn: [email protected]
Email: [email protected]


-DANCE SPAM DANCE!- Dark Warlock
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 10:27 PM.


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