Graal Forums  

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

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-07-2002, 06:43 AM
Androk2k1 Androk2k1 is offline
Banned
Androk2k1's Avatar
Join Date: Dec 2001
Posts: 1,336
Androk2k1 is on a distinguished road
Minging on Non-P2P

Any idea on how I can find that axe/hammer actually hit another NPC?
Reply With Quote
  #2  
Old 01-07-2002, 07:27 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
same thing as p2p
use triggeraction
__________________
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
  #3  
Old 01-07-2002, 07:29 AM
Goboom Goboom is offline
Pixel Monkey
Goboom's Avatar
Join Date: Dec 2001
Location: Michigan
Posts: 1,702
Goboom is on a distinguished road
Send a message via ICQ to Goboom Send a message via AIM to Goboom Send a message via MSN to Goboom Send a message via Yahoo to Goboom
the one that smashes steaks??? if its that....here it is....
Attached Files
File Type: txt hammer.txt (2.5 KB, 194 views)
__________________
Reply With Quote
  #4  
Old 01-07-2002, 02:13 PM
joseyisleet joseyisleet is offline
Registered User
Join Date: Aug 2001
Posts: 378
joseyisleet is on a distinguished road
Liquid is right. Triggeraction would be the best way to do a mining script (by best I mean easiest).


//Hammer
//NPC made by Josey Hunt
if (playertouchsme) {
toweapons Hammer;
}
if (weaponfired) {
setani jhammer,hammergold.png;
triggeraction playerx+1+vecx(playerdir)*2,playery+1.5+vecy(playe rdir)*2,beingmined,3;
freezeplayer .8;
}

//Mine NPC
//NPC made by Josey Hunt
if (actionbeingmined) {
yourminescripthere;
}
__________________
Account used by Josey and Howard.
Ali G: 'Is it cause i Black?'
Reply With Quote
  #5  
Old 01-07-2002, 07:21 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Quote:
Originally posted by joseyisleet
Liquid is right. Triggeraction would be the best way to do a mining script (by best I mean easiest).


//Hammer
//NPC made by Josey Hunt
if (playertouchsme) {
toweapons Hammer;
}
if (weaponfired) {
setani jhammer,hammergold.png;
triggeraction playerx+1+vecx(playerdir)*2,playery+1.5+vecy(playe rdir)*2,beingmined,3;
freezeplayer .8;
}

//Mine NPC
//NPC made by Josey Hunt
if (actionbeingmined) {
yourminescripthere;
}
Sorry, But you did not make that script
I remember stefan giving that script out to the public..
the hammer script.
__________________
Aim: Mmm Kumada

Reply With Quote
  #6  
Old 01-07-2002, 07:41 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Archaon's mining stuff > Some of Archaon's other stuff
Reply With Quote
  #7  
Old 01-07-2002, 08:07 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Did he ever claim onwership to the script?
__________________

subliminal message: 1+1=3
Reply With Quote
  #8  
Old 01-07-2002, 08:17 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Quote:
Originally posted by Falcor
Did he ever claim onwership to the script?
Yes..
Its not his i saw stefan release it once
Quote:
//Hammer
//NPC made by Josey Hunt
__________________
Aim: Mmm Kumada

Reply With Quote
  #9  
Old 01-07-2002, 08:18 PM
Slaktmaster Slaktmaster is offline
man with the mastahplan
Slaktmaster's Avatar
Join Date: Apr 2001
Location: Half-way over the river styx
Posts: 4,422
Slaktmaster is an unknown quantity at this point
Send a message via ICQ to Slaktmaster Send a message via AIM to Slaktmaster
Quote:
Originally posted by Falcor
Did he ever claim onwership to the script?
Nope, newbie scripters like you can steal it.
Reply With Quote
  #10  
Old 01-07-2002, 08:22 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Quote:
Originally posted by Slaktmaster

Nope, newbie scripters like you can steal it.
I really hope you where just joking
__________________
Aim: Mmm Kumada

Reply With Quote
  #11  
Old 01-07-2002, 09:44 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Ok maybe it's just me...correct me if I'm wrong...
Doesn't the word "Mining" NOT have two g's?
Also, the word "Stakes" isn't spelled "Steaks"...
Ok I just noticed that and thought it was a bit weird..I'm not insulting anyone for how they spell I was just wondering if I'm in the same topic as I clicked on.
__________________

-=Shard IceFire=-
Reply With Quote
  #12  
Old 01-07-2002, 10:00 PM
Faheria_LAT1 Faheria_LAT1 is offline
Seraphim Warrior
Faheria_LAT1's Avatar
Join Date: Oct 2001
Location: QUÉBEC!!!!!!1
Posts: 2,040
Faheria_LAT1 is on a distinguished road
Send a message via ICQ to Faheria_LAT1 Send a message via AIM to Faheria_LAT1
Quote:
Originally posted by Kumada

I really hope you where just joking
note the and in archaon's post ;D
__________________


"I like movies where the guy shoots stuff, and then it blows up, and then this other guy shoots him, and then the first guy drives through a Coke sign, and it blows up, and the car flips over in slow motion, and then the guy gets out and pops his arm back in place, and then they fight 'cause they're out of bullets, and the guy says something like "This is Walmart, boy...and you just got price-checked!" - Broken Saints

"There is no greater sorrow than to recall in misery when we were happy" - Dante

"If you know yourself but not the enemy, for every victory gained you will also suffer a defeat" - Sun Tzu, The Art Of War

"Kingdoms ...rising without word. Collapsing without warning." - Broken Saints

Account now used by Silver and Mmmmkay
yoshee15 account has run out :[[[
Reply With Quote
  #13  
Old 01-07-2002, 10:08 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
i m cool :o
__________________
Aim: Mmm Kumada

Reply With Quote
  #14  
Old 01-07-2002, 10:23 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Quote:
Originally posted by Kumada
i m cool :o
du bist ownage...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote
  #15  
Old 01-07-2002, 11:39 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
what the heck is minging?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 07:47 AM.


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