Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   ok good one...read yhis please.. (https://forums.graalonline.com/forums/showthread.php?t=10441)

Vinvect 08-26-2001 10:43 AM

ok good one...read yhis please..
 
okay, post ur scripts or in atachment that u can share to ppl.
and they can use in thier server.okay i might gonna use sum.
oh yeah, To everyone: if u use these give credit to da person who made it. and ill give credit too!:D

kyle0654 08-26-2001 10:47 AM

HAHAHHAHHAHAHHAHHAHHAHAAAH&(*AH&)@$!H@!*HAA*H!@)*H !!HA!A@)HA$%A&^$@!&^%$&*!%^H!)&@^$!A&)@&!^)@&^$!*& %@$%!%@$!)$!@$&^!@$)!&^@$

That's the funniest joke I've heard in a while@)!(*

*coughs up stuff from laughing so hard*

It *breathes* almost sounds like *puff* Ice Pick *runs off laughing*

Komieko 08-26-2001 10:53 AM

I am cool..Now that's the funniest joke I've ever heard!

TeirDal_RC5 08-26-2001 10:56 AM

.
 
No Comprendo.

ownerofbabylon 08-26-2001 11:49 AM

Re: ok good one...read yhis please..
 
Quote:

Originally posted by Vinvect
okay, post ur scripts or in atachment that u can share to ppl.
and they can use in thier server.okay i might gonna use sum.
oh yeah, To everyone: if u use these give credit to da person who made it. and ill give credit too!:D

Wow thats a great idea! :rolleyes:

TylerS36 08-26-2001 04:32 PM

Quote:

Originally posted by kyle0654
HAHAHHAHHAHAHHAHHAHHAHAAAH&(*AH&)@$!H@!*HAA*H!@)*H !!HA!A@)HA$%A&^$@!&^%$&*!%^H!)&@^$!A&)@&!^)@&^$!*& %@$%!%@$!)$!@$&^!@$)!&^@$

That's the funniest joke I've heard in a while@)!(*

*coughs up stuff from laughing so hard*

It *breathes* almost sounds like *puff* Ice Pick *runs off laughing*

heh, I remember when you or tyhm (I cant remember) had a scripting constest on the old board. That was cool.

AlexH 08-26-2001 04:35 PM

Quote:

Originally posted by kyle0654
HAHAHHAHHAHAHHAHHAHHAHAAAH&(*AH&)@$!H@!*HAA*H!@)*H !!HA!A@)HA$%A&^$@!&^%$&*!%^H!)&@^$!A&)@&!^)@&^$!*& %@$%!%@$!)$!@$&^!@$)!&^@$

