![]() |
Help me.
Can someome tell me how to make a person 'walk' faster, without being able to walk on walls. Thanks.
|
Do you mean like running boots? Hmm...
NPC Code: A little messy, but that should work. |
onwall = evil
Lyndzeys onwall wouldnt be the best . x.x and i dont have ne right now that i can post . but Stefan posted one a while back that is like as good as Graal can get ;) |
running boots
//NPC made by Nyght (FAQ)
if (playertouchsme) {toweapons Runnin' Shoes } if (weaponfired) { if (this.activated==0) { setplayerprop #c, Runnin' Shoes On; this.activated = 1; timeout = 0.05; } else { this.activated = 0; setplayerprop #c, Runnin' Shoes Off; } } if (playerchats && strcontains(#c,speed)) { if (strequals(#c,speed 0.5)) { this.speed=0.5; } if (strequals(#c,speed 1)) { this.speed=1; } if (strequals(#c,speed 1.5)) { this.speed=1.5; } if (strequals(#c,speed 2)) { this.speed=2; } } This dont seem right i need to add a onwall thingy i think .... http://www.deceptiononline.f2s.com/nyghtdoll.gif |
Thank ya.
Thanks, I'll use both of the code and mix 'em around a little bit.
|
I like mine better :p It had stars going behind it but i took it out, it looked weird.
NPC Code: |
Straight from the levels pack, the Pegasus Boots script:
NPC Code: |
nice :)
|
hey Ice
does penny knw your usig her boot script ????
http://www.deceptiononline.f2s.com/nyghtdoll.gif |
Re: hey Ice
Quote:
|
please ...
1 Attachment(s)
Please dont make me kill you again Ice .. and to make it worse ... i killed you oin m bomy account !!! with 0.5 life ....
|
(Penny here)
Penny speaking...
Wow, Icepick.. still using my old stale scripts after all this time, huh? It's sure pathetic that after spending so much of your "life" on Graal, you can't script, build levels, or run a server worth a damn. Besides, anyone who knows me at all would recognize the "umok" vars that I used in that script and realize you stole it.. I find it absolutely silly that you would lie to everyone and say that you wrote it, though... Everyone here who does NOT happen to be familiar with what a complete ***** Icepick is, check out this page: http://www.frontiernet.net/~sponge/aiminfo.html You'll get a good laugh, I'm sure. BTW, Icepick.. What's with using like 10 images as your sig? Are you TRYING to look dumb? o_O -Penny, who will never trust a ***** with any of her scripts again. |
thanks again.
Thanks again.
"Stolen scripts? Made scripts? *** scripts? Lame scripts? Useless scripts? WHO GIVES A DAMN!?" Just what one of my friends said earlier. =) Oh yeah, my 'sig' owns jo0 all! |
Re: thanks again.
Quote:
|
Quote:
|
Quote:
|
I made a perfect onwall script, but I am too lazy to extract the code from my npc. But, basically it checks every half a tile for an onwall statement. Every time it checks, it adds 0.5 to a counter. Now, if you are doing this:
playerx++; Then if it detects a wall inbetween the starting point and destination of the player, it uses the counter to place the player in front of the wall. It's kinda complicated, but it works perfectly. |
Quote:
(Washington eh?) |
Re: hey Ice
Quote:
|
Quote:
Yes, I live in Washington State. o.O |
Did my remote controlled car have perfect onwall detection (other than I was too lazy to check for onwall on any other point but the exact middle)?
|
hmm.
how long have you guys/girls/men/women been in graal?
|
Since Graal 1.4
|
Quote:
|
Quote:
Um do you mind if i take the GFX for the car and the idea? i made my own car it have same functions but its your GFX and idea and i wanna know if i can use them |
(Chance)
penny made that boot script...i can tell, the umok is a dead give away...ice pick stole what had to be over 50 of its weapons when it was working on its own server...Ice asked it to send him a level so he could see the progress, this was before Penny knew Ice Pick real well, BOOM! ice pick stole ALL the weapons and called them his own, luckily they were all in the beta stages and penny only sent 1 level of weapons and not a whole server :) the end |
hey guy, here's a script for ya...it gradually takes MP and you can turn them on and off, base of NPC made by Nyght aka Xero and i edited it a bunch, (if u still need the NPC i recomend this one). hope ya like it
// NPC made by Legend Xero if (playertouchsme) { toweapons TEST *****!!; } if (weaponfired&&playermp=>.5) { if (this.activated==0) { this.activated = 1; timeout = 0.05; } else { this.activated = 0; } } if (timeout==0 && this.activated==1) { if (!onwall(playerx,playery) && !onwall(playerx,playery+0.5) && !onwall(playerx,playery+1) && !onwall(playerx,playery+1.5) && !onwall(playerx,playery+2) && !onwall(playerx,playery+2.5) && !onwall(playerx,playery+3) && !onwall(playerx+0.5,playery) && !onwall(playerx+0.5,playery+0.5) && !onwall(playerx+0.5,playery+1) && !onwall(playerx+0.5,playery+1.5) && !onwall(playerx+0.5,playery+2) && !onwall(playerx+0.5,playery+2.5) && !onwall(playerx+0.5,playery+3) && !onwall(playerx+1,playery) && !onwall(playerx+1,playery+0.5) && !onwall(playerx+1,playery+1) && !onwall(playerx+1,playery+1.5) && !onwall(playerx+1,playery+2) && !onwall(playerx+1,playery+2.5) && !onwall(playerx+1,playery+3) && !onwall(playerx+1.5,playery) && !onwall(playerx+1.5,playery+0.5) && !onwall(playerx+1.5,playery+1) && !onwall(playerx+1.5,playery+1.5)&& !onwall(playerx+1.5,playery+2) && !onwall(playerx+1.5,playery+2.5) && !onwall(playerx+1.5,playery+3) && !onwall(playerx+2,playery) && !onwall(playerx+2,playery+0.5) && !onwall(playerx+2,playery+1) && !onwall(playerx+2,playery+1.5) && !onwall(playerx+2,playery+2) && !onwall(playerx+2,playery+2.5) && !onwall(playerx+2,playery+3) && !onwall(playerx+2.5,playery) && !onwall(playerx+2.5,playery+0.5) && !onwall(playerx+2.5,playery+1) && !onwall(playerx+2.5,playery+1.5) && !onwall(playerx+2.5,playery+2) && !onwall(playerx+2.5,playery+2.5) && !onwall(playerx+2.5,playery+3)) { playermp-=.5; if (keydown(0)) { playery -= 1; } if (keydown(1)) { playerx -= 1; } if (keydown(2)) { playery += 1; } if (keydown(3)) { playerx += 1; } if (playermp=0) {this.activated = 0;} if (playerx > 61) { playerx = 61; } if (playery > 61) { playery = 61; } if (playerx < 0) { playerx = 0; } if (playery < 0) { playery = 0; } } timeout = 0.05; } |
| All times are GMT +2. The time now is 11:19 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.