
How do I determine which item ID the user has traded now? hasItemQty is only useful when you know what will be traded, I need something for the unknown item that is traded.
Do you really have that many custom trades or are you just not pulling changes form DSP master? Please tell me I haven't run into yet another user that thinks they have to manually edit their fork to get updates in doing drag n drop updates. The horrors I have seen where somebody updates source without updating scripts, and other nightmare fuel.My weekend schedule just filled up...
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
or.. you could just open notepad++ and directory replace getItem( with getItemID(Avatarati wrote:I see what happened now...
A commit on August 11, 2016 "changed getItem to return item object"
Guess I have to change every instance of getItem to getItemID...
My weekend schedule just filled up...
Click here for a guide on scripting missions.<Giblet[NewBrain]> kj with this first step would be fine on my shit
I usually download a new repository then I have a folder with all affected files. I'll copy and paste everywhere that has a //CUSTOM CODE comment. Sometimes things will change, so I'll need to tweak it a little.Do you really have that many custom trades or are you just not pulling changes form DSP master? Please tell me I haven't run into yet another user that thinks they have to manually edit their fork to get updates in doing drag n drop updates. The horrors I have seen where somebody updates source without updating scripts, and other nightmare fuel.![]()
![]()
Explain? I'd love to know a simpler way.Please tell me I haven't run into yet another user that thinks they have to manually edit their fork to get updates in doing drag n drop updates.
My original number was a little exaggerated. It's already fixed. Ended up not being many places it was used - was using hasItemQty most of the time.or.. you could just open notepad++ and directory replace getItem( with getItemID(
(case sensitive)
though you'll probably wanna search for getItem( first and keep open any stock dsp scripts so you can change them back after directory replace
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE