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

Thread Closed 
 
Thread Rating:
  • 2 Vote(s) - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Often Client Crashes
Author Message
immaxx Offline
Gremlin
*

Posts: 6
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.121
Post: #11
RE: Often Client Crashes

(10-24-2012 12:28 PM)Fox Wrote:  You need to do some tests

my ram stays always below 50% usage. so must be smh else.
10-24-2012 12:37 PM
Find all posts by this user
Fox Away
Fraka-kaka-kaka-kaka-kow!
******

Posts: 5,640
Joined: Oct 2011
Reputation: -6666548
Version: 1.4.2.142
Post: #12
RE: Often Client Crashes

any pluggins? in not... the scripts are probably killing your client


G2A is a fantastic web-store where you can buy games cheap (40%+ Discounts!)
[Image: uaFndGu.gif]
10-24-2012 14:46 PM
Visit this user's website Find all posts by this user
immaxx Offline
Gremlin
*

Posts: 6
Joined: Apr 2012
Reputation: 0
Version: 1.4.1.121
Post: #13
RE: Often Client Crashes

(10-24-2012 14:46 PM)Fox Wrote:  any pluggins? in not... the scripts are probably killing your client

no plugins.. just 2 scripts
i use theze 2 scripts only:
CharName = "xxx"; -- Char Name who must me Ressed
ResItemId = 3936; -- Scroll of Res ID
HP = 15000;
HP1 = 10000;
HP2 = 7000;
HP3 = 8000;
CPWAR = 1000;
CP = 13000;
------------------------------------------

repeat
local TheChosenOne = GetUserByName(CharName);
if GetMe():GetHp() < HP3 and GetMe():GetCp() > CP then
ShowToClient("System Script", "Healing 1 Potion ...");
Command("/useshortcut 1 1");
Sleep(500);
end;
if (TheChosenOne ~= nil) and (TheChosenOne:GetHp() < HP) then
--Sleep(1000);
--Target(CharName);
--Sleep(1000);
Command("/useshortcut 3 9");
Sleep(500);
end;
if (TheChosenOne ~= nil) and (TheChosenOne:GetHp() < HP1) then
--Sleep(1000);
--Target(CharName);
--Sleep(1000);
Command("/useshortcut 3 8");
Sleep(500);
end;
if (TheChosenOne ~= nil) and (TheChosenOne:GetHp() < HP2) then
--Sleep(1000);
--Target(CharName);
--Sleep(1000);
Command("/useshortcut 3 6");
Sleep(500);
end;
if (TheChosenOne ~= nil) and (TheChosenOne:GetCp() < CPWAR) then
Command("/useshortcut 4 9");
Sleep(3000);
Command("/useshortcut 1 1");
Sleep(500);
Command("/useshortcut 1 1");
end;
Sleep(500);
until false;

and 2nd:

range = 950;
NpcName = "Large Cocoon";
--------------------------------------------------------------------------------
NpcL = GetNpcList();
repeat
--if(GetTarget() == nil)then
for user in NpcL.list do
if(GetMe():GetRangeTo(user) < range)then
if(user:GetName() == NpcName)then
Target(user:GetId());
--UseSkill(10763, false, true);
Command("/attackforce");
Sleep(2000);
ClearTargets();
Sleep(5000);
end;
Sleep(500);
end;
end;
Sleep(500);
--end;
--if(GetTarget()~= nil)then
-- if(GetTarget():IsAlikeDeath() == true)then
-- ClearTargets();
-- CancelTarget(true);
-- Sleep(500);
-- end;
--end;
Sleep(20000);
until false;
10-24-2012 16:41 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Problem with High Five client newlifeform 0 1,438 09-02-2022 17:36 PM
Last Post: newlifeform
  Anyone have modded dsetup.dll for Official client? hummer555 2 5,115 12-04-2016 12:18 PM
Last Post: goem
Information always crash client when use l2tower binken17 1 2,776 05-21-2016 06:13 AM
Last Post: martlegion
  Alert message when starting l2 client (after deleting l2 tower) likeorange 0 2,055 12-03-2015 00:31 AM
Last Post: likeorange
  Steam client Jebenavidez 4 4,638 11-20-2015 22:58 PM
Last Post: YulRun
  Please help, Tower kept on crashes.... ekin 5 3,227 10-31-2015 19:49 PM
Last Post: mode231
  High five client help nahaku 0 2,035 10-24-2015 08:41 AM
Last Post: nahaku
Information a solution to open more than 3 client? Ferdydann 8 7,704 09-23-2015 10:18 AM
Last Post: blah
  2nd Client +++ Freezes pereputa 9 6,189 04-14-2015 19:23 PM
Last Post: pereputa
  1.4.1.127 - Client crash johnreese 13 7,783 12-05-2014 21:39 PM
Last Post: PvPSuite



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