Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 11-10-2001, 10:35 PM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Show Down...

Can anyone help me with something...right now im working on my scripts/gfx for the server and basically all the main gfx are done but I dont know how I am supposed to script my gralet type script with my sprites when I dont have the npc server to use...im very confused can anyone help?

PS if you are interested in making GFX or scripting post here as well...

if you need the sprites here they are for the gralet thing to be with..
Attached Images
File Type: bmp graletsprites.bmp (10.0 KB, 255 views)
Reply With Quote
  #2  
Old 11-10-2001, 10:44 PM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Re: Show Down...

Quote:
Originally posted by Brad2
Can anyone help me with something...right now im working on my scripts/gfx for the server and basically all the main gfx are done but I dont know how I am supposed to script my gralet type script with my sprites when I dont have the npc server to use...im very confused can anyone help?

PS if you are interested in making GFX or scripting post here as well...

if you need the sprites here they are for the gralet thing to be with..
if/when you get your PW up, I can help you
but for now, here is the script I use
NPC Code:
if (created) {
showcharacter;
updategani();
}
if (updategani) {
updategani();
}
function updategani() {
type = 1;
if (rupees>=7500) type = 11;
else if (rupees>=5000) type = 10;
else if (rupees>=2500) type = 9;
else if (rupees>=1000) type = 8;
else if (rupees>=750) type = 7;
else if (rupees>=500) type = 6;
else if (rupees>=250) type = 5;
else if (rupees>=100) type = 4;
else if (rupees>=30) type = 3;
else if (rupees>=5) type = 2;

setcharani dk_gralats,#v(type);
}
if (playertouchsme) {
playerrupees += rupees;
rupees = 0;
destroy;
}

__________________
Reply With Quote
  #3  
Old 11-10-2001, 10:59 PM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Maybe I should do everything else like besides the BIG things where I need npc server to do...like finishing the tile set x.x

And start to get people to script the other main things

well, while im posting here I might as well let you all know what the servers about. Its western based that means their will be 2 classes to choose from. A bandit class, or a cowboy class. The bandits have their jobs they can do like rob banks..capture people with lassos and hold them captive...etc. The cowboys get to stop the bandits and do other things like shooting contests etc. It wont be TOTALLY rp but theres going to be alot of roleplaying on the server. There wont be swords I dont think, unless I can find away to edit it so it makes swords always look like fists and they cant change the appearance. Because, Cowboys will get revolvers in the begining and bandits will get crow bars (I think, not sure yet ). I want to get alot done and TRY for a test server because of all the scripts that need the npc server to test with x.x. Hopefully, I can show the pw management people that we would be a success and they can grant me a test server. But, if not I can just make a TON of things and edit it when we are up. Ahh, more about the server. Ok, well theres going to be an entire different system of pk'ing etc. If you pk its like killing someone. You will be sent to jail (not like jail in servers where you go there when your in trouble, but a place where you are sent like in real life when you do a crime). In jail, you sit in your cell, you have a cell mate etc, and either you get bailed out by a friend or if your a bandit escape which puts you on a list of most wanted. Theres no getting you cheap like rc or anything, only a cowboy/deputy(gp) can get you and once they attack you , you are stunned and they use their jail type npc and your in jail once again. The only way bandits can get out and not be on the wanted list, is if someone bails them out or if they make a public apology. Currently, I have satan aka pir making the tileset but he doesnt seem to be doing much so I really need some help with that. After the tile sets done, it will be easy from there considering we have a ton of great gfx makers and im getting scripts from friends that work elseware...Another fun factor is the rp events that will occur alot. Some days there will be shoot outs where you take like 10 paces and turn around and fire your revolver. If you get the first hit, you win and get the persons wallet. Oh yes, i forgot to say, if bandits attack you (cowboys or enemy bandit groups) then whoever dies loses their wallet and ALL their money not stored in the bank is gone. Killing people with wallets gets you all of the wallets they have (there wont be wallet npcs only the gralet, I wouldnt have a clue howto script wallets). Another really fun factor is starting a group is very easy. Remember the costume helper on g2k1? There will be something VERY alike that, that lets you make a tag and can start a small group of bandits or cowboys that can go around terrorizing or saving people. If you abuse it you WILL be sent to the REAL jail...we wont permit people to ruin the fun for others. This servers going to be great, if I can get a test server it would help me SO much, because of all the npc server functions we need. Hopefully, people like the idea.
Reply With Quote
  #4  
