I don't think an NPC can do it(Without tons and tons of coding and ****, even then it still may be impossible), but you can fool around with mobs...(Like making a guard do stuff)
Well,thats possible. If you want specific stigma for 100 sec,you can either code a "new" stigma,like Stigma1,that does it for 100 seconds,so you dont modify the real one.
Anyways.just to do something like this:
if (CurrentNPC == 1337)
{
if (Control == 1)
{
SendPacket(General.MyPackets.NPCSay("I could stig you for 100 seconds if you would like that."));
I don't think an NPC can do it(Without tons and tons of coding and ****, even then it still may be impossible), but you can fool around with mobs...(Like making a guard do stuff)
Well,thats possible. If you want specific stigma for 100 sec,you can either code a "new" stigma,like Stigma1,that does it for 100 seconds,so you dont modify the real one.
Anyways.just to do something like this:
if (CurrentNPC == 1337)
{
if (Control == 1)
{
SendPacket(General.MyPackets.NPCSay("I could stig you for 100 seconds if you would like that."));
[Help] GM actions 02/09/2011 - Metin2 Private Server - 3 Replies Hi everybody, I wanted to know if you have a method to see what commands my GMs use on my PServer (a log for example, or monitoring).
Thanks a lot for your help :awesome:
PS: sorry I'm not English.
How to edit GuildOfficer Actions Exclamation How to edit GuildOfficer's NPC Actions 08/27/2009 - CO2 Private Server - 2 Replies Hello Guys, hope anyone have a good solution for this
I'm using Source 5065
but after wining GW , when the Guild Leader go to get 3k CPS from GuildOfficer
it don't give the Guild Leader anything
and also
i wanna add Top Guild Leader Halo to this NPC actions
i can add it into my Client but can't add this Top Thing action to my Source
Actions 07/09/2005 - Conquer Online 2 - 3 Replies ok, hi everybody im working on some stuff but i get an error that an action is not found so i want to add that action to some file an sucesful log in, you know where to find action like Action003011923 or whatever?