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 04-22-2002, 10:12 AM
XeroMaster XeroMaster is offline
Registered User
Join Date: Dec 2001
Location: Washington-=USA=-
Posts: 143
XeroMaster is on a distinguished road
Send a message via AIM to XeroMaster Send a message via Yahoo to XeroMaster
Add This!!!!

I just notest the graal 2002 bodies are on graal 2001!

but when you change with the cloths changer the walking,idle, and swords are all messed up.
here is a script it fix it
(please dont say you made this)
[QUOTE]

// NPC made by Fire Mage Rekiru of (Dustari)
if (playerenters) {toweapons -bodygani changer;}

if (strequals(#8,body100.png)
||strequals(#8,body100.png)
||strequals(#8,body101.png)
||strequals(#8,body102.png)
||strequals(#8,body103.png)
||strequals(#8,body104.png)
||strequals(#8,body105.png)
||strequals(#8,body106.png)
||strequals(#8,body107.png)
||strequals(#8,body108.png)
||strequals(#8,body110.png)
||strequals(#8,body109.png)
||strequals(#8,body111.png)
||strequals(#8,body112.png)
||strequals(#8,body113.png)
||strequals(#8,body114.png)
||strequals(#8,body115.png)
||strequals(#8,body140.png)
||strequals(#8,body141.png)
||strequals(#8,body195.png)
||strequals(#8,body196.png)
||strequals(#8,body197.png)
||strequals(#8,body198.png)
||strequals(#8,body199.png)
||strequals(#8,body300.png)
)
{replaceani walk,human_walk;
replaceani idle,human_idle;
replaceani push,human_push;
replaceani pull,human_pull;
replaceani carry,human_carry;
replaceani sword,human_sword_swing;}

else {replaceani walk,walk;
replaceani idle,idle;
replaceani push,push;
replaceani pull,pull;
replaceani carry,carry;
replaceani sword,sword;}

QUOTE]
__________________
OUT OF MY MIND!
BACK IN 5 MIN.
AIM=Da First Bug
[email protected]
Reply With Quote
  #2  
Old 04-22-2002, 10:56 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
*winces*

I'm sure they're grateful for the offer of the script, but they can probably make their own more efficient version.
__________________
Reply With Quote
  #3  
Old 04-22-2002, 02:14 PM
c0nsp1racy c0nsp1racy is offline
Banned
c0nsp1racy's Avatar
Join Date: Jan 2002
Location: NYC
Posts: 991
c0nsp1racy is on a distinguished road
Quote:
Originally posted by Kaimetsu
*winces*

I'm sure they're grateful for the offer of the script, but they can probably make their own more efficient version.
Kai- The master of scripting. hahahahhah wut a joke you are kai that will work fine stop making people feal inferior to your lame ass.
Reply With Quote
  #4  
Old 04-22-2002, 03:35 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by c0nsp1racy


Kai- The master of scripting. hahahahhah wut a joke you are kai that will work fine stop making people feal inferior to your lame ass.
Oh dear, looks like I made the little brainless kiddy mad. Unfortunately the real world works on a lil' principle known as 'standards'. That script is below the required standard for G2K1 scripting.
__________________
Reply With Quote
  #5  
Old 04-22-2002, 04:51 PM
Spanko Spanko is offline
Squeaker of Soles
Spanko's Avatar
Join Date: Nov 2001
Location: The Netherworl...lands
Posts: 1,366
Spanko is on a distinguished road
Send a message via ICQ to Spanko Send a message via AIM to Spanko Send a message via Yahoo to Spanko
[Meanness Alert, only read if not easily angered]
I wouldn't dare say I made that script, it'd make me look bad.
[/Meanness Alert]
__________________

ICQ: 125283920
MSN: [email protected]
AIM: Squeax0r
Squeaker seems unable to access the forum using this account.. tis a sad day.
Now with occasional Asuka flavour! Ooops a bit too much...
Asuka should be king of Dustari!

"Y'know, some days even my lucky rocketship underpants don't even help."
Reply With Quote
  #6  
Old 04-23-2002, 12:46 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
C'mon guys, lighten up. Even I have trouble with #e and strtofloat from time to time...it just comes from having learned scripting before they were introduced is all.
__________________
"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 04-23-2002, 08:53 AM
screen_name screen_name is offline
is watching you
Join Date: Mar 2002
Location: The 3rd Dimension
Posts: 2,160
screen_name is on a distinguished road
Send a message via AIM to screen_name Send a message via MSN to screen_name
Quote:
Originally posted by Spanko
[Meanness Alert, only read if not easily angered]
I wouldn't dare say I made that script, it'd make me look bad.
[/Meanness Alert]

agreed
__________________
[signature]insert here[/signature]
Reply With Quote
  #8  
Old 04-23-2002, 09:14 AM
XeroMaster XeroMaster is offline
Registered User
Join Date: Dec 2001
Location: Washington-=USA=-
Posts: 143
XeroMaster is on a distinguished road
Send a message via AIM to XeroMaster Send a message via Yahoo to XeroMaster
#1

first of all, i ,ade that thing in like 1 min.

#2 I dont know all the graal 2001 server scripting and have NO way to test them. so that is a really quick job(at leats it works)
__________________
OUT OF MY MIND!
BACK IN 5 MIN.
AIM=Da First Bug
[email protected]
Reply With Quote
  #9  
Old 04-23-2002, 05:08 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Re: #1

Quote:
Originally posted by XeroMaster
first of all, i ,ade that thing in like 1 min.

#2 I dont know all the graal 2001 server scripting and have NO way to test them. so that is a really quick job(at leats it works)
It wouldn't work very well, since it only checks their gani when outside events are triggered. And that's if it would even work at all. I'm pretty sure it'd actually do absolutely nothing.

I don't blame you, and I applaud your effort to help, but the G2K1 scripter/s can deal with it
__________________
Reply With Quote
  #10  
Old 04-23-2002, 11:51 PM
amonrabr amonrabr is offline
Scripter
Join Date: Nov 2001
Location: Brazil
Posts: 374
amonrabr is on a distinguished road
Re: Add This!!!!

[QUOTE]Originally posted by XeroMaster
I just notest the graal 2002 bodies are on graal 2001!

but when you change with the cloths changer the walking,idle, and swords are all messed up.
here is a script it fix it
(please dont say you made this)
Quote:

// NPC made by Fire Mage Rekiru of (Dustari)
if (playerenters) {toweapons -bodygani changer;}

if (strequals(#8,body100.png)
||strequals(#8,body100.png)
||strequals(#8,body101.png)
||strequals(#8,body102.png)
||strequals(#8,body103.png)
||strequals(#8,body104.png)
||strequals(#8,body105.png)
||strequals(#8,body106.png)
||strequals(#8,body107.png)
||strequals(#8,body108.png)
||strequals(#8,body110.png)
||strequals(#8,body109.png)
||strequals(#8,body111.png)
||strequals(#8,body112.png)
||strequals(#8,body113.png)
||strequals(#8,body114.png)
||strequals(#8,body115.png)
||strequals(#8,body140.png)
||strequals(#8,body141.png)
||strequals(#8,body195.png)
||strequals(#8,body196.png)
||strequals(#8,body197.png)
||strequals(#8,body198.png)
||strequals(#8,body199.png)
||strequals(#8,body300.png)
)
{replaceani walk,human_walk;
replaceani idle,human_idle;
replaceani push,human_push;
replaceani pull,human_pull;
replaceani carry,human_carry;
replaceani sword,human_sword_swing;}

else {replaceani walk,walk;
replaceani idle,idle;
replaceani push,push;
replaceani pull,pull;
replaceani carry,carry;
replaceani sword,sword;}

QUOTE]
Everybody knows the bugs, but Stefan said hes just testing those Ganis.. but he cant do it by himself, he needs test with more players... So, its just a Test!
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 06:25 PM.


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