Where is the param i should edit to make it like this:
http://i.epvpimg.com/KqGcf.jpg
Printable View
Where is the param i should edit to make it like this:
http://i.epvpimg.com/KqGcf.jpg
That's just a simple addition to the item descriptions in the media files, find the files that relate to the item descriptions and change or add any information you want added in that section. If i remember correctly the item descriptions use html code.
Yeah, go ahead and add some custom skills for your fellow pets or whatever and then add them to the item descriptions for the summon scroll so it's display on your item. That's all they have done in your screenshot. You can do this to any item in the game and could expand on alot of items and skills within silkroad doing this.
I'll send you a pm later on with some more details on this. :)
Edit:
UPDATE
Okay, thought I would just post it on this thread for anyone else that might come across this and saves people spamming pm's at me.
If you take a look at your "Media\server_dep\silkroad\textdata\textdata_object.txt" and "Media\server_dep\silkroad\textdata\textdata_equip&skill.txt" files you will find that they have the descriptions for all the items and skills on the game. All you need to do is find the item or skill you would like to add descriptions for.
In this case, you would like to add the skills from OP's screenshot.. So all you have to do is find these in the "textdata_object.txt".
So this is the fellow we are editing
And his description line for this item isCode:SN_ITEM_PET2_SCROLL_PRO_BEAR_A Ancient Tribal Bear Summon Scroll
Note: Your description could be alot different than my one due to the use of different server files. In this case i'm using default cSRO-R.Code:SN_ITEM_PET2_SCROLL_PRO_BEAR_A_TT_DESC The Ancient Tribal Bear protects its master with its intimidating outer appearance and special abilities.
To add the item text that says "Special Skill: Bleed" in green above your item description all you have to do it edit the "SN_ITEM_PET2_SCROLL_PRO_BEAR_A_TT_DESC" description to have this.
This will add "Special Skill: Bleed" in green before the item description text. To better understand how to change the font color and add line breaks search google for "html tags color" or something like that.Code:SN_ITEM_PET2_SCROLL_PRO_BEAR_A_TT_DESC <font color=""255,104,224,36"">Special Skill: Bleed</font><br>The Ancient Tribal Bear protects its master with its intimidating outer appearance and special abilities.
Pretty easy once you know how to edit the descriptions and that it uses html code. Hope this helped :)