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 06-27-2007, 03:55 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
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?
__________________
**FLIP OUT**
Reply With Quote
  #2  
Old 06-27-2007, 05:20 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
need to make your own, quite simple, wiki.graal.net . :P
__________________
Deep into the Darkness peering...
Reply With Quote
  #3  
Old 06-27-2007, 06:41 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Angel_Light View Post
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?
__________________
**FLIP OUT**
Reply With Quote
  #4  
Old 06-27-2007, 08:55 PM
Bl0nkt Bl0nkt is offline
Era Developer
Bl0nkt's Avatar
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
Bl0nkt will become famous soon enough
Send a message via AIM to Bl0nkt
Quote:
Originally Posted by theHAWKER View Post
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?
Reply With Quote
  #5  
Old 06-27-2007, 11:19 PM
TheJames TheJames is offline
Atrius Manager
TheJames's Avatar
Join Date: Dec 2004
Posts: 581
TheJames can only hope to improve
PHP Code:
if (created){
  
setimg chest.png;
}
if (
playertouchsme){
  
addweapon LOL;
  
setimg chestopen.png;
  
sleep 4;
  
setimg chest.png;

:O
__________________
Contact me on Skype: "skype.sam.lorenz"

James,
Manager of Atrius

Last edited by Admins; 06-27-2007 at 11:45 PM..
Reply With Quote
  #6  
Old 06-27-2007, 11:34 PM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Quote:
Originally Posted by TheJames View Post
PHP Code:
if (created){
  
setimg chest.png;
}
if (
playertouchsme){
  
addweapon LOL;
  
setimg chestopen.png;
  
sleep 4;
  
setimg chest.png;

:O
GTFO
__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.

Last edited by Admins; 06-27-2007 at 11:46 PM..
Reply With Quote
  #7  
Old 06-27-2007, 11:44 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
TheJames I have removed the //#CLIENTSIDE to make it work
Reply With Quote
  #8  
Old 06-28-2007, 02:51 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Stefan View Post
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??
__________________
**FLIP OUT**
Reply With Quote
  #9  
Old 06-28-2007, 02:53 AM
coreys coreys is offline
N-Pulse Assistant Manager
coreys's Avatar
Join Date: Mar 2005
Posts: 2,180
coreys has a spectacular aura about
Send a message via AIM to coreys Send a message via MSN to coreys Send a message via Yahoo to coreys
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.
__________________

Quote:
*SlikRick: so should I even ask about your aim status?
*Xor: well if you want to
*Xor: but i am LARPING
*SlikRick: While on a computer?
*Xor: yes
*Xor: in my living room
*SlikRick: ahh
*Xor: i have a fort setup to hide from beasts
Reply With Quote
  #10  
Old 06-28-2007, 03:22 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
bow you could just use shootarrow and super bombs just make a gani then put the putexplosions, etc
__________________
Deep into the Darkness peering...
Reply With Quote
  #11  
Old 06-29-2007, 05:34 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
http://forums.graalonline.com/forums...ad.php?t=74897
__________________
Do it with a DON!
Reply With Quote
  #12  
Old 06-29-2007, 09:15 PM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by Angel_Light View Post
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
__________________
**FLIP OUT**
Reply With Quote
  #13  
Old 07-01-2007, 06:40 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
You can NOT edit a default script by any way, other then the GRALATS. Script your own system, not hard at all. Toodles.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote
  #14  
Old 07-01-2007, 10:29 PM
HolySheepy HolySheepy is offline
Registered User
Join Date: Apr 2007
Posts: 68
HolySheepy is on a distinguished road
Quote:
Originally Posted by theHAWKER View Post
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
Reply With Quote
  #15  
Old 07-03-2007, 07:28 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by HolySheepy View Post
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
__________________
**FLIP OUT**
Reply With Quote
  #16  
Old 07-03-2007, 09:58 AM
HolySheepy HolySheepy is offline
Registered User
Join Date: Apr 2007
Posts: 68
HolySheepy is on a distinguished road
Quote:
Originally Posted by theHAWKER View Post
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
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 10:28 AM.


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