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

Thread Closed 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Version 125] PickUp not working
Author Message
rafadog Offline
Expired VIP Member
**

Posts: 13
Joined: Jun 2012
Reputation: 2
Version: 1.4.2.134.5b
Post: #11
RE: [Version 125] PickUp not working

All working fine, but dc every 20 - 30 min.... Confused
07-31-2014 18:16 PM
Find all posts by this user
olaszosan1 Offline
Expired VIP Member
**

Posts: 125
Joined: Jul 2014
Reputation: 23
Version: 1.4.2.132
Post: #12
RE: [Version 125] PickUp not working

Any solution for pickup pls?
07-31-2014 18:29 PM
Find all posts by this user
benbt91 Offline
VIP Member
***

Posts: 694
Joined: Mar 2012
Reputation: 47
Version: 1.4.3.143
Post: #13
RE: [Version 125] PickUp not working

@ClockMan
any autopin work ? at 126 ?
    LUA Programming
function OnCreate()
	Event_PacketUnBlock(0xFE,0xA,0x1);
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() == 0xA) and (packet:GetSubID2() == 0x1) and (packet:ReadInt(4) == 1) then
 
AccName = string.lower(GetAccountName());	-- Convert account name to low string;	
 
 if (AccName == "besyulever@gmail.com") then
 packet:BlockMe();
 pinSend("111000");
 end;
 
 if (AccName == "acc1") or (AccName == "acc2")	then
 packet:BlockMe();
 pinSend("pin");
 end;
	end;
end;



any one know how to change new packet to work with version 126 ?
@ClockMan can u check it ? Big Grin
ty
(This post was last modified: 07-31-2014 19:23 PM by benbt91.)
07-31-2014 19:05 PM
Find all posts by this user
arterder Offline
Goblin Grave Robber
*

Posts: 17
Joined: Sep 2013
Reputation: 0
Version: 1.4.2.142
Post: #14
RE: [Version 125] PickUp not working

(07-31-2014 18:29 PM)olaszosan1 Wrote:  Any solution for pickup pls?

OK for me, pick up working now
07-31-2014 19:59 PM
Find all posts by this user
natic Offline
Elpy
*

Posts: 2
Joined: Jun 2014
Reputation: 0
Version: 1.4.1.128
Post: #15
RE: [Version 125] PickUp not working

pickup still not working with me
07-31-2014 20:01 PM
Find all posts by this user
kerberos464 Offline
Bug revealer

Posts: 1,539
Joined: Jun 2012
Reputation: 576
Version: 1.4.3.143
Post: #16
RE: [Version 125] PickUp not working

use version 126

Everything is possible. The impossible just takes longer.
07-31-2014 20:03 PM
Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Unsupported Game Version araki 10 9,737 03-27-2019 19:40 PM
Last Post: leandrovitorlelis
  L2Tower isn't working on Lineage II Mafia Shico 0 2,451 02-28-2017 18:56 PM
Last Post: Shico
  L2 Dragon question about bot, working or not kaan22747 0 2,607 02-15-2017 21:10 PM
Last Post: kaan22747
Heart unsupported game version xZonder 1 3,304 11-09-2016 11:36 AM
Last Post: Verb
  LF Interlude low/mid rate Server with working l2tower pwsriddick 1 3,053 04-22-2016 21:26 PM
Last Post: Higorkovic
  CP/Mana Stop Working Crnogorac 3 3,705 04-08-2016 10:36 AM
Last Post: TheQQmaster
  Best version for interlude? aciddemon123 2 4,367 12-11-2015 16:37 PM
Last Post: aciddemon123
  Version L2 Tower 1.4.2.142 fusk 1 4,540 12-09-2015 06:18 AM
Last Post: brandon419
  l2avellan bot not working can halp any1 ? d1mmka 0 1,883 10-25-2015 04:53 AM
Last Post: d1mmka
  New working version folder ministra 4 3,448 10-11-2015 19:11 PM
Last Post: kerberos464



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