Old 11-11-2001, 12:55 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
*Updates*

Crowbars gfx is done
revolvers gfx is done
1 hat made for bandits
plates/silverware(wodden actually)/food done
vault under construction
More hats on the way...
Still need someone to make the tile set..our last 2 gave up
Reply With Quote
  #5  
Old 11-11-2001, 12:59 AM
Psyker Psyker is offline
Tired Sloth
Join Date: Mar 2001
Posts: 6,217
Psyker will become famous soon enough
Send a message via AIM to Psyker Send a message via Yahoo to Psyker
Quote:
Originally posted by Brad2

Still need someone to make the tile set..our last 2 gave up
ack, gave up. that must suck.
__________________
Reply With Quote
  #6  
Old 11-11-2001, 01:38 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Quote:
Originally posted by Psyker

ack, gave up. that must suck.
A western type tile set it tough..
Reply With Quote
  #7  
Old 11-11-2001, 01:38 AM
Psyker Psyker is offline
Tired Sloth
Join Date: Mar 2001
Posts: 6,217
Psyker will become famous soon enough
Send a message via AIM to Psyker Send a message via Yahoo to Psyker
western... sounds interesting.
__________________
Reply With Quote
  #8  
Old 11-11-2001, 01:42 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Quote:
Originally posted by Psyker
western... sounds interesting.
heres a preview

so if you see this in anyone elses pw when your loking over it you know its ours
Attached Images
File Type: bmp pistolsprites.bmp (19.3 KB, 178 views)
Reply With Quote
  #9  
Old 11-11-2001, 03:36 AM
Valder_2 Valder_2 is offline
Registered User
Valder_2's Avatar
Join Date: Apr 2001
Location: Guardia
Posts: 905
Valder_2 is on a distinguished road
Send a message via AIM to Valder_2 Send a message via Yahoo to Valder_2
Quote:
Originally posted by Brad2


A western type tile set it tough..
Captain USA:
not if you live in arizona, or somewhere you see desert and cactus alot
__________________
-> -> Glenn ;]

Pulsar757: the private messaging feature cost you 50$ per week
Pulsar757: dude paypal

Reply With Quote
  #10  
Old 11-11-2001, 04:11 AM
Brad_Elven Brad_Elven is offline
Registered User
Join Date: Jul 2001
Posts: 0
Brad_Elven is on a distinguished road
Send a message via AIM to Brad_Elven
change the name to Slow Down and instead of guns have Wheelchairs, and instead of elevators have loading ramps. OO yea and for special attacks they can all run into each other. BUT! Your skill level increases and you can like backflip and ****
Reply With Quote
  #11  
Old 11-11-2001, 06:25 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
*More Updates*

Tile set creator found!
The same person who made Murasamune tile set :P
Tiles are coming out nice
Reply With Quote
  #12  
Old 11-11-2001, 06:55 AM
6Burning6Church6 6Burning6Church6 is offline
Chance Mercy
Join Date: Oct 2001
Location: Coral Springs, Florida
Posts: 280
6Burning6Church6 is on a distinguished road
Quote:
Originally posted by Brad2


heres a preview

so if you see this in anyone elses pw when your loking over it you know its ours
Seems like a redneck playerworld ;x

Show down is the ***est PW name I've ever heard.
__________________

- American Pride
"We will stop terrorist TOGETHER." - President Bush
Quote:
Originally posted by Stefan
Oh that can happen because of stupid coding,
people doing stuff like

if (playertouchsme)
toweapons I am a dumb scripter
}

forgetting the ;
"Never argue with a idiot, or they'll be you by experience."
- So that means don't argue with me.
Reply With Quote
  #13  
