Jump to content
  • 0

[Request] Refiner with refining weapon only.


Question

Posted

Hi guys, i wonder is that possible with a standard refiner which only detect your weapon and do refining? cause i wish to set my server only weapon could refine till +20.

well, hope to get an answer from here soon ~

the best was, separate it as 2 npc,

1st just according as original refiner but only detect weapon and refine max till +20. with fail rates.

2nd will be a little bit different from 1st which is only detect a special item like 'refinery token' which can helps you refine ur 'weapon' only to +20 without fail, but 1 ticket are only could +1 without any fails.

Best regards,

LMF Ragnarok Online.

7 answers to this question

Recommended Posts

  • 0
Posted (edited)

For your Second Request...you can try make use of my Refine Ticket Script..

Refine Ticket [ Version 3 ]

Changelog :

  • [ Version 1 ] - Cleaner and Compact than previous version.
  • [ Version 2 ] - Enable simple Customization on script.
  • [ Version 3 ] - Fixed some mistake typo and bug.

Scripts : View Download

but in order to make it become a NPC ..just edit the header...

function script RefineTicket {

change to

prontera,155,181,5	script	RefineNPC	718,{

and since it has become a NPC now..it doesnt have the Item Checking yet..so you have to add this above the select Menu.


if( !countitem( .TicketID ) ){
mes "You didnt have "+getitemname( .TicketID )+".";
close;
}


to enable the NPC pnly refine for Weapon

change this

set .Mode,63;

into this

set .Mode,4; 

Bitmask Mode :

//--- Mode Bitmasks ----

// 1 - Top Headgear

// 2 - Armor

// 4 - Left Hand

// 8 - Right Hand

// 16 - Garment

// 32 - Shoes

// 64 - Left Accessory

// 128 - Right Accessory

// 256 - Middle Headgear

// 512 - Lower Headgear

Edited by Emistry
  • 0
Posted

With the refiner script, it should show the parts listing like "Head","Armor", etc. You want to basically remove that part and just use a few if commands to get it done simply.

I am currently at work, but if you post the script you are working with, i would be more then happy to show you what i am talking about o:

  • 0
Posted (edited)

hi there. it's not working when i change the bitmask to 4. cause the menu shows nothing. :/

sorry it works. i changed to 8. but the problem is when i refine. straight gimme from +0 - +15. and if i change to max refine to 1. then after i +1 then not working again. any solution?

ops. i know why already.. thanks for the script. working perfectly now!

Edited by LMF

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...