Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×
  • 0

Requesting for +100 Auto Refiner and Derefiner.


Super Arki

Question


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   0
  • Joined:  10/25/15
  • Last Seen:  

Hi. Is it possible to have this script? Like instant refine to +100 and derefine by 10? Thank you!

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Content Moderator
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  639
  • Reputation:   609
  • Joined:  11/25/11
  • Last Seen:  

Did you made the needed Source Mods to accomplish this request?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  30
  • Reputation:   0
  • Joined:  10/25/15
  • Last Seen:  

Yes. I did. The one i'm requesting is an npc for +100 auto refine. If possible.

Edited by Super Arki
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  387
  • Reputation:   60
  • Joined:  10/08/13
  • Last Seen:  


prontera,151,180,6 script +100 Refiner 100,{

for ( .@i = 1; .@i <= 10; .@i++ ) {

if ( getequipisequiped(.@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;

}

Link to comment
Share on other sites

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.

×
×
  • Create New...