Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 09-04-2002, 03:52 AM
RavenTelvecho RavenTelvecho is offline
Registered User
RavenTelvecho's Avatar
Join Date: Apr 2002
Location: Toronto, Ontario, Canada
Posts: 0
RavenTelvecho is on a distinguished road
Send a message via ICQ to RavenTelvecho Send a message via AIM to RavenTelvecho Send a message via Yahoo to RavenTelvecho
replacekey

R0bin:
Ok, i Seriously need
replacekey {A|S|D|UP|DOWN|LEFT|RIGHT},keycode;

Or some other way to get rid of graals annoying like gani detect0r thinger.. replaceani still lets you cut bushes if you do

replaceani sword,idle;

O.o
__________________

^tuff newbie ;x
RavenTelvecho
!Booj
we are 'brothers'
Reply With Quote
  #2  
Old 09-04-2002, 03:59 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
Re: replacekey

Quote:
Originally posted by RavenTelvecho
R0bin:
Ok, i Seriously need
replacekey {A|S|D|UP|DOWN|LEFT|RIGHT},keycode;

Or some other way to get rid of graals annoying like gani detect0r thinger.. replaceani still lets you cut bushes if you do

replaceani sword,idle;

O.o
keydown already works fine...you just have to prevent the normal things from happening Use disable weapons if you don't want bushes cut...or use disabledefmovement and make controls from scratch
__________________
Reply With Quote
  #3  
Old 09-04-2002, 04:31 AM
RavenTelvecho RavenTelvecho is offline
Registered User
RavenTelvecho's Avatar
Join Date: Apr 2002
Location: Toronto, Ontario, Canada
Posts: 0
RavenTelvecho is on a distinguished road
Send a message via ICQ to RavenTelvecho Send a message via AIM to RavenTelvecho Send a message via Yahoo to RavenTelvecho
Re: Re: replacekey

Quote:
Originally posted by G_yoshi


keydown already works fine...you just have to prevent the normal things from happening Use disable weapons if you don't want bushes cut...or use disabledefmovement and make controls from scratch
R0bin: Keydown dont work fine.And i only want to disable 1 key not all of them.
__________________

^tuff newbie ;x
RavenTelvecho
!Booj
we are 'brothers'
Reply With Quote
  #4  
Old 09-04-2002, 02:13 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Your sig is too big, R0bin.
__________________
Reply With Quote
  #5  
Old 09-04-2002, 11:15 PM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
Re: replacekey

Quote:
Originally posted by RavenTelvecho

Or some other way to get rid of graals annoying like gani detect0r thinger.. replaceani still lets you cut bushes if you do

replaceani sword,idle;
replaceani should still allow you using the sword only with a different animation...it is just bugged when using it against other players. I already talked to Stefan about this.
replaceani is not meant to disable any actions, just to define a new anitmation.

Use "setsword no-sword.png,0;" to disable the sword. That's how the species are done on Classic. You have an annoying "0" displayed there, but you'll survive it. Maybe it would be better if there would be no number displayed if you have no sword.

The only thing you cannot disable without doing disabledefmovement is lifting objects. I tried playerglovepower=0 but then you can still lift everything except green and black stones.
I'd like to have a playerglovepower=0 because it would be usefull for certain minigames.
__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote
  #6  
Old 09-05-2002, 04:28 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
No "0", that would rock...I mean, glove 0 doesn't have a "0"
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #7  
Old 09-05-2002, 11:48 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
Re: Re: replacekey

Quote:
Originally posted by Com013

replaceani should still allow you using the sword only with a different animation...it is just bugged when using it against other players. I already talked to Stefan about this.
replaceani is not meant to disable any actions, just to define a new anitmation.

Use "setsword no-sword.png,0;" to disable the sword. That's how the species are done on Classic. You have an annoying "0" displayed there, but you'll survive it. Maybe it would be better if there would be no number displayed if you have no sword.

