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

Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1.4.1.123
Author Message
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #1
1.4.1.123

* Fixed WarehouseManager
* Fixed AugmentManager (Interlude - Kamael)
+ Script: KillMe()
* Fixed old chronicles
05-05-2014 02:59 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #2
RE: 1.4.1.123

To test warehouse use :

    LUA Programming
function getItemByName(name)
invList = GetInventory();
for item in invList.list do
	if item.Name == name then
		return item.objectId;
	end;
end;
return 0;
end;
 
TargetNpc("Wilford", 30005);
GetWarehouseManager():Clear();
Talk();
ClickLinkAndWait("wilph001a.htm");
while(not GetWarehouseManager():GetStatus()) do
	Click("deposit", "Deposit an item. (Private Warehouse)");
	Sleep(700);
end;
GetWarehouseManager():AddItem(getItemByName("Adena"),4);
Sleep(2000);
GetWarehouseManager():DepositItems();

05-05-2014 03:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #3
RE: 1.4.1.123

Im not sure exactly when, maybe from .121 ShowToClient() crashes client sometimes.
05-08-2014 14:14 PM
Find all posts by this user Quote this message in a reply
Sakaszli Offline
I'm too pro to be pro.
*******

Posts: 1,189
Joined: Jan 2011
Reputation: 484
Version: 1.4.2.134.5b
Post: #4
RE: 1.4.1.123

it's funny because, this wasn't changed from 5 months
05-09-2014 12:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
amiroooo Offline
Beta Tester

Posts: 1,270
Joined: Sep 2011
Reputation: 412
Version: 1.4.2.142
Post: #5
RE: 1.4.1.123

to be even more precise, only chat type 2(TELL/PM) make crashes it seems, coz when i switch to party chat it doesn't crash anymore.
05-10-2014 01:21 AM
Find all posts by this user Quote this message in a reply
Post Reply 




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