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-31-2002, 07:29 AM
KujaBTK KujaBTK is offline
Registered User
Join Date: Sep 2002
Location: Expired in November 10, 2002
Posts: 201
KujaBTK is on a distinguished road
Additional improvements

Add:
- a script to allow/disable the player to right-click other players and view their profiles.

Code:
enableviewprofiles;
disableviewprofiles;


- a script that allows the server to change the keys and it will not effect the general controls.

Code: changeplayerkey KEY BUTTON YOU WANT TO CHANGE,KEY BUTTON YOU WANT TO CHANGE TO;


- a script that can also disable player's key like if I press 'R', the rating will not show up because its blocked.

Code:blockkey (KEY BUTTON);


- a music/sound editor that creates fade-out and other effects.

Action: it'll appear on the top icon buttons where the 'Edit signs' icon is located and to make it work correctly, you'll have to open an npc. Then, click on the music/sound editor icon and the menu will pop up.
__________________
Need somebody to design a webpage for you? Email me at [email protected] now!
Reply With Quote
  #2  
Old 10-31-2002, 07:38 AM
KujaBTK KujaBTK is offline
Registered User
Join Date: Sep 2002
Location: Expired in November 10, 2002
Posts: 201
KujaBTK is on a distinguished road
And more stuff here:

- a script to disable grabing, pushing.

Code: disablegrabing; disablepushing;


- more additional information for the profile menu such as:
Born in:
Guild(s):
Best buddy:
'Probably some more there'
__________________
Need somebody to design a webpage for you? Email me at [email protected] now!
Reply With Quote
  #3  
Old 10-31-2002, 08:01 AM
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
Um, if you want to disable stuff like grabbing you'll pretty much have to use disabledefmovement and create your own player control script. As for profile stuff, you can set it up in the serveroptions for custom variables and strings. For example, you could add a custom string to the serveroptions such as the "Best Friend" or whatever like this:

'profilevars=Best Friend:client.friend'

Then just set up an NPC that allows a player to enter in a Name that will be saved to that string. Each time a player right clicks themselves or another player, they'll see that. Keep in mind that the chat string might get cut off if you use a space but there are ways of getting around that
__________________
Reply With Quote
  #4  
Old 10-31-2002, 09:12 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
enablefeatures allfeatures-0x800;
will disable the profile in script; to disable 'a' you can do alot of different things, have a loop that checks if the player has the animation of pulling/pushing and change it; or even better, what yoshi said.
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote
  #5  
Old 10-31-2002, 09:55 AM
CheeToS2 CheeToS2 is offline
That Guy
CheeToS2's Avatar
Join Date: Dec 2001
Location: Seattle, WA
Posts: 2,528
CheeToS2 will become famous soon enough
Send a message via AIM to CheeToS2
Quote:
Originally posted by KujaBTK
Add:
- a script to allow/disable the player to right-click other players and view their profiles.

Code:
enableviewprofiles;
disableviewprofiles;


- a script that allows the server to change the keys and it will not effect the general controls.

Code: changeplayerkey KEY BUTTON YOU WANT TO CHANGE,KEY BUTTON YOU WANT TO CHANGE TO;


- a script that can also disable player's key like if I press 'R', the rating will not show up because its blocked.

Code:blockkey (KEY BUTTON);


- a music/sound editor that creates fade-out and other effects.

Action: it'll appear on the top icon buttons where the 'Edit signs' icon is located and to make it work correctly, you'll have to open an npc. Then, click on the music/sound editor icon and the menu will pop up.
For the music thing, there are new variables that you can use in a script to do that..
- script variables musicpos and musiclen to get the posiiton/length
of the currently played music track; this doesn't work for
midis


Quote:
Originally posted by Dach
enablefeatures allfeatures-0x800;
will disable the profile in script; to disable 'a' you can do alot of different things, have a loop that checks if the player has the animation of pulling/pushing and change it; or even better, what yoshi said.
disables the right clicking, not the entire profile :x
__________________

Reply With Quote
  #6  
Old 11-01-2002, 07:17 AM
R0bin R0bin is offline
Banned
R0bin's Avatar
Join Date: Oct 2002
Location: Wales, UK
Posts: 828
R0bin is on a distinguished road
Send a message via AIM to R0bin
Quote:
Originally posted by CheeToS2
For the music thing, there are new variables that you can use in a script to do that..
- script variables musicpos and musiclen to get the posiiton/length
of the currently played music track; this doesn't work for
midis
R0bin thought of this <3


Quote:
Originally posted by KujaBTK
Code: changeplayerkey KEY BUTTON YOU WANT TO CHANGE,KEY BUTTON YOU WANT TO CHANGE TO;
<3 R0bin thought of this too
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:50 PM.


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