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

Thread Closed 
 
Thread Rating:
  • 8 Vote(s) - 3.13 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem CP POTS
Author Message
kittin Offline
Gremlin
*

Posts: 7
Joined: Jul 2012
Reputation: 0
Version: 1.4.2.133
Post: #1
Problem CP POTS

Well I dunno why I couldn't write my message, any way my problem isn't that simple..

WEll in my server the gm shop sells greater cp potions that are different from the normal greater cp poitions because they have an higher delay. When I craft 20 CP pots by noblesse, the bot use them, but when I buy the gm shop ones the bot ignores them.

Help me, thanks
07-30-2012 08:01 AM
Find all posts by this user
TheBl4ckPhoenix Offline
(^.^)
****

Posts: 1,887
Joined: Mar 2012
Reputation: 601
Version: 1.4.3.143
Post: #2
RE: Problem CP POTS

(07-30-2012 08:01 AM)kittin Wrote:  Well I dunno why I couldn't write my message, any way my problem isn't that simple..

WEll in my server the gm shop sells greater cp potions that are different from the normal greater cp poitions because they have an higher delay. When I craft 20 CP pots by noblesse, the bot use them, but when I buy the gm shop ones the bot ignores them.

Help me, thanks

use this script to check item ID
    LUA Programming
ItemName = "" --write into "" the EXACTLY name of the item in your inv
local invlist = GetInventory();
for item in invlist.list do
if item.Name == ItemName  then
ShowToClient("ID Detector","Item Name: " .. ItemName .. " has been detected in your inventory and it has Id of:" .. tostring(item.displayId));
Sleep(5000);
end;
end;




Or more easly:
- write /recstart_cp

- click on one potion in your skill bar

- write /recstop

.....go to folder /script open file "cp" and copy the ID of the item..

then use some script (there should be more on forum, use search) like:

CP = 70%

if my cp is < CP then
Use(item id you have found)
end;
(This post was last modified: 07-30-2012 15:12 PM by TheBl4ckPhoenix.)
07-30-2012 15:12 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,442 09-02-2022 17:36 PM
Last Post: newlifeform
  L2 Zaken Classic problem kvourg13 0 1,945 10-07-2018 05:29 AM
Last Post: kvourg13
  problem with the programm killbill 1 2,070 11-15-2017 02:54 AM
Last Post: kbelinh0
Sad License. problem jonathanf1 1 3,174 04-19-2017 23:07 PM
Last Post: Jonathan6666
  Problem... Critical error [c6 server] Nasif 2 4,183 10-18-2016 13:48 PM
Last Post: Verb
  AntiBot problem SaintRose 2 3,885 10-05-2016 22:27 PM
Last Post: Vinter
  Autofarm Script repeat without condition problem. either 3 4,404 05-25-2016 01:00 AM
Last Post: TheQQmaster
  how to resolve this problem? lozjan 1 2,827 05-21-2016 06:13 AM
Last Post: martlegion
  Healer Fix plugin problem aa300598 1 2,960 02-20-2016 13:21 PM
Last Post: Vinter
  Bot reset setting problem aa300598 2 3,408 02-04-2016 13:18 PM
Last Post: TheQQmaster



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