I just started using the BOA editor.I was doing preety well while using default items etc. But when I tried to create custom items I ran into problems. First of all i tried a few samples. But they bever came up in the editor.
here's one.
begindefineitem 455;
clear;
it_name = "LONGSWORD";
it_full_name = "SWORD OF TRUTH";
it_variety = 1; // 1-handed weapon.
it_damage_per_level = 8;
it_bonus = 5;
it_protection = 2;
it_floor_which_sheet = 1004;
it_floor_which_icon = 0;
it_inventory_icon = 0;
it_icon_adjust = 0;
it_ability_1 = 22; // Blademaster
it_ability_str_1 = 5;
it_ability_2 = 25; // Pathfinder
it_ability_str_2 = 5;
it_ability_3 = 86; // Regenerate. The more str, the more is healed.
it_ability_str_3 = 5;
it_ability_4 = 61; // Affect action points, +[0 to str] each turn
it_ability_str_4 = 4;
it_value = 5000;
it_weight = 20;
it_identified = 1;
it_magic = 1;
The items never show up in the add items menu.
Also i've been trying to create Spellshards,Mind Crystals and The Orb of Thralini.I figured out the Orb but couldn't get the others.