Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-04-2001, 09:58 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Sliden Script

Anyone know the sliding script mthat makes the NPC slide away from the player when he/her is near it?
Reply With Quote
  #2  
Old 08-04-2001, 10:13 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
slide as in?

move away would be something like
(not tested)

NPC Code:

timeout=.1;
if (timeout) {
//x check
for (this.i=0;this.i<playerscount;this.i++) {
if (abs(players[this.i].x-x)<2) {
if (players[this.i].x>x) { x--; }
if (players[this.i].x<x) { x++; }
}
}
//y check
for (this.i=0;this.i<playerscount;this.i++) {
if (abs(players[this.i].y-y)<2) {
if (players[this.i].y>y) { y--; }
if (players[this.i].y<y) { y++; }
}
}
}

__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)

Last edited by LiquidIce00; 08-04-2001 at 10:16 AM..
Reply With Quote
  #3  
Old 08-06-2001, 01:13 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
thanks ^_^ my football works right now thanks to you!
Reply With Quote
  #4  
Old 08-06-2001, 03:38 AM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
err i dont do it like that but what ever
__________________
Do it with a DON!
Reply With Quote
  #5  
Old 08-07-2001, 11:21 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by zokemon
err i dont do it like that but what ever
No one does it his way inless they need his help
Reply With Quote
  #6  
Old 08-07-2001, 12:39 PM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
that one is buggy i just did it on the spot .. but it should work okay and its a beginning..
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
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 04:01 AM.


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