Upgading material?

05/12/2012 19:20 Blowedmind#1
Hey all,

Well, i searched how i edit the materials to upgrade a weapons using refine_proto,


But now my qeustion is, how i edit it like so it goes from like

Sword+9

to

another item +0



I already find out i need to edit the refine_vnum in item_proto, but only edditting that table won't do the job,


Can someone tell me how i do this right?


- Blowedmind
05/12/2012 19:22 Vasyler#2
Well this could help you:

1. Open player.refine_proto

2. Add a new refine set

3. Open player.item_proto

4. Go to the +9 item and insert to refine_set the refine_set you added to refine_proto

5. reload the tables with /reload p or reboot the server
05/13/2012 00:15 Blowedmind#3
Quote:
Originally Posted by Vasyler View Post
Well this could help you:

1. Open player.refine_proto

2. Add a new refine set

3. Open player.item_proto

4. Go to the +9 item and insert to refine_set the refine_set you added to refine_proto

5. reload the tables with /reload p or reboot the server
Thanks for the help, worked without any problems.