• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

GM Logon

Experienced Elementalist
Joined
Jan 8, 2009
Messages
213
Reaction score
2
This Like A Broadcast.
Whenever a gm 60+ logs in too the server.

Code:
-<tab>script<tab>GMAnnounce<tab>-1,{
OnPCLoginEvent:
    if(getgmlevel() >= 60)
        announce strcharinfo(0) + " just logged on!", bc_all|bc_yellow;
    end;
}


Vote All My Guide :D
 

Attachments

You must be registered for see attachments list
Last edited:
Experienced Elementalist
Joined
Jan 8, 2009
Messages
213
Reaction score
2
a folder that u evrytime put ur npcs...
 
Initiate Mage
Joined
Dec 22, 2008
Messages
4
Reaction score
0
Please indicate the exact directory on where the script should be placed.
 
Newbie Spellweaver
Joined
Aug 3, 2008
Messages
80
Reaction score
0
As N00BMS stated, you can place the script anywhere inside the npc folder (you can even place it in the root directory but I'm not going to get into that). Then inside your script_custom.conf (which is in the NPC folder) and add the path of the script you just added.
 
Experienced Elementalist
Joined
Jan 8, 2009
Messages
213
Reaction score
2
@Idola The Witty
Thx For Telling...
 
Last edited:
Experienced Elementalist
Joined
Jan 8, 2009
Messages
213
Reaction score
2
Ya,but i don't know will it work for sql...
 
Newbie Spellweaver
Joined
Aug 1, 2009
Messages
5
Reaction score
0
how change my admin? cloth??
my admin cloth is following by job and in white name??

i wan it be yellow and wif cloth..

can any1 tell mi??
 
Newbie Spellweaver
Joined
Oct 31, 2006
Messages
54
Reaction score
2
Save as wat???
Save as GM Logon.conf ??


not as .conf but as a script (.txt)...
You can also put this code into any other npc script, doesn't really make a difference..
If you choose to make a new script file for it remember to put it's name into the script_custom.conf like Idola said earlier...


greets~
 
Back
Top