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 04-23-2007, 02:34 AM
middo middo is offline
VHE Monkey
middo's Avatar
Join Date: Aug 2002
Location: California
Posts: 327
middo is on a distinguished road
Send a message via AIM to middo
No way to disable Playerlist?

Right now I really need to disable the player list, or at least masses.
Being able to send masses is really mucking up the community right now on my server, but through a lot of lurking I found no easy way to disable either.

What do I do!?
Reply With Quote
  #2  
Old 04-23-2007, 02:36 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Negative.



I believe this was discussed before.
Reply With Quote
  #3  
Old 04-23-2007, 02:38 AM
middo middo is offline
VHE Monkey
middo's Avatar
Join Date: Aug 2002
Location: California
Posts: 327
middo is on a distinguished road
Send a message via AIM to middo
Gah.. I'm going nuts
Reply With Quote
  #4  
Old 04-23-2007, 02:45 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
I brought it up in another thread a while ago, even got a reply from Stefan on the matter.

http://forums.graalonline.com/forums...ad.php?t=67858
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #5  
Old 04-23-2007, 02:53 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Well, the only thing that I could do would be to find the address of the playerlist and create a trainer that would disable/enable the playerlist with the pressing of certain hotkeys.

Of course, the only problem with that would be that it would only be enabled/disabled for you, which essentially wouldn't really help you at all.
Reply With Quote
  #6  
Old 04-23-2007, 03:31 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
You do not need a trainer, it's more simple than that (on windows anyway)
ShowWindow(FindWindow(null,"Playerlist"),SW_HIDE);

Or SetWindowPos to -1000, -1000

Of course it doesn't help at all.
__________________

Coming soon (Hopefully:P)
Reply With Quote
  #7  
Old 04-23-2007, 04:51 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
("-Playerlist") is a workable object. While I didn't find any workable .destroy(), you be able to do other things - like discard pms as they arrive. I dunno .
Reply With Quote
  #8  
Old 04-23-2007, 07:55 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Tis a difficult feat!
__________________
Do it with a DON!
Reply With Quote
  #9  
Old 04-23-2007, 08:10 AM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
I propose a new server option to disable the playerlist on a certain server so that it may be replaced with an in-game feature.
__________________
Reply With Quote
  #10  
Old 04-23-2007, 12:11 PM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Inverness View Post
I propose a new server option to disable the playerlist on a certain server so that it may be replaced with an in-game feature.


Quote:
Originally Posted by Stefan View Post
Well it's normal that features get more attention once they are needed for the the gold servers (like serverside sql has been added for the login server, not available to playerworlds yet). Since the scripted Rc is released now it will be interesting to also let Windows users use the scripted playerlist if they want.
I don't like the idea of disabling the playerlist totally though, it's an important part of Graal.


...
Reply With Quote
  #11  
Old 04-23-2007, 04:56 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Gambet View Post
...
If they don't like it they're very welcome to leave the server.

Being able to send messages really messes up the environment of a fully RP-based server such as Valikorlia (which I assume is what this is for). It could be replaced with in-character features.
__________________
Reply With Quote
  #12  
Old 04-23-2007, 01:40 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
I still think it would be nice to disable it for the sake of creating your own type (but not necessarily a "scripted playerlist" but more of an emulated similarity).

I would have gone to post this in the other topic, but I don't really want to find it. Besides, this is the active one it seems.
__________________
Do it with a DON!
Reply With Quote
  #13  
Old 04-25-2007, 01:45 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Lol this may sound kuku-krazy but wouldnt something like
("-Playerlist").destroy();
player.removeWeapon("-Playerlist");

do anything?
Reply With Quote
  #14  
Old 04-25-2007, 02:08 AM
Gambet Gambet is offline
Registered User
Join Date: Oct 2003
Posts: 2,712
Gambet is on a distinguished road
Quote:
Originally Posted by Rapidwolve View Post
Lol this may sound kuku-krazy but wouldnt something like
("-Playerlist").destroy();
player.removeWeapon("-Playerlist");

do anything?

Quote:
Originally Posted by Twinny View Post
("-Playerlist") is a workable object. While I didn't find any workable .destroy(), you be able to do other things - like discard pms as they arrive. I dunno .


...
Reply With Quote
  #15  
Old 04-25-2007, 02:08 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Oh sorry didn't read up. What happens if a server creates a weapon with the same name?
Reply With Quote
  #16  
Old 04-25-2007, 02:24 AM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
hmm, theres a Playerlist.ignoreevents()

it takes 1 parameter, i have no idea what that is though.
__________________

Coming soon (Hopefully:P)
Reply With Quote
  #17  
Old 04-25-2007, 07:55 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by JkWhoSaysNi View Post
hmm, theres a Playerlist.ignoreevents()

it takes 1 parameter, i have no idea what that is though.
used with scheduleevent / cancelevents
Reply With Quote
  #18  
Old 04-25-2007, 02:27 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Maybe bitflags?
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 12:45 PM.


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