Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUTORIAL]Properly Edit Shop

Status
Not open for further replies.
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
EDITING THE SHOP IN-GAME




Well first of all.. i use this program:



(recommended 100%)



go inside ur .evp file

look for /local/server/malay_bg

inside that directory we will work with 2 files:

1.- point_shop_item.csv

2.- point_shop_type.csv




First:

open the point_shop_iten.csv with the CSV editor.

u´ll see some columns and some rows..

first column

ID.



this is the ID of the shop item... not the ID of the item...


this means the shop has an id for every item... besides the ID of the specified item.

* The ID on this column should not be repeated.
they will exist once for each item.


wich means:

if u put the same item 2 times in the shop it will have 2 differents ID on this column. for example:

ID ItemId
1 562
2 562

it´s the same item, 2 times in the shop. with different IDs for the SHOP.

========================================================

Column 2:

ItemID


well i think i dont need to explain this one...

is the ID of the specific item u want to add.

for example 1250 if u want to add a Super Lucky Bag.

=========================================================


Column 3:

Point


Will be the pirce of the item. expressed in T-points ammount
*it can be 0


==============================================================


Column 4:

DelPoint


is the ¨older price¨ MARKED. not the current price.


=============================================================


Column 5:


Icon

we'll just leave this blank.


============================================================


Column 6:


Description


this is an important column in case u want to re-edit ur shop in the future.

we will descrive the item we are placing in the shop in this column.


=============================================================


Cloumn 14:


ModelBkImage


well this is supposed to put some special kind of box for the item in the shop. but i've placed some items without needing it.

but. just to be save...


the default value for ALL items we place in shop. for this column will be


¨shop_model_bk1¨


===============================================================



so... how we edit shop



in the CSV will look something like this on each column:

(assuming we only want this 4 items in shop)

column1

1
2
3
4


column2

4126
1251
4163
4178


column3

15
50
3
3


column6

Phoenix Jackstrawx99
Super Package
SSS Key
SSC Key


column14

shop_model_bk1
shop_model_bk1
shop_model_bk1
shop_model_bk1





ok, that´s it for the first file ¨point_shop_item.csv¨

now we need to edit the ¨point_shop_type.csv¨






what´s next ?



well placing each item on the category we want.



for that is the second file. ¨point_shop_type.csv¨

*not all ¨point_shop_type.csv¨ are the same.

so depending on ur type of file

u´ll find something like this when u open it





column1

ID

this will be the id of the category..
will be from 1 to...5..or 7 depending on ur file.
and an extra ID that will be 1000


===========================================================

Column2

Name



this is the type of the category...

$L:item_mod_class1$ *category 1
$L:item_mod_class2$ *category 2
$L:item_mod_class3$ *etc...
$L:item_mod_class4$
$L:item_mod_class5$
$L:item_mod_class6$
$L:item_mod_class7$



check ur shop in-game to see wich category is the first the second etc.


and the extra category:

$L:msg_point_shop_promotion_text$

that will correspond to the ID 1000.

in this category u place the items u want to appear on the lower right corner of ur shop with the ¨promotion items¨.

is like a shortcut for this items.



===============================================================



column3

SaleItems



Here we place the items that we want to place on each category.

with the SHOP ID not the Item ID.

that´s why the shop ID cant exist more than once for each item.

so on this column on each row u have the items for each category.

doesnt matter how many items u have in ¨point_shop_item.csv¨

if this list is empty u'll have an empty stall!!.


Note: if u are using the server version 203. that´s all for u.

if u are using the server files 207. u need to copy the file named ¨point_shop_item.csv¨ and paste it inside ur linux directory in :

/home/game/local/server/malay_bg

(if im not wrong that's the folder for the shop. on that version).



PD : i attach list of the ITEMS.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 31, 2010
Messages
26
Reaction score
0
Re: HOW TO: Properly Edit Shop

Sadicolas please help..i edited files..but when i log in in game....it dont take any effect...no changes..i did all what you said in your guide...but it dont take any effect in game.... please Sadicolas what should i do now??i have 207v server files....does i have to copy some files to some folders...or what to the changes take effect in game...
 
Skilled Illusionist
Joined
Jun 10, 2009
Messages
360
Reaction score
25
Re: HOW TO: Properly Edit Shop

i guess u changed that in your game_server.evp.
Thats wrong.
You have to change those 2 files in ur server.
i think the location was: Ubuntu/home/game/server/malay_gb

something like that
 
Newbie Spellweaver
Joined
Mar 6, 2011
Messages
40
Reaction score
0
Re: HOW TO: Properly Edit Shop

I have problem:
sadicolas - [TUTORIAL]Properly Edit Shop - RaGEZONE Forums

In pets i have mounts -.-
Why?
my files: and
 
Last edited:
Skilled Illusionist
Joined
Jun 10, 2009
Messages
360
Reaction score
25
Re: HOW TO: Properly Edit Shop

for that you need to edit the point_shop_type...
should be tutorialed in this thread too...
 
Status
Not open for further replies.
Back
Top