Emistry Posted September 15, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2361 Joined: 10/28/11 Last Seen: Saturday at 01:45 PM Share Posted September 15, 2019 View File Manage @alootid - @alootid2 Introduction: Due to the limitation of alootid that can only loot up to 10 items by default. (can change at /src/). However players are always greedy, they want to loot almost everything, but not every items, so 10 slots can't fill their desires. So this custom manager are introduced. It help player to setup different combination of alootid settings. (Different hunting monster/maps could switch to different settings) player no longer worry what their previous alootid settings was. player can switch/save any settings whenever they want. alootid settings could be auto loaded when they join the game. * In short, just a macro to use to the alootid atcommand. To make it less confusing to player, disable the alootid and start using alootid2 instead. Usage: @alootid2 list @alootid2 <save/add/remove> <#> <item1> ... <item10> @alootid2 <load/clear/reset> <#> @alootid2 set <#> name <name> @alootid2 set <#> autoload <1/0> Example: chatbox: @alootid2 save 3 609 608 607 Usage: @alootid2 save <3> - save successfully. chatbox: @alootid2 load 1 Your autolootitem list has been reset. Autolooting item: 'Green_Herb'/'Green Herb' {511} Autolooting item: 'Apple'/'Apple' {512} Autolooting item: 'Banana'/'Banana' {513} Autolooting item: 'Grape'/'Grape' {514} Autolooting item: 'Carrot'/'Carrot' {515} Usage: @alootid2 load <2> - loaded successfully. chatbox: @alootid2 list <1> - 501, 502, 503, 504, 505, 506, 507, 508, 509, 510 <2> - 511, 512, 513, 514, 515 (autoload upon login) <3> - 609, 608, 607 Usage: @alootid2 list - found 3 settings. Preview: Submitter Emistry Submitted 09/15/2019 Category Utilities Video Content Author Emistry 4 3 1 Quote Link to comment Share on other sites More sharing options...
Radian Posted September 15, 2019 Group: Members Topic Count: 162 Topics Per Day: 0.04 Content Count: 1546 Reputation: 192 Joined: 07/23/14 Last Seen: June 24 Share Posted September 15, 2019 Great released! as always @Emistry ! Quote Link to comment Share on other sites More sharing options...
Surefirer Posted September 21, 2019 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 113 Reputation: 1 Joined: 12/15/18 Last Seen: January 19, 2023 Share Posted September 21, 2019 Thanks for the release. Quote Link to comment Share on other sites More sharing options...
Sergardo Posted November 6, 2022 Group: Members Topic Count: 64 Topics Per Day: 0.02 Content Count: 148 Reputation: 0 Joined: 03/06/15 Last Seen: June 2, 2023 Share Posted November 6, 2022 (edited) everytime i save then load always Your autolootitem list has been reset @alootid2 save 1 607 608 969 @alootid2 load 1 fix already sry sir i forget to put it on sql Edited November 6, 2022 by Sergardo fix Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 30, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2361 Joined: 10/28/11 Last Seen: Saturday at 01:45 PM Author Share Posted January 30, 2023 Version 2.0.0 added option to bulk add/remove item (to cater scenario where chat box insufficient max length like 10 items with million ID range) added option to clear/reset the items in a group. added option to allow different save mode(experimental) use at your own risk (example: other players may share same settings with you) refactor the script to make it slightly easier to read/maintain Quote Link to comment Share on other sites More sharing options...
Dev Blind Posted April 23, 2023 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 6 Reputation: 0 Joined: 10/12/19 Last Seen: Monday at 04:47 PM Share Posted April 23, 2023 diff where Quote Link to comment Share on other sites More sharing options...
Queen Freya Posted February 19 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 06/15/21 Last Seen: July 10 Share Posted February 19 On 9/15/2019 at 7:37 PM, Emistry said: View File Manage @alootid - @alootid2 Introduction: Due to the limitation of alootid that can only loot up to 10 items by default. (can change at /src/). However players are always greedy, they want to loot almost everything, but not every items, so 10 slots can't fill their desires. So this custom manager are introduced. It help player to setup different combination of alootid settings. (Different hunting monster/maps could switch to different settings) player no longer worry what their previous alootid settings was. player can switch/save any settings whenever they want. alootid settings could be auto loaded when they join the game. * In short, just a macro to use to the alootid atcommand. To make it less confusing to player, disable the alootid and start using alootid2 instead. Usage: @alootid2 list @alootid2 <save/add/remove> <#> <item1> ... <item10> @alootid2 <load/clear/reset> <#> @alootid2 set <#> name <name> @alootid2 set <#> autoload <1/0> Example: chatbox: @alootid2 save 3 609 608 607 Usage: @alootid2 save <3> - save successfully. chatbox: @alootid2 load 1 Your autolootitem list has been reset. Autolooting item: 'Green_Herb'/'Green Herb' {511} Autolooting item: 'Apple'/'Apple' {512} Autolooting item: 'Banana'/'Banana' {513} Autolooting item: 'Grape'/'Grape' {514} Autolooting item: 'Carrot'/'Carrot' {515} Usage: @alootid2 load <2> - loaded successfully. chatbox: @alootid2 list <1> - 501, 502, 503, 504, 505, 506, 507, 508, 509, 510 <2> - 511, 512, 513, 514, 515 (autoload upon login) <3> - 609, 608, 607 Usage: @alootid2 list - found 3 settings. Preview: Submitter Emistry Submitted 09/15/2019 Category Utilities Video Content Author Emistry Want to ask question, where should i put this on src? CREATE TABLE IF NOT EXISTS `ero_alootid` ( Quote Link to comment Share on other sites More sharing options...
Emistry Posted February 19 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10015 Reputation: 2361 Joined: 10/28/11 Last Seen: Saturday at 01:45 PM Author Share Posted February 19 6 hours ago, Queen Freya said: Want to ask question, where should i put this run the SQL queries at your database engine, HeidiSQL, MySQL Workbench, PhpMyAdmin etc Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.