Jump to content
  • 0

Refiner Using Guarantee Tickets


GM Takumirai

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

------------------------------------------

What the Script does.?

Refine using the official item below:

-Guarantee Armor 11Up Item ID# 6239 (Guarantee_Armor_11Up)

-Guarantee Armor 6Up Item ID# 6235 (Guarantee_Armor_6Up)

-Guarantee Armor 7Up Item ID# 6234 (Guarantee_Armor_7Up)

-Guarantee Armor 8Up Item ID# 6233 (Guarantee_Armor_8Up)

-Guarantee Armor 9Up Item ID# 6232 (Guarantee_Armor_9Up)

-Guarantee Weapon 11Up Item ID# 6238 (Guarantee_Weapon_11Up)

-Guarantee Weapon 6Up Item ID# 6231 (Guarantee_Weapon_6Up)

-Guarantee Weapon 7Up Item ID# 6230 (Guarantee_Weapon_7Up)

-Guarantee Weapon 8Up Item ID# 6229 (Guarantee_Weapon_8Up)

-Guarantee Weapon 9Up Item ID# 6228 (Guarantee_Weapon_9Up)

What are the setting you want.?

- Example i have ItemID 6228 - Guarantee Weapon +9, the menu for the list of weapon i have that is equip will be available for refine, checking the item 6228 and if you got 1x of the item it will refine +9 to your weapon w/o fail. [because its guarantee to refine it]

- also to armor.

What Type of Script you want.?

-w/ the use of those items it will refine by its guarantee option.

is in official have a refiner for this?

Ok i found out the refine system of Emistry

- Solved -

use Emistry Script

- http://pastebin.com/raw.php?i=g8W9yhSs

and i change my item_db.txt

6228,Guarantee_Weapon_9Up,Guarantee Weapon 9Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6228,1,12,0,9,1,1,100 ); },{},{}

6229,Guarantee_Weapon_8Up,Guarantee Weapon 8Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6229,1,12,0,8,1,1,100 ); },{},{}

6230,Guarantee_Weapon_7Up,Guarantee Weapon 7Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6230,1,12,0,7,1,1,100 ); },{},{}

6231,Guarantee_Weapon_6Up,Guarantee Weapon 6Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6231,1,12,0,6,1,1,100 ); },{},{}

6232,Guarantee_Armor_9Up,Guarantee Armor 9Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6232,1,51,0,9,1,1,100 ); },{},{}

6233,Guarantee_Armor_8Up,Guarantee Armor 8Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6233,1,51,0,8,1,1,100 ); },{},{}

6234,Guarantee_Armor_7Up,Guarantee Armor 7Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6234,1,51,0,7,1,1,100 ); },{},{}

6235,Guarantee_Armor_6Up,Guarantee Armor 6Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6235,1,51,0,6,1,1,100 ); },{},{}

6238,Guarantee_Weapon_11Up,Guarantee Weapon 11Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6238,1,12,0,11,1,1,100 ); },{},{}

6239,Guarantee_Armor_11Up,Guarantee Armor 11Up,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",6239,1,51,0,11,1,1,100 ); },{},{}

- got the problem again

---------------------------------------

- when i use +6 guarantee w/ my weapon +5

- it will refine but it will not continue your refine to 5 + 6 = 11

- the result is + 6 weapon..

- also i can't use +6 guarantee when my weapon is above + 6 refine

- example i have + 8 weapon then i click the +6 guarantee i can't refine it ..

@Emistry can you help me?

requesting a refiner for this items..this items are official but i can't see where to refine this

Guarantee Armor 11Up Item ID# 6239 (Guarantee_Armor_11Up)

+11 Armor Refine Ticket

Guarantee Armor 6Up Item ID# 6235 (Guarantee_Armor_6Up)

+6 Armor Refine Ticket

Guarantee Armor 7Up Item ID# 6234 (Guarantee_Armor_7Up)

+7 Armor Refine Ticket

Guarantee Armor 8Up Item ID# 6233 (Guarantee_Armor_8Up)

+8 Armor Refine Ticket

Guarantee Armor 9Up Item ID# 6232 (Guarantee_Armor_9Up)

+9 Armor Refine Ticket

Guarantee Weapon 11Up Item ID# 6238 (Guarantee_Weapon_11Up)

+11 Weapon Refine Ticket

Guarantee Weapon 6Up Item ID# 6231 (Guarantee_Weapon_6Up)

+6 Weapon Refine Ticket

Guarantee Weapon 7Up Item ID# 6230 (Guarantee_Weapon_7Up)

+7 Weapon Refine Ticket

Guarantee Weapon 8Up Item ID# 6229 (Guarantee_Weapon_8Up)

