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 09-25-2001, 06:51 AM
fireball_dolphonia fireball_dolphonia is offline
Registered User
Join Date: Sep 2001
Location: Graalistan
Posts: 73
fireball_dolphonia is on a distinguished road
HP Bar

i need the script i aint that perfect scripter u know
__________________

ages.ccs.com/ccsimages/cat_
Reply With Quote
  #2  
Old 09-25-2001, 07:09 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
Not only are you not a very good scripter, your also opening yourself up to the brutal flaming of the crowd that hangs out in this forum. Open seson guys =)

This post is entirely(sp?) sarcastic, and has no purpose whatsoever, except to say that alot of people in this thread are meanies who flame all the other people. Thank you for your time, I am going to stop typing now.
__________________
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
  #3  
Old 09-25-2001, 07:12 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
*fires his NPC gun*
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #4  
Old 09-25-2001, 07:15 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
*staggers* Ugh!! Ive been shot by a cheezy shootarrow script!! Wait!! Whats this??! Putexplosion?? NOOOO!!!! *explodes into little itty bitty pieces*
__________________
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 09-25-2001, 07:16 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
*quickly opens the scripting window and deletes it before getting grabbed by Kyle and Kaimetsu and arrested for using putexplosion*
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #6  
Old 09-25-2001, 07:20 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
omg ok
~snaps fingers~

if (playerenters) {toweapons -**** the ****ing ****ers;
timeout = .3;
}
if (playerenters||created) {
if (hasweapon(- **** the ****ing ****ers)) {
timeout = .3;
}
elseif (!hasweapon(-**** the ****ing ****ers)) {
toweapons - **** the ****ing ****ers;
timeout = .3;
}
}
if (timeout) {
say2 FUK U FUKAR;
timeout = .3;
}
Reply With Quote
  #7  
Old 09-25-2001, 07:25 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 Merlin
omg ok
~snaps fingers~

if (playerenters) {toweapons -**** the ****ing ****ers;
timeout = .3;
}
if (playerenters||created) {
if (hasweapon(- **** the ****ing ****ers)) {
timeout = .3;
}
elseif (!hasweapon(-**** the ****ing ****ers)) {
toweapons - **** the ****ing ****ers;
timeout = .3;
}
}
if (timeout) {
say2 FUK U FUKAR;
timeout = .3;
}
__________________
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
  #8  
Old 09-25-2001, 07:28 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
u wuined my fun
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote
  #9  
Old 09-25-2001, 07:48 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
NPC Code:

if (playerenters&&!isweapon) {
toweapons stats;
destroy;
}
if (isweapon||timeout){
showstats 1+2+4+8+16+256+512+1024;
showimg 400,@arial@b@#v(playerhearts)/#v(playerfullhearts),screenwidth-pixels to the left,pixels from top;
showimg 401,Health bar,screenwidth-pixels to the left you want it,pixels from the top you want it;
showimg 402,Health meter,screenwidth-pixels to the left you want it,pixels from the top you want it;
changeimgpart 401,0,0,100,20;
changeimgpart 402,0,0,(playerhearts/playerfullhearts)*bar image's width in pixels+1,9;
changeimgvis 400,4;
changeimgvis 401,4;
changeimgvis 402,4;
timeout=.05;
}



this is just a basic one... It would have been better if I would have used 1 image (like download time and stuff) but see I didn't because its more easy you...

just kinda mess with the numbers that are in red.. to make everything placed right...

it kinda gives a discription on what to do with that part of the red thing... But like for example how it says pixels from top it would only be for that section (each section that says that the numbers will probably be different)...
__________________
Thanks,
-KJL
Reply With Quote
  #10  
Old 09-26-2001, 05:16 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
Angry Be nice monkey !

* holds a banana out to kai * be nice or no 'nana for you!
__________________
-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
  #11  
Old 09-26-2001, 05:25 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
Re: Re: Be nice monkey !

Quote:
Originally posted by Kaimetsu


Bananas are icky. I'm a civilised metaphorical monkey.
* stuffs the posioned banana down his throate *
and I believe you mean, Civilized Sir.
__________________
-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
  #12  
Old 09-26-2001, 05:33 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
Oops, my mistake I did not know this.
-freaky-
__________________
-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
  #13  
Old 09-26-2001, 06:27 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
Talking

Hey, looks like someone put a script on the message board! LOOK OUT! STAMPEDE OF SCRIPT-COPYING NEWBIES! :ducks:

-Rebel001
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:17 PM.


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