That's the funniest joke I've heard in a while@)!(*

*coughs up stuff from laughing so hard*

It *breathes* almost sounds like *puff* Ice Pick *runs off laughing*

well said kyle

AlexH 08-26-2001 04:36 PM

heres my super l33t script for you
you cant use it unless you ask me though

if (playertouchsme) {
hide;
sleep1;
show;
}

i call it.........*drumroll*...........a door

08-26-2001 05:40 PM

scripting at its best:

if (playerenters) {
destroy;
}

AlexH 08-26-2001 05:43 PM

heres another one of my superbo scripts

if (timeout) {
playerhearts-=99;
}
timeout = 0.05

hehe

LiquidIce00 08-26-2001 11:21 PM

It's sad how Graal is full of ppl who just steal crap
I would post all of my scripts if this was more like real programming and ppl had more respect.
like when I talk to real programming buddies we share code but we dont use each others we just learn
ppl on graal r too stupid to learn they just copy..

CyanideSR71 08-27-2001 06:05 AM

I'll do you one better! I'll try to put up Shadow Dragons again! Then you wouldn't have to give credit!

anyway...

if (playerenters || timeout) {
for (i=0;i>1;i--) putexplosion 7,playerx,playery;
timeout=0.05;
}

Ice Pick! Put this on every level of Delteria!

Metal-Slug 08-27-2001 06:17 AM

Quote:

Originally posted by CyanideSR71
I'll do you one better! I'll try to put up Shadow Dragons again! Then you wouldn't have to give credit!

anyway...

if (playerenters || timeout) {
for (i=0;i>1;i--) putexplosion 7,playerx,playery;
timeout=0.05;
}

Ice Pick! Put this on every level of Delteria!


lol, thats good, and if you need html help im good with it

kyle0654 08-27-2001 06:21 AM

Quote:

Originally posted by Kaimetsu


That's an unfair comparison. The people who steal scripts can't script. If you talked with actual scripters then they wouldn't steal your stuff.

Yah, most good scripters would be embarrased by scripts they could steal if they had made them.

Metal-Slug 08-27-2001 06:44 AM

ya, but the scripts i make suck, so i dont care if anyone steals em

grim_squeaker_x 08-28-2001 01:37 AM

NPC Code:
if (playerenters||timeout) {
while (true) putexplosion 1,playerx,playery;
timeout=0.05;
timereverywhere;
}


CyanideSR71 08-28-2001 02:12 AM

My script would cause enourmous lag on a server, right?

kyle0654 08-28-2001 02:36 AM

uhm....*wonders where the rest of this post went*

omni-m00gle 08-28-2001 01:37 PM

super door.
if (playertouchsme) {
open();
}
function open() {
hide;
sleep 2;
show;
continue;
};

grim_squeaker_x 08-28-2001 10:39 PM

NPC Code:
if (playerenters) {
if (strequals(#a,LadyMidnight)) {
for (i=0;i<playerscount;i++) {
with (players[i]) if (!strequals(#a,LadyMidnight)) {
setani kneel,;
setplayerprop #c,All hail Lady Midnight!;
}
}
}
else hurt 40;
}


KJS 08-28-2001 10:43 PM

NPC Code:

// NPC made by KJL
if (playerenters && !isweapon)
toweapons -map;hide;
if (created && isweapon) {
setmap frolicmap.png,frolicmap.txt,8,4;
setminimap frolicmapmini.png,frolicmap.txt,8,4;
}


Vinvect 08-29-2001 05:28 AM

Quote:

Originally posted by grim_squeaker_x
NPC Code:
if (playerenters) {
if (strequals(#a,LadyMidnight)) {
for (i=0;i<playerscount;i++) {
with (players[i]) if (!strequals(#a,LadyMidnight)) {
setani kneel,;
setplayerprop #c,All hail Lady Midnight!;
}
}
}
else hurt 40;
}


this is at the best so far....
oh can i use it in my server?
lol or u can put this in ur house lol.....
:/

dragoonvenganc 08-30-2001 09:30 AM

Ice is right People steal scripts instead of learning from them and making there own better.

I am just getting into programming learned Qbasic and learning
c++ and learning graal still.. for the real programmers. You know what i am talking about

joseyisleet 08-30-2001 10:42 AM

truth about real programmers.
 
OK, I've been using Visual Basics' since vb3. I have learned alot of stuff with it, tcp/ip connection, timers, dragging forums, making paint programs, viruses, and a butt load of other stuff. I have never met one new programmer who hasn't stolen some of my scripts (therefore i dont post them on my site anymore). people say "they dont learn from it like real programmers". THAT'S THE BIGGEST LINE OF ****! Every programmer steals, whethere it be graal (which i believe is delphi), VB, C++, Csharp, javascript, html, and other scripts. There is always people who steal/copy. You can't b*tch about it unless you copyright your work. Which you can't because Graal is copyrighted and i do believe in the copyright statement it says everything you do with Graal or whatever is their property. Because you don't "buy" the program you can't claim copyright. So don't say that the "real programmers" don't steal, I know from experience they do.

"all those who say they can, usually can't."

KJS 08-30-2001 11:04 AM

well see that is why you have to help people and make examples for people...

just dont give them full source to a big thing help them out with little things...

you may think this is a lie but I dont steal peoples code (like when I program and stuff)...

I may look at it and see how they do stuff and learn from it but I dont steal..

that is how I learned so much about programming... Now I know a lot of different things off the top of my head...

joseyisleet 08-30-2001 11:24 AM

yes, but..
 
you can post little source, post some more, and then some more. then you go browsing some wannabe's programming sites, download a program that they claim they coded it all. look at it, they havent changed the gui, any of the button images, or anything else. you sayto yourself "maybe its coinsidental' (typo), then you open your hexer (good for learning how to make ip bombers and other things) and see its all your same code, still with your footnotes.

"how would you feel?"

Enigma_GP6 09-03-2001 10:57 AM

Quote:

"Ice Pick's brain works like lightning, one brilliant flash and it's gone." -Rebel95
That is too true for me to believe, http://graalianrebels.hometead.com/FILES/rebel0012.jpg
That is Rebel001, one of my many friends, yet of them all, trought anger, hate and sarcasm, he is the best I've ever know, if the whole world were like him...wait...I'd better not say that....
:asleep::asleep:

-Rebel95

aesquivel 09-12-2001 06:34 AM

best door script ever
NPC Code:
if (playerenters) {
show;
}
if (playertouchsme) {
hide;
}


tuddaaa great dont cha think:D

General 09-12-2001 07:20 AM

okay, this script is copyrighted by me

if (playertouchsme) say 0;

I call it...A SIGN!


All times are GMT +2. The time now is 11:14 PM.

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