Jump to content
  • 0

[Request] Refiner with refining weapon only.


LMF

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  11/16/11
  • Last Seen:  

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.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  39
  • Topics Per Day:  0.01
  • Content Count:  615
  • Reputation:   201
  • Joined:  11/09/11
  • Last Seen:  

yes, when refining, make sure that the item is only in equipment slots 3 and 4...

IE: Left and Right Hand :D

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  161
  • Reputation:   6
  • Joined:  11/13/11
  • Last Seen:  

yes you can still modify renewal refining system.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  11/16/11
  • Last Seen:  

hm.. how should i start?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  24
  • Topics Per Day:  0.01
  • Content Count:  201
  • Reputation:   47
  • Joined:  11/17/11
  • Last Seen:  

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:

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  11/16/11
  • Last Seen:  

thanks a lot emistry, you did a fantasy job :D appreciate your help ^.^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  11/16/11
  • Last Seen:  

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