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 10-21-2001, 04:07 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
!~! Chat System !~!

Here is a preview of my chat system for my server I am making.
Attached Thumbnails
Click image for larger version

Name:	norin_screen(10-21-01).gif
Views:	382
Size:	109.8 KB
ID:	6494  
Reply With Quote
  #2  
Old 10-21-2001, 04:11 PM
DoragonKoden_RC6 DoragonKoden_RC6 is offline
Registered User
Join Date: Oct 2001
Posts: 221
DoragonKoden_RC6 is on a distinguished road
Looks nice.
Reply With Quote
  #3  
Old 10-21-2001, 05:00 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Does this chat-item shorten a long text? or is it in the next line?
__________________
No Webhost at the moment
Reply With Quote
  #4  
Old 10-21-2001, 06:05 PM
Knightoffrost Knightoffrost is offline
and Delph Inc.
Knightoffrost's Avatar
Join Date: Jul 2001
Location: Canada
Posts: 1,162
Knightoffrost is on a distinguished road
Send a message via ICQ to Knightoffrost Send a message via AIM to Knightoffrost Send a message via Yahoo to Knightoffrost
[ Delph Inc. ]

That's p2p right?
I've been arguing for Stefan to put '@size' into the showimg-text command.

Also...I suggest not using those HUGE statistic metres...they look out of place and too big for most people.
__________________
Xerphier Dintch
Featuring
Reply With Quote
  #5  
Old 10-21-2001, 06:30 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
well ...

Quote:
Originally posted by TDO2000
Does this chat-item shorten a long text? or is it in the next line?
i put a 42-character limit on it ... for now ...
Quote:
Originally posted by Knightoffrost
[ Delph Inc. ]

That's p2p right?
I've been arguing for Stefan to put '@size' into the showimg-text command.

Also...I suggest not using those HUGE statistic metres...they look out of place and too big for most people.
well you can control size with 'changeimgzoom' and i got rid of the meters and am doing a really kool system ... ohhh ... and also... its for use on any servers i think (p2p and free)
Reply With Quote
  #6  
Old 10-21-2001, 07:24 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
I thinnk changeimgzoom doesn't work on non p2p Servers...
__________________
No Webhost at the moment
Reply With Quote
  #7  
Old 10-21-2001, 07:27 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by TDO2000
I thinnk changeimgzoom doesn't work on non p2p Servers...
it does ...
or it did on Delteria .... if it dont work I will be mad
Reply With Quote
  #8  
Old 10-21-2001, 07:41 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Stefan disabled all these effects short ago, because I tried it out on Atlantis and changeimgzoom didn't work with my chat-item =(
__________________
No Webhost at the moment
Reply With Quote
  #9  
Old 10-21-2001, 07:46 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
how it works ...

how this NPC works is fairly simple ....

It basically uses 'timeout' to update the players view of the chat. Then 'showimg 501,@verdana@#s(server.chatrow1),5,5' to make the first row of chat appear, and so on through the 10 chatrows I have. Then when the 'playerchats' the contents of each string move up:
'setstring server.chatrow10,#s(server.chatrow9)'
'setstring server.chatrow9,#s(server.chatrow8)'
and so on .... then:
'setstring server.chatrow1,#a: #c'
to make the next news appear and so on and on ...
Reply With Quote
  #10  
Old 10-21-2001, 11:45 PM
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
Last I heard, changeimgzoom worked on non-p2p, but setimgcolor or changeimgcolor or whatever its called is for p2p only
__________________
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
  #11  
Old 10-22-2001, 12:04 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Nope, offline it worked fine but then i tried it online and changeimgzoom didn't work. Stefan disabled it...
__________________
No Webhost at the moment
Reply With Quote
  #12  
Old 10-22-2001, 01:33 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
i thought all the changimg things worked on non-p2p
Reply With Quote
  #13  
Old 10-22-2001, 02:19 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
stefan calls them lighting effects, even when it's just text

*CRY*
Reply With Quote
  #14  
Old 10-22-2001, 02:30 AM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
he should add something like

showimg index,@text@size

so it could also be used on non p2p servers and he won't have to enable "lighteffects"
__________________
No Webhost at the moment
Reply With Quote
  #15  
Old 10-22-2001, 03:12 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Knightoffrost
[ Delph Inc. ]

That's p2p right?
I've been arguing for Stefan to put '@size' into the showimg-text command.

Also...I suggest not using those HUGE statistic metres...they look out of place and too big for most people.
i think a '@size' is definately needed also where you can control the color as well '@color'.
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 02:30 PM.


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