Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Questions about V6 (https://forums.graalonline.com/forums/forumdisplay.php?f=196)
-   -   Question regarding RC. (https://forums.graalonline.com/forums/showthread.php?t=79073)

Exhausted 03-18-2008 05:57 AM

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 :/

http://i30.tinypic.com/k3ob44.jpg

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

Chompy 03-18-2008 03:11 PM

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.");



Exhausted 03-18-2008 09:18 PM

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.

Inverness 03-18-2008 09:23 PM

In the Control-NPC:
PHP Code:

function onCreated() {
  
setpm("");
}
function 
onActionPlayerOnline() {
  
sendpm("Logon text here!");



Exhausted 03-18-2008 09:29 PM

I wish the FAQs on Graal's client were as good as most of the people here at answering questions :(

cbk1994 03-18-2008 10:01 PM

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.


All times are GMT +2. The time now is 11:36 PM.

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