Discussion on Anyone can make Gm command for this server ? within the Cabal Hacks, Bots, Cheats, Exploits & Macros forum part of the Cabal Online category.
How can I make this command do the Opposite? 01/30/2010 - CO2 Private Server - 8 Replies How can I change this command to delete an account in my folder of Users instead of creating?
if (Cmd == "/newacc" && Cmd.Length > 2)
{
if (Cmd.Length == 3)
Database.CreateAccount(Cmd, Cmd, "");
else
Database.CreateAccount(Cmd, Cmd, Cmd);
}
make OOG bot buff on command 10/12/2008 - Lineage 2 - 3 Replies hello.
i am curios about something. is it possible to ma make a bot do a special action when hi gets a pm, or gets invited by a specific char ?
example 1: if i invite a bd in party, hi will do fighter dances (dances that i set)
example 2: if i pm a pp, hi will buff me some buffs
any ideas ?