forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

In the process of testing the DS2 Yesterhaven map

I was running about some of the other Converted DS1 Maps picking up some help for testing the DS2 Yesterhaven map. I stopped in Lang for a look around and discovered "Berseba" almost by falling over her as she did not have the DS2 Hire me icon over her head. When I added her to my party I discovered her inventory icon was missing. I extracted the file DS1_Cat_Mansion_Characters.ds2res using tank viewer and had a look at world\contentdb\templates\actors\good\utrea because the town of Lang is in Utrae. Then using SkritPad I opened ds1_multiplayer_world_pm_hero_based.gas and searched for Berseba. I then checked the name of her portrait_icon which was b_gui_ig_i_ic_c_kira1. Next I looked in art\bitmaps\gui\in_game\inventory\icons for b_gui_ig_i_ic_c_kira1 and discovered that the image was actually called b_gui_ig_i_ic_c_kiira1. so I went back to ds1_multiplayer_world_pm_hero_based.gas and changed the portrait icon as follows.

//**************************************************
// BERSEBA - Combat Mage
// Character Level: n/a
// Available: Lang
//**************************************************
[t:template,n:sheba_ds1]
{
category_name = "act2_npc";
doc = "act2 hireable: amren, ranger-bow";
// specializes = base_hero_human_female;
specializes = base_hero_catgirl_female;
[actor]
{
is_male = false;
race = human;
magic_find_chance = 0.1;
portrait_icon = b_gui_ig_i_ic_c_kiira1;


blogs: