Lineage 2 Tower Forum

Full Version: 1.4.1.123
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
* Fixed WarehouseManager
* Fixed AugmentManager (Interlude - Kamael)
+ Script: KillMe()
* Fixed old chronicles
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();

Im not sure exactly when, maybe from .121 ShowToClient() crashes client sometimes.
it's funny because, this wasn't changed from 5 months
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.
Reference URL's