Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   it editing time! (https://forums.graalonline.com/forums/showthread.php?t=74917)

theHAWKER 06-27-2007 03:55 AM

it editing time!
 
How do you edit the original npc's? like the bow, bomb, gralat, bush, or super bomb.

or do i need to mkae my own system for that? and how would i do that?

Angel_Light 06-27-2007 05:20 AM

need to make your own, quite simple, wiki.graal.net . :P

theHAWKER 06-27-2007 06:41 PM

Quote:

Originally Posted by Angel_Light (Post 1322974)
need to make your own, quite simple, wiki.graal.net . :P

no, how do i remake them so when you open a chest you get that npc?

Bl0nkt 06-27-2007 08:55 PM

Quote:

Originally Posted by theHAWKER (Post 1323116)
no, how do i remake them so when you open a chest you get that npc?

Why don't you just script a chest yourself?

TheJames 06-27-2007 11:19 PM

PHP Code:

if (created){
  
setimg chest.png;
}
if (
playertouchsme){
  
addweapon LOL;
  
setimg chestopen.png;
  
sleep 4;
  
setimg chest.png;


:O

killerogue 06-27-2007 11:34 PM

Quote:

Originally Posted by TheJames (Post 1323226)
PHP Code:

if (created){
  
setimg chest.png;
}
if (
playertouchsme){
  
addweapon LOL;
  
setimg chestopen.png;
  
sleep 4;
  
setimg chest.png;


:O

GTFO

Admins 06-27-2007 11:44 PM

TheJames I have removed the //#CLIENTSIDE to make it work

theHAWKER 06-28-2007 02:51 AM

Quote:

Originally Posted by Stefan (Post 1323235)
TheJames I have removed the //#CLIENTSIDE to make it work

Stefan, of all people wouldn't you know how to edit the bow npc? or the super bomb??

coreys 06-28-2007 02:53 AM

I believe the only one actually possible to edit is the Gralat...aha I've done that several times. :) And I used the code and changed it to make fake gralats. Gralats are a premade class. Unless it has been deleted, it should be in the classes.

Angel_Light 06-28-2007 03:22 AM

bow you could just use shootarrow and super bombs just make a gani then put the putexplosions, etc

zokemon 06-29-2007 05:34 AM

http://forums.graalonline.com/forums...ad.php?t=74897

theHAWKER 06-29-2007 09:15 PM

Quote:

Originally Posted by Angel_Light (Post 1323291)
bow you could just use shootarrow and super bombs just make a gani then put the putexplosions, etc

Right, but then i would have to go back to all the levels where there are bows and replace the script and it would be just alot easyer to just re-script a pre-existing npc

xXziroXx 07-01-2007 06:40 PM

You can NOT edit a default script by any way, other then the GRALATS. Script your own system, not hard at all. Toodles.

HolySheepy 07-01-2007 10:29 PM

Quote:

Originally Posted by theHAWKER (Post 1323276)
Stefan, of all people wouldn't you know how to edit the bow npc? or the super bomb??

dont tell me you use toweapons Oo

theHAWKER 07-03-2007 07:28 AM

Quote:

Originally Posted by HolySheepy (Post 1324832)
dont tell me you use toweapons Oo

have i sugested this in my speach that is
totaly whatever over every a point on none starch!
Totaly, Whatever, Over, Every, A, Point,On,None,Starch
TOWEAPONS

HolySheepy 07-03-2007 09:58 AM

Quote:

Originally Posted by theHAWKER (Post 1323943)
Right, but then i would have to go back to all the levels where there are bows and replace the script and it would be just alot easyer to just re-script a pre-existing npc

why else woudl you have to go through all levels where there are bows xD


All times are GMT +2. The time now is 05:54 AM.

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