Graal Forums  

Go Back   Graal Forums > Graal V6 forums > Questions about V6
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
  #1  
Old 03-18-2008, 05:57 AM
Exhausted Exhausted is offline
Registered User
Exhausted's Avatar
Join Date: Mar 2008
Posts: 179
Exhausted is infamous around these parts
Question regarding RC.

I am assuming this is a good spot to ask this o_o

Why will my set att rights and disconnect player rights not allow themselves to set for me?

The Owner and I can't set them..

I figured somebody would say "use regular RC to set rights", which is why I just got done trying, and failing, to set my rights using reg. RC :/



Oh, and while I'm at it, how do you change the NPC server message? Owner is idle ;x

Last edited by Exhausted; 03-18-2008 at 06:00 AM.. Reason: Typo that threw the whole question off + refraining from a double post.
Reply With Quote
  #2  
Old 03-18-2008, 03:11 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Well, you can't give yourself rights you don't have, nor give them when hiring.

And about the npcserver, I assume you mean when someone pms or sends a masspm to the npcserver:

In the onCreated event in Control-NPC, use

PHP Code:
// Example
function onCreated() {
  
setpm("Hi, you just sended a pm to me, but it was in your native language so I couldn't translate it, try again later.");

__________________
Reply With Quote
  #3  
Old 03-18-2008, 09:18 PM
Exhausted Exhausted is offline
Registered User
Exhausted's Avatar
Join Date: Mar 2008
Posts: 179
Exhausted is infamous around these parts
How do I set it so that it doesn't PM you back everytime you PM or mass to it?
I just want it to send a message to you whenever you log on, and no other time.
Reply With Quote
  #4  
Old 03-18-2008, 09:23 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
In the Control-NPC:
PHP Code:
function onCreated() {
  
setpm("");
}
function 
onActionPlayerOnline() {
  
sendpm("Logon text here!");

__________________
Reply With Quote
  #5  
Old 03-18-2008, 09:29 PM
Exhausted Exhausted is offline
Registered User
Exhausted's Avatar
Join Date: Mar 2008
Posts: 179
Exhausted is infamous around these parts
I wish the FAQs on Graal's client were as good as most of the people here at answering questions
Reply With Quote
  #6  
Old 03-18-2008, 10:01 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
I wouldn't use an NPC-Server message, they are as annoying and hell and no one reads them.

http://forums.graalonline.com/forums...ad.php?t=77694

That may help you.
__________________
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 05:39 AM.


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