Jump to content
  • 0

Question

5 answers to this question

Recommended Posts

  • 0
Posted

I tryed it and its not working but thanks for helping :D

 

You could try using Emistry's script but modifying it to use getitem2 instead which according to a script I wrote years ago "works"?

I'm not exactly sure if the stats get modified or w/e, but it's worth a shot...

Test Script:

new_1-2,95,71,4	script	+101 Refiner	100,{
	for ( .@i = 1; .@i <= 10; .@i++ ) {
		if ( getequipisequiped(.@i) && getequipisenableref(.@i) ) {
			.@id = getequipid(.@i);
			.@ref = getequiprefinerycnt(.@i);
			.@card1 = getequipcardid( .@i, 0 );
			.@card2 = getequipcardid( .@i, 1 );
			.@card3 = getequipcardid( .@i, 2 );
			.@card4 = getequipcardid( .@i, 3 );
			delitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, .@card4;
			getitem2 .@id, 1, 1, 101, 0, .@card1, .@card2, .@card3, .@card4;
			equip .@id;
		}
	}
	end;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...