Ravix Report post Posted June 9, 2004 (edited) Alrighty, version 2 is done! Version 2.4 Feature list: Makes AND Sells DSS Can be set to "Make Only" Can be set to Put DSS in Personal Warehouse Can be set to Put DSS in Clan Warehouse Can be set to Log you off, after using "Make Only" Mode or after you put DSS in Warehouse Sets your Sell message for you (User defined) Sets your price for you (User defined) 2 Lag Level controls for better "Lag around" ALOT more accurate than 1st version Security features to ensure safty of Inventory Items Types out a !Message letting people know you have DSS for sale (User Defined) Alows you to add other items to sell, while selling your DSS (Manual) Logout Bug Fixed Mouse Position Bug Fixed If you would like to see any other things added, please let me know. Whats to come? Detection System to detect if there has been a server disconnect or game crash. DSpS Mod. Auto Relog if Disconnected.Dunno When this stuff will be, or can be added, Just keep an eye out. I am VERY exited, this is my 1st macro ever, and its awsome! If you find any bugs, please post here. This Macro is for 1024x768 resolution only. PLEASE take the time to read ALL the instructions, and set everything correctly. If you don't, bad things can happen. Please Keep everything intact, and keep the by line how it is; I worked very hard on this. Was made, and runs in ACTool 4.5.8 ENJOY!!! By Downloading this script, you agree not to change any aspect of this script, unless for personal use. (You are not allowed to make modifications and save the script, then share with anyone else) By Downloading this script, you are also agreeing to never post this script anywhere without my permision. Version 2.4 is out! Version 1.8 discontinued. (131 Copys DLed) See notes in a later post. DSSMS2.mac Edited August 8, 2004 by Ravix Quote Share this post Link to post Share on other sites
Ipa Report post Posted June 9, 2004 Any time you see code repeated to that extent, it's time to re-factor it. So, you want to left-click a bunch of times with a delay - use a loop already. Better still make it a parameterized procedure: //Procedure to LeftClick N times, with a specified delay Procedure LeftClickAndDelay USING NumberOfClicks, DelayTime  Loop $NumberOfClicks   LeftClick   Delay $DelayTime  End End Right ? So now instead of a huge, unreadable mess like this: LeftClick Delay 100 LeftClick Delay 100 LeftClick Delay 100 .. you simply make 1 procedure call: Call  LeftClickAndDelay 25, 100  // Left click 25 times with 100 delay Your macro shrinks by 75% and you can find bugs faster. And what if you want to change the delay from 100 ? How many edits do you have to make ? This also has the added benefit that forum mods don't delete your code block for being too large. /e wanders off to find the mode edit button ... Quote Share this post Link to post Share on other sites
Tivia Report post Posted June 9, 2004 Bandwidth~!! Please Edit the code out and Attach it..Save Cams bandwidth unless your really donating well to him Quote Share this post Link to post Share on other sites
Ravix Report post Posted June 9, 2004 (edited) Thanks! Ill work on that now... Like I said, my 1st script Worked on it, fixed it, and it works Thanks for the tip! Edited June 9, 2004 by Ravix Quote Share this post Link to post Share on other sites
Vertex Report post Posted June 9, 2004 about time someone does it.. i was lazy to post mine ;P Quote Share this post Link to post Share on other sites
Ravix Report post Posted June 10, 2004 Thought id Bump this, cuz I saw some one asking for a DSS macro Quote Share this post Link to post Share on other sites
Soulja13 Report post Posted June 10, 2004 Ok Please somone help me This macro like aprevious i tried gives me the Error: Could Not Find Decal's MEMLOCS.xml Please Someone help.. and before Ipa Posts Id like to say I have read the FAQ.. Please somone help me Quote Share this post Link to post Share on other sites
Ipa Report post Posted June 10, 2004 and before Ipa Posts Id like to say I have read the FAQ Really ? So you read the FAQ and still couldn't be arsed posting relevant system info & version numbers in your problem report ? Quote Share this post Link to post Share on other sites
tintin Report post Posted June 10, 2004 Macro -> Asherons Call 1 Settings -> Skip AC Memory writes gee.. this should be stuck to every forum in here Quote Share this post Link to post Share on other sites
Ipa Report post Posted June 10, 2004 gee.. this should be stuck to every forum in here No, it's irrelevant to this particular error. And it's irrelevant if you're macroing Lineage II, because the only internal ACTool code that uses it is in procedure called WriteCoords, that contains this:  if (frmMain.lblTest.Visible)  or frmMain.UseWindows2000mode1.Checked  or (sWinName <> 'Asheron''s Call') then   Exit; In other words, if the window you're macroing against isn't "Asheron's Call", then any code dependant on that menu item is NOT executed. So irrelevant to Lineage II. What is relevant is that the error message "Error: Could Not Find Decal's MEMLOCS.xml" no longer exists in ACTool. It used to exist in an old version. Which is the crux of the matter: Soulja13 can't be bothered to post version info, but is getting an error msg that clearly indicates running an out of date version. Quote Share this post Link to post Share on other sites
CL_StREAk Report post Posted June 10, 2004 Since im not a macro writer could i make a request here since i didnt get any response in other thread.. could you make a macro modification that say makes 4000 sps and puts them in the wharehouse keeper? is it possibe? Thanks a bunch and keep up the good work.. Quote Share this post Link to post Share on other sites
Ravix Report post Posted June 10, 2004 Ill try to add that to the next version of this macro Key word TRY Quote Share this post Link to post Share on other sites
CL_StREAk Report post Posted June 11, 2004 Hey thanks alot.. Would be nice expecially since there gunna be putting weight on Soul Shots in C1. Will come in handy. Quote Share this post Link to post Share on other sites
Ravix Report post Posted June 11, 2004 (edited) Version 2.2 Is here!! Check Post below. Feature list: Makes AND Sells DSS Can be set to "Make Only" Can be set to Put DSS in Personal Warehouse Can be set to Put DSS in Clan Warehouse Can be set to Log you off, after using "Make Only" Mode or after you put DSS in Warehouse Sets your Sell message for you (User defined) Sets your price for you (User defined) 2 Lag Level controls for better "Lag around" ALOT more accurate than 1st version Security features to ensure safty of Inventory Items Types out a !Message letting people know you have DSS for sale (User Defined) Alows you to add other items to sell, while selling your DSS (Manual) If you would like to see any other things added, please let me know. Just Noticed a previous request asked for an SpS Mod... It should work with DSpS, Just Put the DSpS Recipe in Hotbar slot 1, and set MPRegen double what you set it for DSS. Ill work on the accuracy of using SpS Edited June 15, 2004 by Ravix Quote Share this post Link to post Share on other sites
CL_StREAk Report post Posted June 11, 2004 cant wait for it! will be a life saver!! go Ravix Quote Share this post Link to post Share on other sites