+8 Weapon Refine Ticket

Guarantee Weapon 9Up Item ID# 6228 (Guarantee_Weapon_9Up)

+9 Weapon Refine Ticket

Edited by Arcenciel
Merged a Duplicate Topic
Link to comment
Share on other sites

10 answers to this question

Recommended Posts


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

what is the script format for refining an item?.. i will try to make one i just don't know the format for refining an item

// .....callfunc( "RefineFunc",<itemID>,<Amount>,<BitMasks>,<MinRefine>,<MaxRefine>,<CheckEquip>,<RefineMode>,<Percent> );
//  1. itemID  -> Item that will be used during Refine.
//  2. Amount  -> Amount of Required Items.
//  3. BitMask  -> Refer to above bitmask table.
//  4. MinRefine -> Required Min Refine to use.
//  5. MaxRefine -> What is the Max Refine. [ Can Bypass Default Server Max Refine ]
//  6. CheckEquip -> Check Equipments is Refineable or not. [ 0 = Disable / 1 = Enable ]
//  7. RefineMode -> +1 / Max Refine. [ 0 = +1 Refine / 1 = Max Refine ]
//  8. Percent  -> Rate of Success to refine current Equipment.

+ how can i set the refine +1 to my desired?..
+ how can i set if my itemID is +8 it will go to my desired refine?
+ how can i make it that if my item is already +8 it will add the itemID refined desired?

edit the min and max refine number.

Link to comment
Share on other sites


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

for max refine / single refine ..just change the refine mode.

//  7. RefineMode -> +1 / Max Refine. [ 0 = +1 Refine / 1 = Max Refine ]

but i didnt have multiple refine which allow you to refine multiple times on the same equipment.

but it still can be achieved by edit the settings of max refine and with different items....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

i already did it.. i change the max refine the to number of guarantee ticket

anyway can you make an NPC that just ask a ticket to refine a weapon or armor

- same mechanics as above but it's npc that will refine it??..

- because its more easy if its in npc..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  351
  • Reputation:   52
  • Joined:  11/15/11
  • Last Seen:  

Well theoretically there should be one in Payon, Shunbi or w/e that guy was called should accept those tickets and then refine the item to the item specified level..

Link to comment
Share on other sites


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

my script can be use either in NPCs or Items....

Example :

//----------- If used this as Item Script -----------
// Example : Red Potion with 100% Refine Rate
//  501,Red_Potion,Red Potion,11,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc( "RefineFunc",501,1,63,0,10,1,0,100 ); },{},{}
// Change Item Type to 11  and Amount Required to 1 ( Advised )

//----------- If used this as NPC Script ------------
// Example : 90% Success Rate Refiner.
//  prontera,155,181,5 script Refiner 757,{
//   callfunc( "RefineFunc",501,1,63,0,10,1,0,90 );
//  }

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

i have a problem with it Emistry

- first problem when the item is already +7 and i use guarantee +7 it will not refine

- 2nd if its +5 refine then i use the +7 guarantee it will just refine the item to +7 not [5+7 = 12]

- can i just request an npc that needs to refine?

Suhnbi is for enrich ori and elu

- the guarantee weapon and armor ticket i dont know if there's npc that exist ..

Link to comment
Share on other sites


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

like i mentioned above...my NPC doesnt refine according to your "desired" number of refine..

it only refine either +1 or refine till Max....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

i see, how about an npc

that check item...

if item check {ItemID} go to refine+7

refine+7:

check item

refine 0 7

then it will refine 100% and will multiply the number of the refine of item but will not exceed

- also the menu will be armor if the guarantee card is for armor

- and if guarantee card is for weapon the menu weapon will appear not other bitmask

Link to comment
Share on other sites


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

lol ?

if item check {ItemID} go to refine+7

then it will refine 100% and will multiply the number of the refine of item but will not exceed

isnt this the same like what my script can do ? /meh

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

im so confused T___T sorry Emistry

- last question

- what is the script format for refining an item?.. i will try to make one i just don't know the format for refining an item

- Question

+ how can i set the refine +1 to my desired?..

+ how can i set if my itemID is +8 it will go to my desired refine?.

+ how can i make it that if my item is already +8 it will add the itemID refined desired?

-

Edited by GM Takumirai
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  592
  • Reputation:   31
  • Joined:  11/14/11
  • Last Seen:  

/meh im too confused!!.. i create my own refiner npc but i dont know where to start .. :P

+ i still have a problem regarding the multiple refine .. :)

+ when i have + 5 item when i use + 6 item it doesnt add the +6 it just restart the item refine and give +6

+ also if the item is already +6 when i use the +6 refine it doesnt refine anymore.

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