Lineage 2 Tower Forum

Full Version: Cfg problem.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello, probably some of you have noticed that some servers have implemented the /cfg command on their server with the purpose of showing your location in coords.

Of course this kinda kills your farming process, so my question is: How can i alter the command (i.e type /hello instead of /cfg to open up the window) ?

Thanks in advance.

Regards,
Davibe.


P.S I have in fact tried //cfg ///cfg and so on.
make a macro whit name /cfg
And it will pop the window instead of showing my location? Seems really simple
try
Didnt quite work mate, i made a macro for /cfg and the same thing happened.
how i read in anothers post about the same check for frame work 4.5 normally with that can use if still doest´n work try with visual studio c++ 2012 x86 i remember for w7
try to use

Code:
.cfg
If i remember correctly i did use it to no avail.
put this in to a newcfg.lua file in your /plugins directory

    LUA Programming
function OnCreate()
	this:RegisterCommand("newcfg", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME)
end
 
function OnCommand_newcfg(vCommandChatType, vNick, vCommandParam)
	ProcessCommand('/cfg')
end



restart your client and try to use /newcfg
just edit the red stuff
Pages: 1 2
Reference URL's