Old 11-11-2001, 06:57 AM
Providence_Admin1 Providence_Admin1 is offline
Banned
Join Date: Oct 2001
Location: Canada
Posts: 90
Providence_Admin1 is on a distinguished road
Quote:
Originally posted by 6Burning6Church6


Seems like a redneck playerworld ;x

Show down is the ***est PW name I've ever heard.
Yeah, sidra was a lot better.
Reply With Quote
  #14  
Old 11-11-2001, 07:23 AM
6Burning6Church6 6Burning6Church6 is offline
Chance Mercy
Join Date: Oct 2001
Location: Coral Springs, Florida
Posts: 280
6Burning6Church6 is on a distinguished road
Quote:
Originally posted by Providence_Admin1


Yeah, sidra was a lot better.
Yea, providence was a lot better.
__________________

- American Pride
"We will stop terrorist TOGETHER." - President Bush
Quote:
Originally posted by Stefan
Oh that can happen because of stupid coding,
people doing stuff like

if (playertouchsme)
toweapons I am a dumb scripter
}

forgetting the ;
"Never argue with a idiot, or they'll be you by experience."
- So that means don't argue with me.
Reply With Quote
  #15  
Old 11-11-2001, 11:56 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
your using the term "***" to describe my pw....shows how much you know

well heres a shot of the start of the tiles...
Attached Thumbnails
Click image for larger version

Name:	firstlook.png
Views:	173
Size:	25.0 KB
ID:	7549  
Reply With Quote
  #16  
Old 11-11-2001, 12:40 PM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
Quote:
Originally posted by Brad2
your using the term "***" to describe my pw....shows how much you know

well heres a shot of the start of the tiles...
i smell a rat
Reply With Quote
  #17  
Old 11-11-2001, 12:45 PM
Providence_Admin1 Providence_Admin1 is offline
Banned
Join Date: Oct 2001
Location: Canada
Posts: 90
Providence_Admin1 is on a distinguished road
Quote:
Originally posted by 6Burning6Church6


Yea, providence was a lot better.
Providence has a meaning, obviously you're stupid and do not know that!
Reply With Quote
  #18  
Old 11-11-2001, 12:47 PM
Faheria_LAT1 Faheria_LAT1 is offline
Seraphim Warrior
Faheria_LAT1's Avatar
Join Date: Oct 2001
Location: QUÉBEC!!!!!!1
Posts: 2,040
Faheria_LAT1 is on a distinguished road
Send a message via ICQ to Faheria_LAT1 Send a message via AIM to Faheria_LAT1
Quote:
Originally posted by Providence_Admin1


Providence has a meaning, obviously you're stupid and do not know that!
Tyne si back.
__________________


"I like movies where the guy shoots stuff, and then it blows up, and then this other guy shoots him, and then the first guy drives through a Coke sign, and it blows up, and the car flips over in slow motion, and then the guy gets out and pops his arm back in place, and then they fight 'cause they're out of bullets, and the guy says something like "This is Walmart, boy...and you just got price-checked!" - Broken Saints

"There is no greater sorrow than to recall in misery when we were happy" - Dante

"If you know yourself but not the enemy, for every victory gained you will also suffer a defeat" - Sun Tzu, The Art Of War

"Kingdoms ...rising without word. Collapsing without warning." - Broken Saints

