|
You last visited: Today at 18:51
Advertisement
How to edit start item ?
Discussion on How to edit start item ? within the Rohan forum part of the MMORPGs category.
03/04/2014, 07:57
|
#1
|
elite*gold: 0
Join Date: Aug 2013
Posts: 3
Received Thanks: 0
|
How to edit start item ?
how to edit starting item in inventory bag and event inventory ? thx
|
|
|
03/04/2014, 08:59
|
#2
|
elite*gold: 0
Join Date: Jul 2013
Posts: 160
Received Thanks: 35
|

Maybe fixing your problem 
Problem?
|
|
|
03/04/2014, 09:59
|
#3
|
elite*gold: 0
Join Date: Aug 2013
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by itdhos

Maybe fixing your problem 
Problem?
|
kidding me ?
|
|
|
03/04/2014, 16:35
|
#4
|
elite*gold: 0
Join Date: Feb 2014
Posts: 12
Received Thanks: 2
|
Use sql script, modify table RohanGame.dbo.TEventItem in the database.
|
|
|
03/04/2014, 22:28
|
#5
|
elite*gold: 0
Join Date: Jan 2014
Posts: 184
Received Thanks: 30
|
That adds items to the event inventory. It does not add items (like starting armor & weapons) to your new character's inventory so they can equip it in the tutorial area.
@itdhos: please be so kind as to provide the google search arguments that will find this answer. Or simply say you don't know since apparently you don't.
|
|
|
03/05/2014, 02:37
|
#6
|
elite*gold: 0
Join Date: Feb 2014
Posts: 12
Received Thanks: 2
|
Okay, this is solution, edit stored procedure RohanGame.dbo.ROHAN_CreateCharacter, add some items or skill buffed by insert more line:
Code:
INSERT INTO dbo.TEventItem (type, attr, stack, rank, equip_level, equip_dexterity, equip_intelligence, equip_strength, char_id) VALUES (change_to_wanted_item_id, 0, 1, 0, 0, 0, 0, 0, @char_id)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, change_to_wanted_skill, 0, 7200000, 0, NULL)
You can do more something with creating character, or get character function, just learn more this RohanGame database structure.
|
|
|
03/05/2014, 08:08
|
#7
|
elite*gold: 0
Join Date: Aug 2013
Posts: 3
Received Thanks: 0
|
Quote:
Originally Posted by namvfpx
Okay, this is solution, edit stored procedure RohanGame.dbo.ROHAN_CreateCharacter, add some items or skill buffed by insert more line:
Code:
INSERT INTO dbo.TEventItem (type, attr, stack, rank, equip_level, equip_dexterity, equip_intelligence, equip_strength, char_id) VALUES (change_to_wanted_item_id, 0, 1, 0, 0, 0, 0, 0, @char_id)
INSERT INTO dbo.TSkillAffect (char_id, kind, level, affect_time, event_time, param) VALUES (@char_id, change_to_wanted_skill, 0, 7200000, 0, NULL)
You can do more something with creating character, or get character function, just learn more this RohanGame database structure.
|
dbo.ROHAN_CreateCharacter << modify ?
thank's sir it's work
|
|
|
01/13/2016, 04:37
|
#8
|
elite*gold: 0
Join Date: Jan 2016
Posts: 1
Received Thanks: 0
|
How To Edit In RohanGame.dbo.TEventItem ?
|
|
|
01/14/2016, 12:51
|
#9
|
elite*gold: 0
Join Date: May 2013
Posts: 362
Received Thanks: 77
|
Lol, why didn't u just edit beginitem.bin?
|
|
|
01/14/2016, 13:02
|
#10
|
elite*gold: 33
Join Date: Jan 2011
Posts: 2,693
Received Thanks: 456
|
Quote:
Originally Posted by radekslu
Lol, why didn't u just edit beginitem.bin?
|
I bet he dont know how he can do that
|
|
|
01/14/2016, 18:40
|
#11
|
elite*gold: 0
Join Date: May 2015
Posts: 817
Received Thanks: 316
|
Beginitem.bin is the way to go. Tho, as a sitenote, timed items have to be put into the event inventory.
|
|
|
01/15/2016, 01:37
|
#12
|
elite*gold: 0
Join Date: Oct 2013
Posts: 1,166
Received Thanks: 855
|
Unless the timed items are sealed but that might just confuse him even more
|
|
|
01/15/2016, 10:54
|
#13
|
elite*gold: 0
Join Date: May 2015
Posts: 817
Received Thanks: 316
|
|
|
|
01/15/2016, 12:27
|
#14
|
elite*gold: 0
Join Date: May 2013
Posts: 362
Received Thanks: 77
|
Not quite, i managed once to put timed items to beginitem.bin and they worked, i mean they didn't dissapear after relog.
|
|
|
01/15/2016, 12:51
|
#15
|
elite*gold: 0
Join Date: May 2015
Posts: 817
Received Thanks: 316
|
Thats funny because the mapserver doesnt set the time flag when creating starter items.
|
|
|
 |
|
Similar Threads
|
(asking) item edit
11/12/2013 - Elsword - 8 Replies
is there a way to edit items that u have? i mean if u have potions u can change it to sword.. by editing koms? just asking.. im now opening data koms. trying to get info but still no luck..
:cool::cool::cool:
|
Need Help in edit item.edf ^^
08/18/2011 - RF Online - 1 Replies
Can someone please help me the way to edit the item.edf so i can use the higher level weapon like intense hora sword or hora bow ^^
I have done edited item.edf by my self but i still need to use the hotswap method T_T
Are there more hex that i still need to edit? Which one? Can somebody the me a clue?
If somebody know which hex i must edit please PM me ^^
Or you can PM me the link to download the edited item.edf
Thank you ^^
|
edit an item
03/17/2010 - Dekaron Private Server - 6 Replies
Im currently trying to exchange 2 items in the data filez.
in /share/item/itemetc.csv i exchanged the itemIDs but now just effect of the item and the description changed but not the picture/model. So if i go on that item with my mouse i see the stats and stuff of the new item but if i look on it in the inventory or on the ground it still looks like the old item. So im asking u what else do i have to edit?
|
All times are GMT +1. The time now is 18:53.
|
|