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?

joseyisleet 01-08-2002 02:14 AM

Quote:

Originally posted by Kumada


Sorry, But you did not make that script :p
I remember stefan giving that script out to the public..
the hammer script.

Ummm,
Sorry to burst your `bubble` pal, I made that script, hell I made it the other night. I was gone from Graal for 3 months so I do not know what Stefan has posted. The hammer script may look the same because there's only one way to do it right. So shut your mouth and go back to your newbian life. =)

Loriel 01-08-2002 09:25 PM

Quote:

Originally posted by joseyisleet
Ummm,
Sorry to burst your `bubble` pal, I made that script, hell I made it the other night. I was gone from Graal for 3 months so I do not know what Stefan has posted. The hammer script may look the same because there's only one way to do it right. So shut your mouth and go back to your newbian life. =)

There are hundres of different ways to spell stuff or name variables or put commands in an order. "Yours" looks exactly like the one Stefan posted. Liar :(

IceHawk 01-08-2002 10:35 PM

mmmmm steak, i like steak.

Kumada 01-08-2002 10:35 PM

Quote:

Originally posted by Loriel

There are hundres of different ways to spell stuff or name variables or put commands in an order. "Yours" looks exactly like the one Stefan posted. Liar :(

Yea.. Everything in "his" script is in the same order as the one stefan posed.. And everyting is the same except the "//NPC made by Josey Hunt" part.

adam 01-09-2002 04:59 AM

In my opinion it appears identical to Stefan's original hammer.

Andor_Admin1 01-09-2002 10:38 PM

That is the original hammer :( Look in the weapons folder in your Graal folder, you'll find it.

Loriel 01-10-2002 03:43 AM

btw minging, must have something to do with crafting chinese Ming vases...

Androk2k1 01-10-2002 09:46 AM

minging is just an type mistake! Though it'z a cool idea about vase making =) Thanks... I am gona use it MUAHHAHAHHA

Agrh... had probl;es with index finger on my right arm... now I type so bad and it'z hard =( bandages

Joe27hunter 01-13-2002 08:55 AM

Mining
 
Give me the mining script lol. Whats the mining script for
non-p2p. I have a mining system but its totaly different that G2k1 or others.

lordhelmut 02-04-2002 12:36 PM

Quote:

Originally posted by btedji
what the heck is minging?
the latest fad in a Japan

nyghtGT 02-04-2002 01:54 PM

Quote:

Originally posted by lordhelmut


the latest fad in a Japan

bad lordhelmut, dont create old stupid threads ...
hehe, j/k ...

Androk2k1 02-04-2002 08:18 PM

OK well scince trigger action is not allowd on Free servers I just made a 2 line script that changed it... MUAHAHAHHA... it goes something like this:
Code:
if (playerx&&playery are close to NPC) {
if (keydown(D)){
}
}

joseyisleet 02-04-2002 08:22 PM

-=Josey=-
I do believe that triggeraction is allowed on non pay-to-play servers.

Saga2001 02-05-2002 12:17 AM

Quote:

Originally posted by Slaktmaster

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

lol yay!!! :-P


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

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