Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Minging on Non-P2P (https://forums.graalonline.com/forums/showthread.php?t=20581)

Androk2k1 01-07-2002 06:43 AM

Minging on Non-P2P
 
Any idea on how I can find that axe/hammer actually hit another NPC?

LiquidIce00 01-07-2002 07:27 AM

same thing as p2p
use triggeraction

Goboom 01-07-2002 07:29 AM

1 Attachment(s)
the one that smashes steaks??? if its that....here it is....

joseyisleet 01-07-2002 02:13 PM

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;
}

Kumada 01-07-2002 07:21 PM

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 :p
I remember stefan giving that script out to the public..
the hammer script.

Slaktmaster 01-07-2002 07:41 PM

Archaon's mining stuff > Some of Archaon's other stuff

Falcor 01-07-2002 08:07 PM

Did he ever claim onwership to the script?

Kumada 01-07-2002 08:17 PM

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

Slaktmaster 01-07-2002 08:18 PM

Quote:

Originally posted by Falcor
Did he ever claim onwership to the script?
Nope, newbie:p scripters like you can steal it. ;)

Kumada 01-07-2002 08:22 PM

Quote:

Originally posted by Slaktmaster

Nope, newbie:p scripters like you can steal it. ;)

I really hope you where just joking :(

Shard_IceFire 01-07-2002 09:44 PM

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.

Faheria_LAT1 01-07-2002 10:00 PM

Quote:

Originally posted by Kumada

I really hope you where just joking :(

note the :p and ;) in archaon's post ;D

Kumada 01-07-2002 10:08 PM

i m cool ;) :p :o

Saga2001 01-07-2002 10:23 PM

Quote:

Originally posted by Kumada
i m cool ;) :p :o
du bist ownage...

btedji 01-07-2002 11:39 PM

what the heck is minging?


All times are GMT +2. The time now is 05:53 PM.

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