![]() |
.add dialog - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Submissions (/Forum-Script-Submissions) +--- Thread: .add dialog (/Thread-add-dialog) Pages: 1 2 |
RE: .add dialog - XuN - 11-12-2013 05:34 AM Found a fastest way (still loading in about 4 seconds) for the search... it's not perfect but a solution for this asked function. Since it takes some time to do the search and its not a good idea to use on living shards I made a defname to de/activate it so anyone can or can't use it. Download link in the first post. RE: .add dialog - Avatar - 11-14-2013 02:21 AM I have an idea. You can just upload all chardefs and items into mysql then you can just search it easly. Just an idea. It wont be an issue to upload data to mysql. Only first time , server may be screwed but ![]() RE: .add dialog - XuN - 11-21-2013 06:03 AM Maybe in some time, i'm working in another system now. RE: .add dialog - Soulless - 12-16-2013 08:38 AM for some reason the create button doesnt work for me, i don't get any errors from it RE: .add dialog - XuN - 12-16-2013 06:48 PM Fixed, I was sending the ID on the (serv.)List instead of the ID on the (dialog)list. Try it now,ty ![]() RE: .add dialog - Soulless - 12-17-2013 01:16 AM oh, and when you use f_command to overwrite .add it then doesnt allow you to do things like .add i_sword_long. but we could fix that personally if we decided to overwrite the old command anyways. but just an idea for your script maybe to check for args with the command and if their are validate them and excute the command. but this is awesome ![]() RE: .add dialog - XuN - 12-17-2013 07:54 AM Added a bypass for it, thanks again ![]() ![]() And thanks, i'm trying to be usefull ![]() RE: .add dialog - Soulless - 12-18-2013 01:22 PM Youre very useful! doing great stuff! Keep up the good work RE: .add dialog - XuN - 01-22-2014 08:30 PM I've Uploaded a version of this script using SQLite, it doesn't have a search function yet... i'm thinking on the visuals for it to have easy search. http://forum.spherecommunity.net/sshare.php?download=281 Type .f_add_setup to install it (if you have the other version and want to uninstall it, do it before placing this script) and it will send all data to SQLite, it takes me 9 seconds, everything should work like the old one except on speed. RE: .add dialog - XuN - 03-01-2014 01:09 AM Updated SQLite version: V1.1 (SQLite): Fixed items/chars not being created because of uncomplete transaction from lists to sql. |