Lineage 2 Tower Forum

Full Version: channelinvite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
i'm stuck on function /channelinvite
i want to make cc
i have: clan lvl 6, with 40members.
2. ive learned skill imperium
3. ive got academy +royal guard.
4. main char cl is 85lvl.
5. in main clan chars have all privilegies
why can't i make cc with those chars from clan?

i know its not a question about botting, but i cant find out whats the problem, for any help thnx a lot.
in pt need 2 members +

    LUA Programming
function OnChatUserMessage(chatType, nick, msg)
 
	if (chatType == 2) then
		if (string.lower(msg) == "cc") then
			Command('/channelinvite '..nick);
		end;
	end;
 
end;

you understood me wrong. i can't make the channel, something is missing.
i want to make cc without any script just writing /channelinvite but im missing something.
Reference URL's