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-23-2002, 07:57 AM
Glory Glory is offline
Banned
Glory's Avatar
Join Date: Mar 2002
Location: Sunnydale
Posts: 1,365
Glory is on a distinguished road
Send a message via AIM to Glory
Character NPC

Well I wanted to make an NPC. SO that when it is fired it makes a replica of the person who fired it...but I seem to be having trouble *yes I suck at npc making* Here is what is in the txt script.

NPC Code:
if (created) {
// Initialize the attributes
showcharacter;
setcharprop #n(-1),#n;
setcharprop #c(-1),#c;
sprite=playersprite;
setcharprop #C0(-1),#C0;
setcharprop #C1(-1),#C1;
setcharprop #C2(-1),#C2;
setcharprop #C3(-1),#C3;
setcharprop #C4(-1),#C4;
setcharprop #P1(-1),#P1;
setcharani #m,;
setcharprop #3(-1),#3;
setcharprop #8(-1),#8;
dir=playerdir;
ap=playerap;



and here is what is in the actual NPC.
NPC Code:

if (playertouchsme) {toweapons Cloner;
}
if (weaponfired)
putnpc ,staffdollnews.txt,playerx,playery;

Reply With Quote
  #2  
Old 06-23-2002, 08:57 AM
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
It is quite imposible to do without an NPCs server, unless you want to set server strings. You could try using string arrays

such as

setstring server.putdoll,#C0,#C1,#C2,#C3,#C4,#3,.....etc;

use put npc


and then use #I in the NPC to get the color (or image) such as
setcharprop #C0,#I(server.putdoll,0);
setcharprop #C1,#I(server.putdoll,1);

....

setcharprop #3,#I(server.putdoll,5);

etc.
__________________

subliminal message: 1+1=3
Reply With Quote
  #3  
Old 06-23-2002, 09:56 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
eww, putnpc
Reply With Quote
  #4  
Old 06-23-2002, 11:18 AM
Glory Glory is offline
Banned
Glory's Avatar
Join Date: Mar 2002
Location: Sunnydale
Posts: 1,365
Glory is on a distinguished road
Send a message via AIM to Glory
Quote:
Originally posted by Python523
eww, putnpc
hey I suck at scripting so please do not mock ;(
Reply With Quote
  #5  
Old 06-23-2002, 11:55 AM
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
Its not like he has an NPCs server jagen =\
__________________

subliminal message: 1+1=3
Reply With Quote
  #6  
Old 06-23-2002, 12:10 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Falcor
Its not like he has an NPCs server jagen =\
I can't imagine myself not having access to an npc server anymore
Reply With Quote
  #7  
Old 06-23-2002, 02:51 PM
Glory Glory is offline
Banned
Glory's Avatar
Join Date: Mar 2002
Location: Sunnydale
Posts: 1,365
Glory is on a distinguished road
Send a message via AIM to Glory
>.< LOL If I still worked on Andor I think I could of gained access quit easily
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 03:47 PM.


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