Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Axe man (https://forums.graalonline.com/forums/showthread.php?t=13978)

Rone 10-07-2001 01:34 AM

Axe man
 
I need someone who will repeteldy use the ax

i can get it so he hits 1 time

PLZ help

Python523 10-07-2001 01:41 AM

if (created) {setcharani jaxe,;timeout=1}

}
if (timeout) {setcharani jaxe,;timeout=1;}
that should work

Rone 10-07-2001 02:15 AM

that works but when i touch or hit him he like starts his swing over

btedji 10-07-2001 02:19 AM

Quote:

Originally posted by Rone
that works but when i touch or hit him he like starts his swing over
you could make a block so you cant touch him, but that is probably the easy way out

entravial 10-07-2001 03:04 AM

~AlphaFlame~

if (created) {
showcharacter;
setcharprop #3,head0.gif;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #2,shield1.gif;
setcharprop #1,sword2.gif;
shieldpower = 1;
dir = 2;
timeout=.1;
}
if (timeout){
this.var=(this.var+1)%6;
sprite=8+this.var;
timeout=.1;
}

Shard_IceFire 10-07-2001 04:21 AM

Quote:

Originally posted by entravial
~AlphaFlame~

if (created) {
showcharacter;
setcharprop #3,head0.gif;
setcharprop #C0,orange;
setcharprop #C1,white;
setcharprop #C2,blue;
setcharprop #C3,red;
setcharprop #C4,black;
setcharprop #2,shield1.gif;
setcharprop #1,sword2.gif;
shieldpower = 1;
dir = 2;
timeout=.1;
}
if (timeout){
this.var=(this.var+1)%6;
sprite=8+this.var;
timeout=.1;
}

? That doesn't play jaxe does it?

Falcor 10-07-2001 04:27 AM

It also uses ickey yukeysprites when you dont have too =_=

entravial 10-08-2001 01:23 AM

~AlphaFlame~

*puts on "stupid scripts for stupid people" cap and does the cha-cha* :p


All times are GMT +2. The time now is 01:20 PM.

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