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

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
striped client
Author Message
Temper Offline
Expired VIP Member
**

Posts: 27
Joined: Jun 2015
Reputation: 0
Version: 1.4.2.138
Post: #51
RE: striped client

(07-22-2015 16:32 PM)kerberos464 Wrote:  you can use this simple plugin to prevent showing Mega Strike skill animation, tried, works.

    LUA Programming
function OnCreate()
	Event_PacketUnBlock(0x48, -1, 3);
end;
 
 
function OnIncomingPacket(packet)
	packet:SetOffset(0);
	if (packet:GetID() == 0x48) then
 packet:ReadInt(4);
 packet:ReadInt(4);
 packet:ReadInt(4);
 if (packet:ReadUInt(4) == 10260) then -- Mega Strike
 packet:BlockMe();
 end;
	end;
end;


Nice
07-25-2015 08:06 AM
Find all posts by this user Quote this message in a reply
erce Offline
Expired VIP Member
**

Posts: 46
Joined: Jun 2012
Reputation: 2
Version: 1.4.2.136
Post: #52
RE: striped client

la2s.1.11.b
GF ((working)less lag, faster loading, less freazs)
3rd profesion (works)
ketra orc aoutpost (works)
GoG (works)
Fortuna (works)
Kartia (works)
lvling 1-70(all works, no erors)
Jumping (i will fiks soon as i kan)
Mega strike use plugin in tower,
Code:
function OnCreate()
    Event_PacketUnBlock(0x48, -1, 3);
end;


function OnIncomingPacket(packet)
    packet:SetOffset(0);
    if (packet:GetID() == 0x48) then
packet:ReadInt(4);
packet:ReadInt(4);
packet:ReadInt(4);
if (packet:ReadUInt(4) == 10260) then -- Mega Strike
packet:BlockMe();
end;
    end;
end;
other zones koming up, test as soon as i kan!!
(This post was last modified: 07-28-2015 20:24 PM by erce.)
07-28-2015 20:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  pvpsuite PLUGIN on Ertheya client Free Fotonix 6 6,165 09-27-2015 22:52 PM
Last Post: blah



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