Jump to content

Juppe

Member
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by Juppe

  1. Scripting really ain't that difficult. Just download Crimson Editor and open [scenarioname]data.txt, make the item and use the character editor to get it.

    Here's a fine spear for you:

    begindefineitem xxx; //replace with item number

    import = 371;

    it_full_name = "Divine Spear";

    it_value = 4000;

    it_damage_per_level = 6;

    it_bonus = 4;

    it_ability_1 = 70;

    it_ability_str_1 = 20;

    it_ability_2 = 20;

    it_ability_str_2 = 4;

    it_ability_3 = 29;

    it_ability_str_3 = 2;

    it_ability_4 = 6;

    it_ability_str_4 = 2;

×
×
  • Create New...