Account now used by Silver and Mmmmkay
yoshee15 account has run out :[[[
Reply With Quote
  #19  
Old 11-11-2001, 12:47 PM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Quote:
Originally posted by Providence_Admin1


Providence has a meaning, obviously you're stupid and do not know that!
as does showdown

but this pitiful excuse for a human wouldnt dare to think before he speaks now would he?
Reply With Quote
  #20  
Old 11-11-2001, 12:51 PM
Providence_Admin1 Providence_Admin1 is offline
Banned
Join Date: Oct 2001
Location: Canada
Posts: 90
Providence_Admin1 is on a distinguished road
Darklink does a lot of stupid ****, he thinks he's a hacker or he can get his friends to hack or something stupid. He also isn't funny.

Also he was the person with "hakkedaccount_4" (Not sure how it was spelt) saying we're all lamers, and graal sucks and so on.

Besides, playerworlds do not have a sexual prefrence!
Reply With Quote
  #21  
Old 11-11-2001, 12:53 PM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Quote:
Originally posted by Providence_Admin1
Darklink does a lot of stupid ****, he thinks he's a hacker or he can get his friends to hack or something stupid. He also isn't funny.

Also he was the person with "hakkedaccount_4" (Not sure how it was spelt) saying we're all lamers, and graal sucks and so on.

Besides, playerworlds do not have a sexual prefrence!
the one who posted all the pron?

Pathetic...

Hey Tyne..you probally dont remember but I gave you your first p2p account...heh
Reply With Quote
  #22  
Old 11-11-2001, 02:13 PM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
ha ha ha, this is funny, nothings changed here at all, looks like instead of me and soul blade reacking havock and everyone complainging and cussing and talking about abortion and stuff, everyone has become exactly like us and slams each other with every post or new idea.

pathetic.

and no one is taking action. I can remmember people being banned for calling something ***.

anyway, I wonder who made those tiles
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #23  
Old 11-11-2001, 07:22 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Providence_Admin1
Besides, playerworlds do not have a sexual prefrence!
They don't?
Argh, and I was just working on creating the first real *** playerworld too

__________________

Reply With Quote
  #24  
Old 11-11-2001, 09:48 PM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Quote:
Originally posted by LilbrojX
ha ha ha, this is funny, nothings changed here at all, looks like instead of me and soul blade reacking havock and everyone complainging and cussing and talking about abortion and stuff, everyone has become exactly like us and slams each other with every post or new idea.

pathetic.

and no one is taking action. I can remmember people being banned for calling something ***.

anyway, I wonder who made those tiles
yeah who made those tiles
Reply With Quote
  #25  
Old 11-12-2001, 12:03 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Brad2


yeah who made those tiles

what if it was me, wouldn't that be wierd?
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #26  
Old 11-12-2001, 01:08 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
People, we need scripters BADLY

I have all the sprites for the pistol,lasso,crowbar, and some others but no scripters to script it
Reply With Quote
  #27  
Old 11-12-2001, 08:06 AM
JubeiSaotomeX JubeiSaotomeX is offline
Registered User
JubeiSaotomeX's Avatar
Join Date: Sep 2001
Posts: 1,923
JubeiSaotomeX is on a distinguished road
i already told you on newmain, but you can use my ganiz, i'll send you them soon
Reply With Quote
  #28  
Old 11-13-2001, 07:27 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Quote:
Originally posted by JubeiSaotomeX
i already told you on newmain, but you can use my ganiz, i'll send you them soon
ok

the maps almost done
Reply With Quote
  #29  
Old 11-13-2001, 07:30 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Brad2

ok

the maps almost done
I wonder who's doing the map...
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #30  
Old 11-14-2001, 04:53 AM
Brad2 Brad2 is offline
Banned
Brad2's Avatar
Join Date: Sep 2001
Location: In my Computer Room
Posts: 0
Brad2 is on a distinguished road
Send a message via AIM to Brad2 Send a message via Yahoo to Brad2
Preview...
Attached Thumbnails
Click image for larger version

Name:	2ndlook.png
Views:	80
Size:	98.8 KB
ID:	7732  
Reply With Quote
  #31  
Old 11-14-2001, 10:37 AM
LilbrojX LilbrojX is offline
why dont you marry it?
LilbrojX's Avatar
Join Date: Mar 2001
Location: hmm
Posts: 1,465
LilbrojX is on a distinguished road
Send a message via AIM to LilbrojX Send a message via Yahoo to LilbrojX
Quote:
Originally posted by Brad2
Preview...
I wonder who made most of that..
__________________

http://www.dictionary.com/search?q=arrogant
kai is an expert on all things arrogant
Reply With Quote
  #32  
Old 11-14-2001, 08:00 PM
Psyker Psyker is offline
Tired Sloth
Join Date: Mar 2001
Posts: 6,217
Psyker will become famous soon enough
Send a message via AIM to Psyker Send a message via Yahoo to Psyker
fix up the grass... there's a whole lotta detail, but it doesn't look too good.
__________________
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 11:53 PM.


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