Jump to content
  • 0
Keylon

How to create custom Forging recipes

Question

Hi folks,

 

I'm kinda new to all this stuff (althought i am experience in programming). I would like to create some custom recipes for Blacksmith to forge weapons or even Armors. For the first try it would be enough to just forge a VVS Wind Rod or something like this.

The Problem now is even after looking into the repository for a few hours i was not able to find a hook for forging or at least anything about forging itself. I'd be glad if anyone could give me a point to start to or even example code.

 

best regards

Keylon

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

https://github.com/HerculesWS/Hercules/blob/master/db/produce_db.txt

 

although its possible to do VVS Wind Rod from the source code

but we usually use NPC scripting for this kind of operation

prontera,157,185,5	script	kjdhfksdfjh	100,{	getitem2 1601, 1, 1, 0,0, 255, 2561, getcharid(0) % pow(2,16), getcharid(0) / pow(2,16);}

Share this post


Link to post
Share on other sites
  • 0

thanks that gave me the starting point i was up to.

@AnnieRuru

you might be right that its easier with an NPC but i want to make pure forger BS useful and fun again. Therefore some new and cool recipes are needed ^_^

 

thanks everyone i may report when i was able to create something cool xD

 

best regards

Keylon

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.