Jump to content
  • 0

Help about forging!


chromus28

Question


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

Hi again team rAthena,

 

I just wanna ask if i can make an custom forging on whitesmith? it's like i want to make an custom items that whitesmith can only forge it..if can, Please teach me how to do it >.<

Link to comment
Share on other sites

3 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:  

you mean this ??

trunk/db/produce_db.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  91
  • Topics Per Day:  0.02
  • Content Count:  263
  • Reputation:   1
  • Joined:  04/25/13
  • Last Seen:  

Oh yeah!! thanks  /kis2  but the question is can i edit that script? so i can put the needed items for custom weapon??



Hi sir emistry,

 

i try to edit the script just like this 



//---- One Handed Swords -----------------------
//-- Sword <-- BS_SWORD & 2 Iron
1101,1,99,1,998,2
//-- Falchion <-- BS_SWORD & 30 Iron
1104,1,99,1,998,30
//-- Blade <-- BS_SWORD & 45 Iron, 25 Tooth of Bat
1107,1,99,1,998,45,913,25
//-- Rapier <-- BS_SWORD & 20 Steel
1110,2,99,2,999,20
//-- Scimiter <-- BS_SWORD & 35 Steel
1113,2,99,2,999,35
//-- Ring Pommel Saber <-- BS_SWORD & 40 Steel, 50 Wolf Claw
1122,2,99,2,999,40,920,50
//-- Saber <-- BS_SWORD & 5 Steel, 8 Oridecon, 1 Opal
1126,3,99,3,999,5,984,8,727,1
//-- Haedongum <-- BS_SWORD & 8 Oridecon, 10 Steel, 1 Topaz
1123,3,99,3,984,8,999,10,728,1
//-- Tsurugi <-- BS_SWORD & 8 Oridecon, 15 Steel, 1 Garnet
1119,3,99,3,984,8,999,15,718,1
//-- Flamberge <-- BS_SWORD & 16 Oridecon, 1 Cursed Ruby
1129,3,99,3,984,16,724,1
//-- Nexus Sword <--    BS_SWORD & 30    Oridecon, 100    Steel,    50 Opal
28000,4,99,3,984,30,999,100,727,50
//----------------------------------------------
 
but when im using oridecon hammer its doesnt show the Nexus Sword


I tried to edit too the script of Oridecon hammer

 

i tried this:

 

615,Oridecon_Hammer,Oridecon Hammer,2,5000,,400,,,,,0xFFFFFFFF,7,2,,,,,,{ produce 3; produce 4; },{},{}

 

and this

 

615,Oridecon_Hammer,Oridecon Hammer,2,5000,,400,,,,,0xFFFFFFFF,7,2,,,,,,{ produce 4; },{},{}

 

but still can't

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   613
  • Joined:  07/05/12
  • Last Seen:  

//-- Nexus Sword <--    BS_SWORD & 30    Oridecon, 100    Steel,    50 Opal
28000,4,99,3,984,30,999,100,727,50

change to 3

 

produce only accept these item level

 1   - Level 1 Weapons
 2   - Level 2 Weapons
 3   - Level 3 Weapons
 21  - Blacksmith's Stones and Metals
 22  - Alchemist's Potions, Holy Water, Assassin Cross's Deadly Poison
 23  - Elemental Converters
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...