Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Future Improvements (https://forums.graalonline.com/forums/forumdisplay.php?f=10)
-   -   Add This!!!! (https://forums.graalonline.com/forums/showthread.php?t=27853)

XeroMaster 04-22-2002 10:12 AM

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]

Kaimetsu 04-22-2002 10:56 AM

*winces*

I'm sure they're grateful for the offer of the script, but they can probably make their own more efficient version.

c0nsp1racy 04-22-2002 02:14 PM

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.

Kaimetsu 04-22-2002 03:35 PM

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.

Spanko 04-22-2002 04:51 PM

[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]

Tyhm 04-23-2002 12:46 AM

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.

screen_name 04-23-2002 08:53 AM

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

XeroMaster 04-23-2002 09:14 AM

#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)

Kaimetsu 04-23-2002 05:08 PM

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 :)

amonrabr 04-23-2002 11:51 PM

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!


All times are GMT +2. The time now is 12:30 AM.

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