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

Post Reply 
 
Thread Rating:
  • 16 Vote(s) - 2.69 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1.4.1.84
Author Message
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #1
1.4.1.84

  • L2Toxic antibot fix
  • Small fix in NPC shop
  • Small fix in "PacketManager"
  • GetNormalNPCExchangeManager():AddBuyByIndex removed

[Image: owner.gif]
(This post was last modified: 06-25-2012 23:02 PM by Sakaszli.)
06-25-2012 22:47 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: #2
RE: 1.4.1.84

    LUA Programming
Command("/target Holly");
Talk();
GetNormalNPCExchangeManager():Clear();
while(not GetNormalNPCExchangeManager():GetStatus()) do
	Click("menu_select?ask=-1&reply=0", "Buy items and minerals.");
	Sleep(1000);
end;
GetNormalNPCExchangeManager():AddBuyByID(3031,11);
GetNormalNPCExchangeManager():RequestBuyItems();
Sleep(100);
GetNormalNPCExchangeManager():RequestShopUIClose();


this supposed to buy 11 Spirit ore from Aden Grocery but its still doesnt.(Tauti NCwest)
06-25-2012 23:08 PM
Find all posts by this user Quote this message in a reply
ClockMan Offline
All Mighty
*******

Posts: 2,886
Joined: Jan 2011
Reputation: 499
Version: 1.4.3.143
Post: #3
RE: 1.4.1.84

Edit: For Tauti you can downgrade to .83 until Sakaszli will fix it.

[Image: owner.gif]
(This post was last modified: 06-25-2012 23:25 PM by ClockMan.)
06-25-2012 23:23 PM
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: #4
RE: 1.4.1.84

it's works lololo

    LUA Programming
Talk();
GetNormalNPCExchangeManager():Clear();
while(not GetNormalNPCExchangeManager():GetStatus()) do
	Click("menu_select?ask=-1&reply=0", "Buy/Sell/Refund.");
	Sleep(1000);
end;
ShowToClient("",tostring(GetNormalNPCExchangeManager():AddBuyByID(3031,11)));
ShowToClient("",tostring(GetNormalNPCExchangeManager():RequestBuyItems()));
Sleep(100);
GetNormalNPCExchangeManager():RequestShopUIClose();

06-25-2012 23:33 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.84

yes i just noticed with ShowToclient it works but without it it doesnt work unless I add Sleep(100) like this
GetNormalNPCExchangeManager():AddBuyByID(3031,11);
Sleep(100);
GetNormalNPCExchangeManager():RequestBuyItems();
06-25-2012 23:44 PM
Find all posts by this user Quote this message in a reply
Post Reply 




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