lillhomie
Junior Member
Posts: 9 Likes: 3
Currently Offline
Last Online: Oct 25, 2017 22:16:34 GMT
View Profile
Registered On: Oct 11, 2017 1:10:41 GMT
|
Post by lillhomie on Oct 11, 2017 1:34:13 GMT
Hello guys. Im new here so i hope you will understand what im in need of.
Iv been checking the forum and saw few "loot counter huds" and tried them out but i cant get it to work becuse i basically dont have any "default channel" to read the messages from. So what i want is to see profit and waste from my hunts but not by reading the default channel insted that it counts when i pick the item upp from the monster to the backpack.
Now im using a normal script that just counts all the items i have in the open backpack but nothing that calculates the value of all the items.
auto 1 dontlist | setcolor 55 255 55 | setpos [$screenright + 25] [$screentop - 460] | displaytext 'Yen coin: $itemcount.3035'
And the healing item is caled "soldier pill" its like pots so thats the only waste.
So is this possible to make or not?
Thank you for your time. And i hope im not asking for to much.
King regards, Nino
|
|
|
Post by Darth Maul on Oct 11, 2017 5:45:15 GMT
Hey,
This counts a specific item from any Backpack you have.
set $it '3079' | Countitems '$it'
You could display this in a number of ways, but so you can test the script you can just use the say command.
say '$count'
After you know how many items you have you can set a value per item to it, and work out how much 'profit' you're making.
set $bohgp '30000' set $bohprofit '[$count*$bohgp]'
Now, all we have to do is format the number, and redisplay it showing how much profit you've made from the boh's you've looted.
set $bohgp '30000' set $it '3079' | Countitems '$it'
set $bohprofit '[$count*$bohgp]' | say 'I have collected $count BoH. These are worth $bohgp each. This gives me a total profit of $bohprofit so far.'
Note, you can stick this into an action waypoint at the start, or end, of your hunting waypoints to see how much profit you've made from BOH every pass you make through your cavebot labels. Alternatively, you can throw this into a looped script, using the auto 100 system and display it with the listas or display text commands.
I hope this helps; as this wasn't a paid request, I moved it to the correct board.
|
|
lillhomie
Junior Member
Posts: 9 Likes: 3
Currently Offline
Last Online: Oct 25, 2017 22:16:34 GMT
View Profile
Registered On: Oct 11, 2017 1:10:41 GMT
|
Post by lillhomie on Oct 11, 2017 14:43:28 GMT
.
|
|
lillhomie
Junior Member
Posts: 9 Likes: 3
Currently Offline
Last Online: Oct 25, 2017 22:16:34 GMT
View Profile
Registered On: Oct 11, 2017 1:10:41 GMT
|
Post by lillhomie on Oct 11, 2017 14:54:07 GMT
Hey, This counts a specific item from any Backpack you have. set $it '3079' | Countitems '$it'
You could display this in a number of ways, but so you can test the script you can just use the say command. say '$count'
After you know how many items you have you can set a value per item to it, and work out how much 'profit' you're making. set $bohgp '30000' set $bohprofit '[$count*$bohgp]'
Now, all we have to do is format the number, and redisplay it showing how much profit you've made from the boh's you've looted. set $bohgp '30000' set $it '3079' | Countitems '$it'
set $bohprofit '[$count*$bohgp]' | say 'I have collected $count BoH. These are worth $bohgp each. This gives me a total profit of $bohprofit so far.'
Note, you can stick this into an action waypoint at the start, or end, of your hunting waypoints to see how much profit you've made from BOH every pass you make through your cavebot labels. Alternatively, you can throw this into a looped script, using the auto 100 system and display it with the listas or display text commands. I hope this helps; as this wasn't a paid request, I moved it to the correct board. @darth Maul I forgot to mention it but ofc im paying for a complet script. Im not that good in scripting but i will try to make something from what u wrote. If i dont succed is it possible for you to make me a complete script if i give u all the item names / id's and so on. Just message me the price! Insted of having it in a script. I would like to use it as a HUD. Every time i pickup a BOH it will add one to the "HUD" BOH 1 : 30000 or BOH 4 : 120000 So if i have 15 items. items1 : amount x price items2 : amount x price items3... Total : total "gps" from all 15 items edit: And im not botting just using the "looting" option. So basically hunting manuely. just lazy to loot.
|
|
|
Post by Darth Maul on Oct 12, 2017 10:17:13 GMT
I forgot to mention it but ofc im paying for a complet script. Im not that good in scripting but i will try to make something from what u wrote. If i dont succed is it possible for you to make me a complete script if i give u all the item names / id's and so on. Just message me the price! If you cant get something working, and you want to pay for it, feel free to make another post in the paid section. I'm sure one of the other staff members could help; if not I can. Darth Maul Kai Siwy Masi
|
|