Graal Forums  

Go Back   Graal Forums > PlayerWorlds > PlayerWorlds Main Forum
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 08-23-2005, 06:11 PM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
Question Pms from server

How do you make the NPC server send a PM to players when they log on?
Reply With Quote
  #2  
Old 08-23-2005, 11:39 PM
raiden0899 raiden0899 is offline
Registered User
raiden0899's Avatar
Join Date: Oct 2004
Posts: 192
raiden0899 is on a distinguished road
Put this in the Control-NPC:
NPC Code:
if (actionplayeronline) {
sendpm message;
}


HTML and message codes can be used in the message. Here's a few examples:
Background Color: <body bgcolor=color>put everything in the message here</body>
Font Color: <font color=color>text</font>
Scrolling Text: <marquee>text</marquee>
Next Line: #b
Player's Account: #a
Player's Nick: #n

Here's a small script to get you started:
NPC Code:
if (actionplayeronline) {
sendpm
<body bgcolor=black>
<font color=red>
Hello #n! Welcome to:#b
<marquee>Dark Rival</marquee>#b#b
News:#b
put your server's news here#b#b
Hirings:#b
put stuff about hirings here#b#b
Rules:#b
put your server's rules here#b
-Excaliber (Manager)
</font>
</body>; Don't forget this semi-colon
}


If you need any help understanding this, I'll be on AIM. My screen name is wassup4010.

Last edited by raiden0899; 08-24-2005 at 03:06 AM..
Reply With Quote
  #3  
Old 08-24-2005, 02:55 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 05:27 PM.


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