The only thing you cannot disable without doing disabledefmovement is lifting objects. I tried playerglovepower=0 but then you can still lift everything except green and black stones.
I'd like to have a playerglovepower=0 because it would be usefull for certain minigames.
If that is the case, then just do showstats and only display hearts, player, and minimap. Then just make an NPC that will create the rest of the display and fix it so if the swordpower is 0, not to show that number
__________________
Reply With Quote
  #8  
Old 09-06-2002, 03:51 AM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Sure. Just get Stefan to take off the NPCW limit so I can fit all that into one of the system NPCs without having to make another and that'll be the first thing I do. Oh, and we'll need the showimg flicker-when-hit removed too.
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #9  
Old 09-10-2002, 01:50 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
Quote:
Originally posted by Tyhm
Sure. Just get Stefan to take off the NPCW limit so I can fit all that into one of the system NPCs without having to make another and that'll be the first thing I do. Oh, and we'll need the showimg flicker-when-hit removed too.
yes...the flicker is annoying
__________________
Reply With Quote
  #10  
Old 09-10-2002, 06:44 PM
R0b1n-NPC R0b1n-NPC is offline
Registered User
Join Date: Sep 2002
Posts: 397
R0b1n-NPC is on a distinguished road
Quote:
Originally posted by Tyhm
Sure. Just get Stefan to take off the NPCW limit so I can fit all that into one of the system NPCs without having to make another and that'll be the first thing I do. Oh, and we'll need the showimg flicker-when-hit removed too.
Are you being sarcastic?

Its hard to tell when you are sarcastic nearly all the time.
__________________
- R0bin
Reply With Quote
  #11  
Old 09-10-2002, 09:07 PM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
Partially. If Stefan impliments all that stuff I'll be able to make a custom A S D bar for Classic that looks just like the original. But he probably won't, so in the meantime, I want swords with power 0 to not show the 0 - doesn't seem like a whole lot to ask.
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."

"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
- My pet, the Levelup Gnome

http://forums.graalonline.com/forums...&postcount=233
Reply With Quote
  #12  
Old 09-10-2002, 11:08 PM
emortylone emortylone is offline
Registered User
Join Date: Apr 2002
Location: Control-NPC
Posts: 834
emortylone is on a distinguished road
I have an HP System that I am about finished with. if you set all the players ap to 100 then it doesn't matter the sword power! he he. I made it so that if it timesout, for every 1/2 half gone, it does 5 hp damage, and 100 is the default HP. So it is customizable and stuff. If you'd like a copy, just let me know.
---Shifter
__________________
Quote:
*Stefan: it seems sometimes they hire newbie scripters everywhere x-x
*Stefan: scripters are sometimes like people that draw paintings
*Stefan: all that counts is that it looks nice
Reply With Quote
  #13  
Old 09-16-2002, 01:06 AM
Com013 Com013 is offline
Registered User
Join Date: Aug 2002
Location: GMT+1
Posts: 381
Com013 is on a distinguished road
Quote:
Originally posted by Tyhm
No "0", that would rock...I mean, glove 0 doesn't have a "0"
Even glove 1 doesn't have anything displayed there. (one is the default=bare hands, 2 = red gloves, 3 = gold gloves).

I want glove 0 so you cannot lift anything at all (not even bushes, bombs, NPCs).

Quote:
Originally posted by emortylone
I have an HP System that I am about finished with. if you set all the players ap to 100 then it doesn't matter the sword power! he he. I made it so that if it timesout, for every 1/2 half gone, it does 5 hp damage, and 100 is the default HP. So it is customizable and stuff. If you'd like a copy, just let me know.
---Shifter
No, sorry. I think you missed the point of our discussion (or I missed the point of your post).
We were not talking about making the sword not causing damage. That is already possible. We want to get rid of the zero displayed right of the [S) thing in the status bar.
__________________
Com013
Former Admin of the LAT on Graal The Adventure

e-mail: [email protected]
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 04:46 AM.


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