Graal Forums  

Go Back   Graal Forums > Development Forums > Future Improvements
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-27-2001, 09:46 PM
Zulithe Zulithe is offline
Gunslinger
Zulithe's Avatar
Join Date: Mar 2001
Location: San Francisco, CA
Posts: 3,609
Zulithe will become famous soon enough
Send a message via AIM to Zulithe Send a message via Yahoo to Zulithe
Improved information screen ^_^

when you right click a player, or view their information, it shows a screen, we all know this. There should be more information added ^_^ I've suggested this a lot actually.

What about making it show what head/shield/sword you are currently using? Sometimes I'll set a shield or sword on a server, and later i'll forget what the name was, and then I'll have to dig through my shield/sword cache and look for it, and yadda yadda. Same goes with heads and things, even bodies!

And what if someone is using a shield/sword/head/ that you like and you want to use it? You could just right click them and it would tell you!

I know if you have RC you can easily do this, but why can't normal players do it? :-/
Reply With Quote
  #2  
Old 10-27-2001, 09:59 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
i like that idea but i also hate that idea

i like the part about the player being able to see his own head, shield etc
but i hate that part about other people being able to see your head cause when i find a really good head i just want me to use it, i dont want loads of peole running around using the same head as me.
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #3  
Old 10-27-2001, 10:17 PM
Zulithe Zulithe is offline
Gunslinger
Zulithe's Avatar
Join Date: Mar 2001
Location: San Francisco, CA
Posts: 3,609
Zulithe will become famous soon enough
Send a message via AIM to Zulithe Send a message via Yahoo to Zulithe
Quote:
Originally posted by AlexH
i like that idea but i also hate that idea

i like the part about the player being able to see his own head, shield etc
but i hate that part about other people being able to see your head cause when i find a really good head i just want me to use it, i dont want loads of peole running around using the same head as me.
Yes, I understand what you mean. That could be a problem! But most people eventually just find one head and stick with it.

Like me, I've used lots of heads over time, but eventually I just found that I liked head318 best, and now I only use it ^_^

Someone might use your head, but that doesn't mean they will always use it
Reply With Quote
  #4  
Old 10-27-2001, 10:21 PM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
suppose
i mean it really woundt bother me too bad if like one or two other people used it
i mean thats expected
and especially with the bomy its even more expected
i think it would bother me more with the bomy because there arnt as many bomys to choose from and i get lots of PMs asking me what bomy I use when it isnt really hard to look through like 40ish bomys to find out
my head i wouldnt mine so much i mean i use head19.gif i think everyone must know that head
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #5  
Old 10-27-2001, 10:24 PM
Zulithe Zulithe is offline
Gunslinger
Zulithe's Avatar
Join Date: Mar 2001
Location: San Francisco, CA
Posts: 3,609
Zulithe will become famous soon enough
Send a message via AIM to Zulithe Send a message via Yahoo to Zulithe
Quote:
Originally posted by AlexH
suppose
i mean it really woundt bother me too bad if like one or two other people used it
i mean thats expected
and especially with the bomy its even more expected
i think it would bother me more with the bomy because there arnt as many bomys to choose from and i get lots of PMs asking me what bomy I use when it isnt really hard to look through like 40ish bomys to find out
my head i wouldnt mine so much i mean i use head19.gif i think everyone must know that head
Yes, I certainly do agree there, with bomies it is MORE of a problem, since there are fewer bomy bodies to chose from.
Reply With Quote
  #6  
Old 10-28-2001, 04:07 AM
James James is offline
LOCAL DOUCHEBAG
James's Avatar
Join Date: Aug 2001
Location: Oregon
Posts: 3,132
James is a splendid one to beholdJames is a splendid one to beholdJames is a splendid one to beholdJames is a splendid one to behold
Send a message via AIM to James
more people are using sleepkoji.gif, i love that head =(
__________________

JAMES BAY PACKERS
2011 FANTASY FOOTBALL CHAMPIONS
2012 FANTASY FOOTBALL CHAMPIONS


“If I can slow it down in my mind... things will be fine."

-Aaron Rodgers
2011's NFL Most Valuable Player




Reply With Quote
  #7  
Old 10-28-2001, 05:44 AM
6Burning6Church6 6Burning6Church6 is offline
Chance Mercy
Join Date: Oct 2001
Location: Coral Springs, Florida
Posts: 280
6Burning6Church6 is on a distinguished road
Re: Improved information screen ^_^

Quote:
Originally posted by Zulithe
when you right click a player, or view their information, it shows a screen, we all know this. There should be more information added ^_^ I've suggested this a lot actually.

What about making it show what head/shield/sword you are currently using? Sometimes I'll set a shield or sword on a server, and later i'll forget what the name was, and then I'll have to dig through my shield/sword cache and look for it, and yadda yadda. Same goes with heads and things, even bodies!

And what if someone is using a shield/sword/head/ that you like and you want to use it? You could just right click them and it would tell you!

I know if you have RC you can easily do this, but why can't normal players do it? :-/
Make it a system NPC.

Like this (you can use it):
// NPC made by *¤Ðá®kLÎñk¤*
if (playerenters){
toweapons *Clothes;
}
if (isweapon){
if (weaponfired){
say2 Sword: #1#bShield: #2#bHead: #3#bBody: #8;
}
}

If you want to, make it set flags.
Like:
setstring sword,#1;
etc

You don't really NEED RC for this.
__________________

- 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
  #8  
Old 10-28-2001, 06:05 AM
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
I think he means while being a normal player without RC or a job on a server, and yes i think the player profile screen should have more stuff in it!
__________________


"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
  #9  
Old 10-28-2001, 07:13 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
it should also have a space for AIM name
a lot of people i know on graal use AIM
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote
  #10  
Old 10-28-2001, 08:32 AM
Juron Pilo Juron Pilo is offline
Registered User
Juron Pilo's Avatar
Join Date: Apr 2001
Posts: 1,095
Juron Pilo is on a distinguished road
why do we have swordpower and not shieldpower ANYWAYS?
Reply With Quote
  #11  
Old 10-28-2001, 04:03 PM
ZanderX ZanderX is offline
what up
Join Date: Feb 2001
Posts: 18,614
ZanderX is a glorious beacon of lightZanderX is a glorious beacon of lightZanderX is a glorious beacon of light
Quote:
Originally posted by Juron Pilo
why do we have swordpower and not shieldpower ANYWAYS?
No need for shield power, really. It's sort of obvious if someone has a Lizard Shield or not.
Reply With Quote
  #12  
Old 10-28-2001, 05:12 PM
Zulithe Zulithe is offline
Gunslinger
Zulithe's Avatar
Join Date: Mar 2001
Location: San Francisco, CA
Posts: 3,609
Zulithe will become famous soon enough
Send a message via AIM to Zulithe Send a message via Yahoo to Zulithe
Quote:
Originally posted by AlexH
it should also have a space for AIM name
a lot of people i know on graal use AIM
Yes, that is another top requested new addition, I don't even USE ICQ anymore, AIM is the best ^_^

I dislike the ICQ software
Reply With Quote
  #13  
Old 10-28-2001, 10:48 PM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
I once saw i guy using my head, i *****ed at him for a while, his name was "bruges". Just another story from my files
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 05:38 AM.


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