Register for your free account! | Forgot your password?

You last visited: Today at 08:41

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help-Edit items at npc

Discussion on Help-Edit items at npc within the SRO Private Server forum part of the Silkroad Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Nov 2009
Posts: 18
Received Thanks: 2
Help-Edit items at npc

Hello Epvp, i have a problem at npc potion when i keep press Click buttom+Left mouse click for buy hp or mp packge not do successful. i have to buy it manual , also i want to know how to edit the units of something that players want to buy it for example increase hp 1000unit instead of 50 in packge.
Thanks guys for everyone who trying helping us.
dooz220 is offline  
Old 05/12/2012, 09:03   #2
 
elite*gold: 0
Join Date: May 2012
Posts: 93
Received Thanks: 51
Maby you should edit stackable for potions as 1000x everywhere is needed
HigurashiKai_ is offline  
Old 05/12/2012, 09:07   #3
 
elite*gold: 0
Join Date: Nov 2009
Posts: 18
Received Thanks: 2
Quote:
Originally Posted by HigurashiKai_ View Post
Maby you should edit stackable for potions as 1000x everywhere is needed
Thanks for answering me , but can you tell me how to change stackable or post me a link of a guide couse i can not find anyone of em to help me.
thanks again
dooz220 is offline  
Old 05/12/2012, 09:13   #4
 
elite*gold: 0
Join Date: May 2012
Posts: 93
Received Thanks: 51
Quote:
Originally Posted by dooz220 View Post
Thanks for answering me , but can you tell me how to change stackable or post me a link of a guide couse i can not find anyone of em to help me.
thanks again
Sure,follow those steps:
you need to change the stacks values in two places, server side and media side. If you do just 1 you will see the stack effect but it will cause crashing and DC too players.

In this guide i will show you how to change the stack limit off a item that currently doesnt stack "Weapon Elixir"

Ok first off in SQL open up your Refobjcommon table and find the item you want to make stackable or increase its stack limit.
PHP Code:
1 3679 ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B ?? ????(??) xxx SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B_TT_DESC 0 0 3 3 10 1 180000 3 0 1 1 1 255 3 1 0 0 0 0 100000 0 0 0 600 20000 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_reinforce_recipe.bsr item\etc\archemy_reinforce_recipe_weapon_b.ddj xxx xxx 2029 
If you look on the far right coloumn there is a number in this case "2029" this is the "Link" coloumn number. You will need this number so write it down!

Now that you have this number open on your Refobjitem table and go to the id of the number you just wrote down, in our case it was "2029"

You will see a coloumn named "MaxStack" if you are doing a weapon elixir and not modified this before it will be set to "1" by default. Change this to the value you wish, i have mine on Atomix set too 1000, i wouldnt advise going much higher than 10000 for any item you modify stack wise.

Ok now thats everything done DB side, we now need to do it Media side.

ok so using your pk2 tool extract the itemdata5000 too itemdata45000 files.

I STRONGLY adivse you use a good txt editor such as Notepad++ this is very very uesfull for alot of things related to editing the medias.

With notepad++ open up all the documents and hit Ctrl+F. Since we got our DB still open go back to the RefObjCommon to tab and copy the "codename128" for the item stack you are changing, for this example its "ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B". Paste this in the search box and hit "Find In All Opened Documents" you will have the results at the bottom so just double click in the result and it will auto load the document for you. you should now have a line like this:
PHP Code:
1    3679    ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B    ?? ????(??)    xxx    SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B    SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B_TT_DESC    0    0    3    3    10    1    180000    3    0    1    1    1    255    3    1    0    0    0    0    100000    0    0    0    600    20000    -1    0    -1    0    -1    0    -1    0    -1    0    0    0    0    0    0    0    100    0    0    0    xxx    item\etc\drop_reinforce_recipe.bsr    item\etc\archemy_reinforce_recipe_weapon_b.ddj    xxx    xxx    1    2    0    0    2    0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0    0    0    0    0    0    0    0    0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    100663296    ??????    841489939    1,2,3,4    286331153    5,6,7,8    286002188    9,10,11,12    0    ??????    0    ??????    -1    xxx    -1    xxx    -1    xxx    1    [??]    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    0    0 
This is the bit of that line we need:
PHP Code:
xxx    item\etc\drop_reinforce_recipe.bsr    item\etc\archemy_reinforce_recipe_weapon_b.ddj    xxx    xxx    1 
The max stack limit is the end number after the 2 sets of "xxx". Change this to how you have just chaneged the limit, for our example we set it too "1000". Save the txt, put it back into your media.pk2, restart your server and you now have stacble weapon elixirs. Please note there are two types of weapon elixirs A and B, i simply did both A and B of all elixirs. just follow the guide again.

Enjoy now stackable items
kellogz
HigurashiKai_ is offline  
Thanks
2 Users
Old 05/12/2012, 09:21   #5
 
elite*gold: 0
Join Date: Nov 2009
Posts: 18
Received Thanks: 2
Quote:
Originally Posted by HigurashiKai_ View Post
Sure,follow those steps:
you need to change the stacks values in two places, server side and media side. If you do just 1 you will see the stack effect but it will cause crashing and DC too players.

In this guide i will show you how to change the stack limit off a item that currently doesnt stack "Weapon Elixir"

Ok first off in SQL open up your Refobjcommon table and find the item you want to make stackable or increase its stack limit.
PHP Code:
1 3679 ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B ?? ????(??) xxx SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B_TT_DESC 0 0 3 3 10 1 180000 3 0 1 1 1 255 3 1 0 0 0 0 100000 0 0 0 600 20000 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_reinforce_recipe.bsr item\etc\archemy_reinforce_recipe_weapon_b.ddj xxx xxx 2029 
If you look on the far right coloumn there is a number in this case "2029" this is the "Link" coloumn number. You will need this number so write it down!

Now that you have this number open on your Refobjitem table and go to the id of the number you just wrote down, in our case it was "2029"

You will see a coloumn named "MaxStack" if you are doing a weapon elixir and not modified this before it will be set to "1" by default. Change this to the value you wish, i have mine on Atomix set too 1000, i wouldnt advise going much higher than 10000 for any item you modify stack wise.

Ok now thats everything done DB side, we now need to do it Media side.

ok so using your pk2 tool extract the itemdata5000 too itemdata45000 files.

I STRONGLY adivse you use a good txt editor such as Notepad++ this is very very uesfull for alot of things related to editing the medias.

With notepad++ open up all the documents and hit Ctrl+F. Since we got our DB still open go back to the RefObjCommon to tab and copy the "codename128" for the item stack you are changing, for this example its "ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B". Paste this in the search box and hit "Find In All Opened Documents" you will have the results at the bottom so just double click in the result and it will auto load the document for you. you should now have a line like this:
PHP Code:
1    3679    ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B    ?? ????(??)    xxx    SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B    SN_ITEM_ETC_ARCHEMY_REINFORCE_RECIPE_WEAPON_B_TT_DESC    0    0    3    3    10    1    180000    3    0    1    1    1    255    3    1    0    0    0    0    100000    0    0    0    600    20000    -1    0    -1    0    -1    0    -1    0    -1    0    0    0    0    0    0    0    100    0    0    0    xxx    item\etc\drop_reinforce_recipe.bsr    item\etc\archemy_reinforce_recipe_weapon_b.ddj    xxx    xxx    1    2    0    0    2    0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0    0    0    0    0    0    0    0    0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    0.0    100663296    ??????    841489939    1,2,3,4    286331153    5,6,7,8    286002188    9,10,11,12    0    ??????    0    ??????    -1    xxx    -1    xxx    -1    xxx    1    [??]    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    -1    xxx    0    0 
This is the bit of that line we need:
PHP Code:
xxx    item\etc\drop_reinforce_recipe.bsr    item\etc\archemy_reinforce_recipe_weapon_b.ddj    xxx    xxx    1 
The max stack limit is the end number after the 2 sets of "xxx". Change this to how you have just chaneged the limit, for our example we set it too "1000". Save the txt, put it back into your media.pk2, restart your server and you now have stacble weapon elixirs. Please note there are two types of weapon elixirs A and B, i simply did both A and B of all elixirs. just follow the guide again.

Enjoy now stackable items
kellogz
Thanks alot<33
dooz220 is offline  
Reply


Similar Threads Similar Threads
How to edit the items in the ZP mall?
11/14/2010 - Zero - 5 Replies
I was wondering if anyone knew how to edit what items are sold by the zp mall, because I would like to add new ones. If anyone knows how to do this please tell me. I appreciate all the help I can get.
EDIT PRICE of ITEMS on NPC
08/04/2009 - RFO Hacks, Bots, Cheats, Exploits & Guides - 81 Replies
TRIP LANG! 1:http://i383.photobucket.com/albums/oo273/budoy8 25/NeutralB0002.jpg 2:http://i383.photobucket.com/albums/oo273/budoy8 25/NeutralB0003.jpg 3:http://i383.photobucket.com/albums/oo273/budoy8 25/NeutralB0004.jpg 4:http://i383.photobucket.com/albums/oo273/budoy8 25/NeutralB0005.jpg
how to edit items stats using CE
10/21/2008 - Perfect World - 34 Replies
any idea how to do it? i because some edited items posted in some forum but i know its client side but still any idea how to do this?? :D:o
edit items
05/05/2008 - Dekaron - 4 Replies
have some way to edit items in dekaron eu
Edit out your owen items.
04/24/2008 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 76 Replies
After you guys and gals red this, stop posting this isent working blabla etc etc. This is only use of making your items glow, just for funn of it. This is the Guide how to make your items glow: We take Bloody Dracon. 2478, Bloody Dracon,0,4,2,0,1026,4,1000-0000-0000-0000-0000-000 0-0000-0000,1500,0,1,60,58150,1,4,0,0,1,1,0,0,15,3 5,50,3, 2,1,3610,3,1,0,0,0,5,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0 ,0,0,0,0,0,0,2062,2064,2067,(((9))),(((556,584))) This is only whats your needed to see. I no clue...



All times are GMT +1. The time now is 08:42.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.