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
Can't update to 1.4.1.127
Author Message
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #11
RE: Can't update to 1.4.1.127

Updated to 127 and working fine.

Only have 2 plugins that are NOT working: Auto accept summon and Autopin

The Autopin is not giving any error and lets me start the game but not inputing the pin...

The autoaccept summon is giving me an error for the packets, click ok and can load the game...

Anyone got those 2 fixed and working?
08-01-2014 21:18 PM
Find all posts by this user Quote this message in a reply
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #12
RE: Can't update to 1.4.1.127

useautopin thats on forum

[Image: owner.gif]
08-01-2014 21:20 PM
Visit this user's website Find all posts by this user Quote this message in a reply
johnreese Offline
Seer of Hallate
*

Posts: 62
Joined: May 2013
Reputation: 3
Version: 1.4.3.143
Post: #13
RE: Can't update to 1.4.1.127

(08-01-2014 19:27 PM)benbt91 Wrote:  use search and check toptic
mega.co.nz
link 1
mediafire
link 2

your version start... but i have this error again
http://forum.l2tower.eu/thread-client-crash-v1-4-1-126

so also with 1.4.1.127
08-01-2014 22:15 PM
Find all posts by this user Quote this message in a reply
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #14
RE: Can't update to 1.4.1.127

(08-01-2014 21:20 PM)ClockMan Wrote:  useautopin thats on forum



I did and not working. I have 2 versions with 2 different packets and none of them are working. 1 is the one posted on forum and the other is an older one that was still working on my laptop before Ertheia...

this one is the older one:


    LUA Programming
function OnCreate()
	Event_PacketUnBlock(0xFE,266,3);
end;
 
function pinSend(data)
	kkk = PacketBuilder();
	kkk:AppendInt(0xD0,1);
	kkk:AppendInt(0xAB,2);
	kkk:AppendString(data); -- your pin
	SendPacket(kkk);
end;
 
function OnIncomingPacket(packet)
	packet:SetOffset(0)
	if (packet:GetID() == 0xFE) and (packet:GetSubID() == 266) and (packet:ReadInt(4) == 1) then
 
AccName = string.lower(GetAccountName());	-- Convert account name to low string;	
 
 if (AccName == "xxxxxx") then
 packet:BlockMe();
 pinSend("xxxxxx");
 end;
 
	end;
end;



This one is the same as posted on forum:

    LUA Programming
function OnCreate()
	Event_PacketUnBlock(0xFE,0xA, 0x1);
end;
 
function pinSend(data)
	kkk = PacketBuilder();
	kkk:AppendInt(0xD0,1);
	kkk:AppendInt(0xA7,2);
	kkk:AppendString(data); -- your pin
	SendPacket(kkk);
end;
 
function OnIncomingPacket(packet)
	packet:SetOffset(0)
	if (packet:ReadInt(1) == 1) then 
 
GetAccountName = string.lower(GetAccountName());	-- Convert account name to low string;	
 
 if (GetAccountName == "xxxxxx") then
 packet:BlockMe();
 pinSend("xxxxxx");
 end;
 
	end;
end;

08-01-2014 22:56 PM
Find all posts by this user Quote this message in a reply
geohot Offline
Elpy
*

Posts: 3
Joined: Sep 2012
Reputation: 0
Version: 1.4.1.127
Post: #15
RE: Can't update to 1.4.1.127

I updated it but i still cant open it. Every time i start L2 Tower it crashed saying it stopped working.
By the way ty fox for closing my thread without giving a solution reposting things i already read doesnt help at all.
08-02-2014 01:29 AM
Find all posts by this user Quote this message in a reply
capucine Offline
Expired VIP Member
**

Posts: 1,083
Joined: Jan 2013
Reputation: 208
Version: 1.4.2.142
Post: #16
RE: Can't update to 1.4.1.127

It's now working... But getting lot of criticals at random time...

Client can stay up 1h and sometimes 10 minutes...

I even emptied my plugin folder and not using any script and still getting crit errors...
08-02-2014 01:37 AM
Find all posts by this user Quote this message in a reply
brancodf Offline
Elpy
*

Posts: 1
Joined: Jul 2014
Reputation: 0
Version: 1.4.2.132
Post: #17
Sad RE: Can't update to 1.4.1.127

sr.adm if possible provide the link to update the file to dsetup.dll this update 1.4.1.127
08-02-2014 02:10 AM
Find all posts by this user Quote this message in a reply
neves883 Offline
Gremlin
*

Posts: 8
Joined: Jul 2014
Reputation: 0
Version: 1.4.2.129
Post: #18
RE: Can't update to 1.4.1.127

same problem here =\
08-02-2014 02:18 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Gameguard update 9/2 multiboxingtoon 305 162,754 05-21-2020 20:08 PM
Last Post: studiotan
  underground update (10/14) ... log in through launcher dumwian 113 50,166 10-16-2015 14:02 PM
Last Post: Fox
  cannot use l2t commands in l2 after update gorinosho 0 2,253 10-15-2015 07:29 AM
Last Post: gorinosho
  New update for tower Botingstone 9 7,303 08-03-2015 16:14 PM
Last Post: Fox
Exclamation strange update error elowyelus 3 3,870 07-17-2015 22:35 PM
Last Post: buybuy
  update problem Dwnos01 0 1,939 07-12-2015 18:12 PM
Last Post: Dwnos01
Information GUIDE L2Tower for Infinite Odyssey update on April, 22th kerberos464 524 317,848 06-11-2015 00:03 AM
Last Post: kerberos464
  Tower Update Botingstone 4 4,498 04-17-2015 14:09 PM
Last Post: Botingstone
  update! klevi 15 7,379 02-19-2015 13:52 PM
Last Post: aloneforever
  Update to Game Guard (28.1.2015) ZBit 47 27,191 02-07-2015 10:27 AM
Last Post: Yoxo



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