stefans Posted April 14, 2012 Share Posted April 14, 2012 lblItem1.Caption = "Item: " & Trim$(Item(scrlItem1.Value).Name)for some reason there's something wrong with this for me..The game stops running because of the errorthis is the sub btwPrivate Sub scrlItem1_Change()If scrlItem1.Value > 0 Then lblItem1.Caption = "Item: " & Trim$(Item(scrlItem1.Value).Name) Else lblItem1.Caption = "Item: None" End If Item(EditorIndex).Data1 = scrlItem1.ValueEnd Sub Link to comment Share on other sites More sharing options...
Ruins of Hell Posted April 14, 2012 Share Posted April 14, 2012 @stefans:> lblItem1.Caption = "Item: " & Trim$(Item(scrlItem1.Value).Name)> > for some reason there's something wrong with this for me..> The game stops running because of the error> > this is the sub btw> > Private Sub scrlItem1_Change()> If scrlItem1.Value > 0 Then> lblItem1.Caption = "Item: " & Trim$(Item(scrlItem1.Value).Name)> Else> lblItem1.Caption = "Item: None"> End If> > Item(EditorIndex).Data1 = scrlItem1.Value> End SubDid you do:> Open up frmEditor_Item> Add the following items to it: (You may have to extend the form and make room)> > 1\. Frame, call it fraRecipe (Visible should be set to false)> 2\. ComboBox, call it cmbCTool> > The following should be placed within fraRecipe> 3\. Label, call it lblItem1> 4\. Label, call it lblItem2> 5\. Label, call it lblResult> 6\. Scroll Bar, call it scrlItem1> 7\. Scroll Bar, call it scrlItem2> 8\. Scroll Bar, call it scrlResult> 9\. ComboBox, call it cmbCToolReq Link to comment Share on other sites More sharing options...
or3o Posted June 1, 2012 Share Posted June 1, 2012 when i try to make an item i get an rte error 9 and it highlights this``` CopyMemory ByVal VarPtr(Item(n)), ByVal VarPtr(ItemData(0)), ItemSize ```anyone else had this problem?its in the handle save item sub.Nevermind fixed it :0 im just kinda dumb sometimes. Link to comment Share on other sites More sharing options...
kapsel598 Posted June 26, 2012 Share Posted June 26, 2012 how can i remove recipe after use? Link to comment Share on other sites More sharing options...
kapsel598 Posted June 26, 2012 Share Posted June 26, 2012 ok i have this Link to comment Share on other sites More sharing options...
Nifflr Posted August 21, 2012 Share Posted August 21, 2012 > > For now there is only 2 item combination, to make more item combination I need add Data4, Data5 as example? I know its not only in one place where need to add but is that the best way to do this?> > That is one way of doing it, but I think the best way is to use an array.> > Example:> > ```> Item(ItemNum).RecipeItem(Index)> ```I too would like to be able to create a recipe that requires more than two items (preferably four) but I'm not familiar with arrays. Could somebody please explain to me how to do this in more depth? Link to comment Share on other sites More sharing options...
Kemerd Posted March 13, 2013 Share Posted March 13, 2013 Really cool system! It's very nice. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) Link to comment Share on other sites More sharing options...
cacadosman Posted April 24, 2013 Share Posted April 24, 2013 Is this supported for Eclipse Advance ??Sorry for bad english ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png) Link to comment Share on other sites More sharing options...
Zopto Posted April 27, 2013 Share Posted April 27, 2013 hmm i think you need to chage code litl bit to work on EA Link to comment Share on other sites More sharing options...
Kajamaz Posted April 30, 2013 Share Posted April 30, 2013 Will this work on v3? Link to comment Share on other sites More sharing options...
soulsoldier2 Posted August 8, 2013 Share Posted August 8, 2013 hey [DJMaxus](http://www.eclipseorigins.com/community/index.php?/user/40049-djmaxus/) thanx for the super great script but can add leveling to it?like smiting,herblore and cooking if you can i would be greatfull Link to comment Share on other sites More sharing options...
zinkelly Posted February 5, 2014 Share Posted February 5, 2014 I need help :'(… It's not working... Who help me :'(...What the program you use to edit?I use Notepad... But ... it's not working... Link to comment Share on other sites More sharing options...
hisherwin Posted February 5, 2014 Share Posted February 5, 2014 > I need help :'(… It's not working... Who help me :'(...What the program you use to edit?> > I use Notepad... But ... it's not working...Dude , Use Visual Basic.. Notepad can't compile Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now