L2Tower Discord Let's keep the community alive with discord. Discussions about plugins and scripts L2Tower Discord

Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Фестиваль Хаоса
Author Message
Walt Max Offline
Gremlin
*

Posts: 5
Joined: Apr 2013
Reputation: 0
Version: 1.4.1.124
Post: #1
Фестиваль Хаоса

Доброе время суток, Нужна помощь не работает Плагин на фестиваль хауса, я его запускаю ничего не происходит, версия л2таура текущая, клиент ГД.



(05-22-2014 18:08 PM)TheQQmaster Wrote:  if fagg cant search, then make backups on cloud


    LUA Programming
cocsignwstatus = false;
needtosign = false;
 
function OnCreate()
	this:RegisterCommand("signcoc", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;
 
function OnCommand_signcoc(vCommandChatType, vNick, vCommandParam)
	if (cocsignwstatus == false) then
 cocsignwstatus = true;
 ShowToClient("COC plugin","Auto Sign Mode ON.");
	else
 cocsignwstatus = false;
 ShowToClient("COC plugin","Auto Sign Mode OFF.");
	end;
end;
 
function OnLTick1s()
	if cocsignwstatus then
 if needtosign then
 QuestReply("pledgegame?command=apply");
 needtosign = false;
 end;
	end;
end;
 
function OnChatSystemMessage(id, msg)
	local sysmsg = msg;
	local messid = id;
 if (messid == 3781) then
 needtosign = true;
 elseif (messid == 3782) then
 needtosign = false;
 end;
end;

06-22-2014 04:09 AM
Find all posts by this user Quote this message in a reply
TheQQmaster Offline
Trolling the Trolls
*****

Posts: 1,532
Joined: Jun 2012
Reputation: 640
Version: 1.4.2.133
Post: #2
RE: Фестиваль Хаоса

(06-22-2014 04:09 AM)Walt Max Wrote:  Доброе время суток, Нужна помощь не работает Плагин на фестиваль хауса, я его запускаю ничего не происходит, версия л2таура текущая, клиент ГД.



(05-22-2014 18:08 PM)TheQQmaster Wrote:  if fagg cant search, then make backups on cloud


    LUA Programming
cocsignwstatus = false;
needtosign = false;
 
function OnCreate()
	this:RegisterCommand("signcoc", CommandChatType.CHAT_ALLY, CommandAccessLevel.ACCESS_ME);
end;
 
function OnCommand_signcoc(vCommandChatType, vNick, vCommandParam)
	if (cocsignwstatus == false) then
 cocsignwstatus = true;
 ShowToClient("COC plugin","Auto Sign Mode ON.");
	else
 cocsignwstatus = false;
 ShowToClient("COC plugin","Auto Sign Mode OFF.");
	end;
end;
 
function OnLTick1s()
	if cocsignwstatus then
 if needtosign then
 QuestReply("pledgegame?command=apply");
 needtosign = false;
 end;
	end;
end;
 
function OnChatSystemMessage(id, msg)
	local sysmsg = msg;
	local messid = id;
 if (messid == 3781) then
 needtosign = true;
 elseif (messid == 3782) then
 needtosign = false;
 end;
end;


/signcoc zapustil ?? on rabotajet na message id

PUSH [Image: knUu53] IF HELPED
06-22-2014 15:02 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Walt Max Offline
Gremlin
*

Posts: 5
Joined: Apr 2013
Reputation: 0
Version: 1.4.1.124
Post: #3
RE: Фестиваль Хаоса

Как запустить? /signcoc в чате пишу ничего не происходит, мб кто попробует сервер asima.ws
p.s. МБ я что то не так делаю?
- открыл L2TowerScript
- скопирывал туда текст
- сохранил в папку scripts
- дал название chaos.lua
- запустил клиент и бота
- открыл лог(//cfg)
- жму плей плагин ничего не происходит
(This post was last modified: 06-23-2014 20:34 PM by Walt Max.)
06-23-2014 01:11 AM
Find all posts by this user Quote this message in a reply
Walt Max Offline
Gremlin
*

Posts: 5
Joined: Apr 2013
Reputation: 0
Version: 1.4.1.124
Post: #4
RE: Фестиваль Хаоса

up!!!
06-23-2014 21:28 PM
Find all posts by this user Quote this message in a reply
Walt Max Offline
Gremlin
*

Posts: 5
Joined: Apr 2013
Reputation: 0
Version: 1.4.1.124
Post: #5
RE: Фестиваль Хаоса

Кто ни буть помогите нубу)
06-25-2014 12:05 PM
Find all posts by this user Quote this message in a reply
kerberos464 Offline
Bug revealer

Posts: 1,539
Joined: Jun 2012
Reputation: 576
Version: 1.4.3.143
Post: #6
RE: Фестиваль Хаоса

это плагин, а не скрипт.

Everything is possible. The impossible just takes longer.
06-25-2014 13:38 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Walt Max Offline
Gremlin
*

Posts: 5
Joined: Apr 2013
Reputation: 0
Version: 1.4.1.124
Post: #7
RE: Фестиваль Хаоса

Ай в шоке... сам с себя, спс за помощь Smile
06-25-2014 23:23 PM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)