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 12-10-2001, 05:58 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
NPC Text Color.

I have seen it many times, but I can't figure it out. How do you change the color of an NPCs text? I have tried setcoloreffect but nothing happens. Help please?
Reply With Quote
  #2  
Old 12-10-2001, 07:00 AM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
newdeatures2001.txt
__________________
Aim: Mmm Kumada

Reply With Quote
  #3  
Old 12-10-2001, 07:04 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
ok, I tried looking through it, but nothing useful
Reply With Quote
  #4  
Old 12-10-2001, 07:04 AM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
changeimgcolors
then push test for the like stuffs
changeimgcolors 1,0,0,.99???
__________________
Aim: Mmm Kumada

Reply With Quote
  #5  
Old 12-10-2001, 09:00 AM
T3CK T3CK is offline
Banned
Join Date: Aug 2001
Location: Atlanta, GA
Posts: 557
T3CK is on a distinguished road
Send a message via AIM to T3CK Send a message via MSN to T3CK Send a message via Yahoo to T3CK
Nothing.
AN NPC WITH ON IMAGE, HOW DO YOU CHANGE IT'S TEXT COLOR!
Reply With Quote
  #6  
Old 12-10-2001, 09:03 AM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
changeimgcolors 1,1,0,0,0;
u are using showimg for text right
__________________
Aim: Mmm Kumada

Reply With Quote
  #7  
Old 12-11-2001, 03:42 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

... use a showimg with changeimgcolors instead of setcharprop/message...
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #8  
Old 12-11-2001, 03:50 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
Sample
NPC Code:

if(playerenters) {
showimg 0,@Tempus Sans ITC@c@Hello World!,playerx,playery;
changeimgcolors 0,1,0,0,1;
changeimgzoom 0,2;
}



This will show the text Hello World! At the player's X and Y
__________________

subliminal message: 1+1=3
Reply With Quote
  #9  
Old 12-11-2001, 04:17 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
change the npcs ap level
Reply With Quote
  #10  
Old 12-11-2001, 09:53 PM
aesquivel aesquivel is offline
Registered User
Join Date: Sep 2001
Location: Whitewright
Posts: 346
aesquivel is on a distinguished road
Send a message via AIM to aesquivel
Quote:
Originally posted by btedji
change the npcs ap level
what???
__________________
Reply With Quote
  #11  
Old 12-11-2001, 09:54 PM
Kumada Kumada is offline
Ded
Kumada's Avatar
Join Date: Nov 2001
Location: Usa
Posts: 1,088
Kumada is on a distinguished road
Quote:
Originally posted by aesquivel


what???
Stop spamming *****
__________________
Aim: Mmm Kumada

Reply With Quote
  #12  
Old 12-11-2001, 10:29 PM
van_01 van_01 is offline
Registered User
Join Date: Sep 2001
Location: USA
Posts: 164
van_01 is on a distinguished road
Send a message via AIM to van_01
your spamming by telling him to stop spamming though.....
__________________
Renegade -Staff Admin-
Reply With Quote
  #13  
Old 12-12-2001, 05:16 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
npcs[0].ap=50;

can be from 0-100

color changes depending on the number dont ask my what colors for what numbers just experiment
Reply With Quote
  #14  
Old 12-13-2001, 07:15 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

*psst* Btedji... he's talking about what's over the NPCs head, not the NPCs name...
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote
  #15  
Old 12-13-2001, 08:24 PM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
Quote:
Originally posted by entravial
~AlphaFlame~

*psst* Btedji... he's talking about what's over the NPCs head, not the NPCs name...
is he....
Reply With Quote
  #16  
Old 12-14-2001, 12:17 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
Quote:
Originally posted by btedji
npcs[0].ap=50;

can be from 0-100

color changes depending on the number dont ask my what colors for what numbers just experiment
or just ap = 50;

__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
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 09:21 AM.


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