crazyarashi Posted March 21, 2019 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: Yesterday at 07:27 AM Share Posted March 21, 2019 View File Autoloot Settings A rather simple autoloot settings function that I made, It's made to store 10 autoloot ID, there can be more than 10 as long as you adjust it. I made this function to store all ID in one variable rather than multiple ones. Submitter crazyarashi Submitted 03/21/2019 Category Utilities Video Content Author crazyarashi 1 Quote Link to comment Share on other sites More sharing options...
CyberDevil Posted March 21, 2019 Group: Members Topic Count: 40 Topics Per Day: 0.02 Content Count: 242 Reputation: 37 Joined: 02/25/18 Last Seen: December 2, 2024 Share Posted March 21, 2019 (edited) Quote [Error]: script error on npc/custom/Autoloot_Setting.txt line 55 parse_line: expected ';' 50 : if(atoi(.@alootid$[.@i]) == .@temporary_id){ 51 : mes "[ ^0000FFAutoloot Settings^000000 ]"; 52 : mes "You already have this ID in your autoloot settings."; 53 : next; 54 : autoloot_setting() * 55 : '}' 56 : continue; 57 : } 58 : return .@temporary_id; 59 : } 60 : @crazyarashi correct me if I am wrong, but I believe that it is simply missing this ";" at hte end of line 54, in this way: autoloot_setting (); it's correct? ...another thing, how can you empty the slots on the list? In other words, delete an item on the list and leave it empty! If there is no way, is it possible to implement this function? Edited March 22, 2019 by CyberDevil Quote Link to comment Share on other sites More sharing options...
zero23 Posted June 12, 2020 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/24/14 Last Seen: June 6, 2024 Share Posted June 12, 2020 buenas donde puedo poner el scrips muchas gracias Quote Link to comment Share on other sites More sharing options...
lelouchxv Posted January 23, 2023 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 120 Reputation: 8 Joined: 09/16/18 Last Seen: May 5, 2023 Share Posted January 23, 2023 How to make this Autoloot settings saved on whole account? Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 26, 2023 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share Posted January 26, 2023 On 1/23/2023 at 5:14 PM, lelouchxv said: How to make this Autoloot settings saved on whole account? find all alootid$ replace with #alootid$ 1 Quote Link to comment Share on other sites More sharing options...
lelouchxv Posted January 26, 2023 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 120 Reputation: 8 Joined: 09/16/18 Last Seen: May 5, 2023 Share Posted January 26, 2023 48 minutes ago, Emistry said: find all alootid$ replace with #alootid$ Thankyou This works ♥ 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.