Lineage 2 Tower Forum

Full Version: Скрипт
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Добрый вечер! Играю на пвп сервере, каждый час при фарме, вылетает окно с нажатием кнопки "продолжить", приходиться сидеть и выжидать её. Есть ли у кого-то скрипт или посоветуйте что сделать? Как обойти это... Буду очень признателен.
возьми программу автокликер для мышки и будет тебе счатье
(06-20-2014 23:38 PM)alberthofman Wrote: [ -> ]возьми программу автокликер для мышки и будет тебе счатье

Каждый раз появляется в разном месте, так что не катит...
proboval ? snachala nada tje etim pluginom probovat html content

    LUA Programming
--ShowToClient("html dialog",tostring(GetDialogHtml()));
 
HtmlStatus = false;
--------------------------------------------------------------------------------
function OnCreate()
	this:RegisterCommand("html", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;
--------------------------------------------------------------------------------
function OnCommand_html(vCommandChatType, vNick, vCommandParam)
	if (HtmlStatus == false) then
		HtmlStatus = true;
		ShowToClient("Plugin","HTML saveed.");
	end;
end;
--------------------------------------------------------------------------------
function OnLTick1s()
	if(HtmlStatus)then
		local file = io.open(GetDir() .. "html.txt", "w");
		file:write(tostring(GetDialogHtml()).. "\n");
	--	file:write(tostring(HtmlDialog()).. "\n");
		file:close();
		HtmlStatus = false;
	end;
end;



p.s sozdaj novij fail v root papku of towera html.txt i pishi sto v kontenti sdes
(06-21-2014 10:22 AM)TheQQmaster Wrote: [ -> ]proboval ? snachala nada tje etim pluginom probovat html content

    LUA Programming
--ShowToClient("html dialog",tostring(GetDialogHtml()));
 
HtmlStatus = false;
--------------------------------------------------------------------------------
function OnCreate()
	this:RegisterCommand("html", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;
--------------------------------------------------------------------------------
function OnCommand_html(vCommandChatType, vNick, vCommandParam)
	if (HtmlStatus == false) then
 HtmlStatus = true;
 ShowToClient("Plugin","HTML saveed.");
	end;
end;
--------------------------------------------------------------------------------
function OnLTick1s()
	if(HtmlStatus)then
 local file = io.open(GetDir() .. "html.txt", "w");
 file:write(tostring(GetDialogHtml()).. "\n");
	--	file:write(tostring(HtmlDialog()).. "\n");
 file:close();
 HtmlStatus = false;
	end;
end;



p.s sozdaj novij fail v root papku of towera html.txt i pishi sto v kontenti sdes

Спасибо, попробуем!
Reference URL's